> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/economy/fred/getfredcategoryofdataseries.md).

# GetFredCategoryOfDataSeries

주어진 경제지표를 포함하고 있는 카테고리 정보를 조회합니다. 미연방은행에서 수집한 경제 지표의 symbol 은 "FRED:" 라는 prefix 로 시작합니다.

### Function specification

```
GetFredCategoryOfDataSeries(entity_ids)
```

###

### Parameters

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

###

### Examples

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

...

                              GetFredCategoryOfDataSeries([BAMLH0A0HYM2, UNRATE, T10Y2Y])
entity_id         category_id
FRED:BAMLH0A0HYM2 32348                 Corporate Bonds
FRED:T10Y2Y       33446           Interest Rate Spreads
FRED:UNRATE       32447               Unemployment Rate
```
