# 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...
```
