GetImfDataflowAnnotations

IMF 는 데이터를 dataflow 라는 묶음으로 나누어 관리합니다. 이 API 함수는 지정된 데이터 시리즈가 포함된 dataflow 의 주석 정보를 불러옵니다.

Function specification

GetImfDataflowAnnotations(entity_ids)

IMF entity_id 는 "IMF:xxx.yyy.zzz" 과 같은 형태로 여러 코드가 dot (.) 으로 묶여있는 형태로 이루어져 있는데, 이 때 "IMF:" prefix 바로 뒤에 붙어 있는 "xxx" 가 바로 dataflow 의 ID 를 나타냅니다.

Parameters

Parameter

Type

Description

entity_ids

string or

list of string

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

Examples

>>> GetImfDataflowAnnotations("IMF:BOP.A.AU.BCA_BP6_USD")

...

                                GetImfDataflowAnnotations(IMF:BOP.A.AU.BCA_BP6_USD)
dataflow_id title
BOP         Code                                      BOP
            Definition           Contains balance of p...
            Geographic Coverage  Balance of payments d...
            Latest Update Date                 03/24/2021
            Methodology          <a href="http://www.i...
            Name                 Balance of Payments (...
            Sectoral Coverage    Total economy; reside...
            Temporal Coverage    Data available starti...

Last updated