> 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/world-bank/getworldbankcountrylistofindicator.md).

# GetWorldBankCountryListOfIndicator

### Function specification

```
GetWorldBankCountryListOfIndicator(entity_ids)
```

###

### Parameters

| Parameter   | Type                                  | Description                        |
| ----------- | ------------------------------------- | ---------------------------------- |
| entity\_ids | <p>string or</p><p>list of string</p> | 조회하고자 하는 경제 지표의 entity id 를 명시합니다. |

###

### Examples

```
> GetWorldBankCountryListOfIndicator("WB:EN.ATM.CO2E.PC-KOR")

...

                           country_name      capital_city
indicator_id   country_id
EN.ATM.CO2E.PC ABW                Aruba        Oranjestad
               AFG          Afghanistan             Kabul
               AGO               Angola            Luanda
               ALB              Albania            Tirane
               AND              Andorra  Andorra la Vella
...                                 ...               ...
               XKX               Kosovo          Pristina
               YEM          Yemen, Rep.            Sana'a
               ZAF         South Africa          Pretoria
               ZMB               Zambia            Lusaka
               ZWE             Zimbabwe            Harare
```
