GetImfSeriesInfo

선택된 IMF 경제 지표의상세 정보를 조회합니다. IMF 에서 수집한 경제 지표의 symbol 은"IMF:" 라는 prefix 로 시작합니다.

Function specification

GetImfSeriesInfo(entity_ids)

Parameters

Parameter

Type

Description

entity_ids

string or

list of string

조회하고자 하는 경제 지표의 entity id 를 명시합니다.

Examples

>>> GetImfSeriesInfo(["IMF:BOP.A.AU.BCA_BP6_USD", "IMF:BOP.A.AR.BEFD_BP6_USD"])

...

                          dataflow_id              dataset_name                      name Frequency Geographical Areas                 Indicator     Scale Time format
entity_id
IMF:BOP.A.AR.BEFD_BP6_USD         BOP  Balance of Payments (...  Exceptional Financing...    Annual          Argentina  Exceptional Financing...  Millions      Annual
IMF:BOP.A.AU.BCA_BP6_USD          BOP  Balance of Payments (...  Current Account, Tota...    Annual          Australia  Current Account, Tota...  Millions      Annual

Last updated