# QueryFredSeriesInfo

### Function specification

```
QueryFredSeriesInfo(entity_ids)
```

###

### Parameters

| Parameter   | Type                                  | Description                        |
| ----------- | ------------------------------------- | ---------------------------------- |
| entity\_ids | <p>string or</p><p>list of string</p> | 조회하고자 하는 경제 지표의 entity id 를 명시합니다. |

###

### Examples

```
> QueryFredSeriesInfo(["BAMLH0A0HYM2", "UNRATE", "T10Y2Y"])

...

                                      title observation_start observation_end     frequency frequency_short    units units_short      seasonal_adjustment seasonal_adjustment_short        last_updated  popularity  group_popularity                     notes
entity_id
FRED:BAMLH0A0HYM2  ICE BofA US High Yiel...        1996-12-31      2020-09-02  Daily, Close               D  Percent           %  Not Seasonally Adjusted                       NSA 2020-09-03 08:17:06         100                99  The ICE BofA Option-A...
FRED:T10Y2Y        10-Year Treasury Cons...        1976-06-01      2020-09-03         Daily               D  Percent           %  Not Seasonally Adjusted                       NSA 2020-09-03 16:01:12          99                99  Starting with the upd...
FRED:UNRATE               Unemployment Rate        1948-01-01      2020-07-01       Monthly               M  Percent           %      Seasonally Adjusted                        SA 2020-08-07 07:47:02          99               100  The unemployment rate...
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.deepsearch.com/dp/api/func/economy/fred/queryfredseriesinfo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
