GetFredCategoryOfDataSeries
주어진 경제지표를 포함하고 있는 카테고리 정보를 조회합니다. 미연방은행에서 수집한 경제 지표의 symbol 은 "FRED:" 라는 prefix 로 시작합니다.
Function specification
GetFredCategoryOfDataSeries(entity_ids)
Parameters
Parameter
Type
Description
entity_ids
string or
list of string
조회하고자 하는 경제 지표의 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
Last updated
Was this helpful?