# GetWorldBankIndicatorListOfSameSource

### Function specification

```
GetWorldBankIndicatorListOfSameSource(entity_ids)
```

###

### Parameters

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

###

### Examples

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

...

                                       indicator_name               source_name
source_id indicator_id
2         AG.AGR.TRAC.NO     Agricultural machiner...  World Development Ind...
          AG.CON.FERT.PT.ZS  Fertilizer consumptio...  World Development Ind...
          AG.CON.FERT.ZS     Fertilizer consumptio...  World Development Ind...
          AG.LND.AGRI.K2     Agricultural land (sq...  World Development Ind...
          AG.LND.AGRI.ZS     Agricultural land (% ...  World Development Ind...
...                                               ...                       ...
          VC.IDP.TOCV        Internally displaced ...  World Development Ind...
          VC.IHR.PSRC.FE.P5  Intentional homicides...  World Development Ind...
          VC.IHR.PSRC.MA.P5  Intentional homicides...  World Development Ind...
          VC.IHR.PSRC.P5     Intentional homicides...  World Development Ind...
          VC.PKP.TOTL.UN     Presence of peace kee...  World Development Ind...
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.deepsearch.com/dp/api/func/economy/world-bank/getworldbankindicatorlistofsamesource.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
