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

# GetImfIndicatorListOfSameCountry

### Function specification

```
GetImfIndicatorListOfSameCountry(entity_id)
```

###

### Parameters

| Parameter  | Type   | Description                        |
| ---------- | ------ | ---------------------------------- |
| entity\_id | string | 조회하고자 하는 경제 지표의 entity id 를 명시합니다. |

###

### Examples

```
>>> GetImfIndicatorListOfSameCountry("IMF:BOP.A.AU.BCA_BP6_USD")

...

                          GetImfIndicatorListOfSameCountry(IMF:BOP.A.AU.BCA_BP6_USD)
entity_id
IMF:BOP.A.AU.BACK_BP6_USD  Net Lending (+) / Net...
IMF:BOP.A.AU.BACK_BP6_XDC  Net Lending (+) / Net...
IMF:BOP.A.AU.BCAXF_BP6...  Supplementary Items, ...
IMF:BOP.A.AU.BCA_BP6_USD   Current Account, Tota...
IMF:BOP.A.AU.BCA_BP6_XDC   Current Account, Tota...
...                                             ...
IMF:BOP.A.AU.ILP_BP6_XDC   Liabilities, Portfoli...
IMF:BOP.A.AU.IL_BP6_USD    Liabilities, Total, U...
IMF:BOP.A.AU.IL_BP6_XDC    Liabilities, Total, N...
IMF:BOP.A.AU.I_BP6_USD            Total, US Dollars
IMF:BOP.A.AU.I_BP6_XDC     Total, National Currency
```
