> 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/imf/getimfseriesinfo.md).

# GetImfSeriesInfo

### Function specification

```
GetImfSeriesInfo(entity_ids)
```

###

### Parameters

| Parameter   | Type                                  | Description                        |
| ----------- | ------------------------------------- | ---------------------------------- |
| entity\_ids | <p>string or</p><p>list of string</p> | 조회하고자 하는 경제 지표의 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
```
