# GetFredDataSeriesListUnderCategory

### Function specification

```
GetFredDataSeriesListUnderCategory(category_ids)
```

###

### Parameters

| Parameter     | Type                            | Description               |
| ------------- | ------------------------------- | ------------------------- |
| category\_ids | <p>int or</p><p>list of int</p> | 조회하고자 하는 카테고리의 ID 를 명시합니. |

###

### Examples

```
> GetFredDataSeriesListUnderCategory([33446])

...

                                              title observation_start observation_end frequency_short units_short seasonal_adjustment_short
category_id entity_id
33446       FRED:AAA10Y    Moody's Seasoned Aaa ...        1983-01-03      2020-09-02               D           %                       NSA
            FRED:AAA10YM   Moody's Seasoned Aaa ...        1953-04-01      2020-08-01               M           %                       NSA
            FRED:AAAFF     Moody's Seasoned Aaa ...        1983-01-03      2020-09-02               D           %                       NSA
            FRED:AAAFFM    Moody's Seasoned Aaa ...        1954-07-01      2020-08-01               M           %                       NSA
            FRED:BAA10Y    Moody's Seasoned Baa ...        1986-01-02      2020-09-02               D           %                       NSA
...                                             ...               ...             ...             ...         ...                       ...
            FRED:T6MFFM    6-Month Treasury Cons...        1982-01-01      2020-08-01               M           %                       NSA
            FRED:T7YIEM    7-year Breakeven Infl...        2003-01-01      2020-08-01               M           %                       NSA
            FRED:TB3SMFFM  3-Month Treasury Bill...        1954-07-01      2020-08-01               M           %                       NSA
            FRED:TB6SMFFM  6-Month Treasury Bill...        1958-12-01      2020-08-01               M           %                       NSA
            FRED:TEDRATE                 TED Spread        1986-01-02      2020-08-27               D           %                       NSA
```


---

# 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/getfreddataserieslistundercategory.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.
