# GetOecdRelatedIndicatorList

### Function specification

```
GetOecdRelatedIndicatorList(entity_id)
```

###

### Parameters

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

###

### Examples

```
>>> GetOecdRelatedIndicatorList("OECD:7HA_A_Q.BEL.AF4LI.ST.CXCE.Q")

...

                               entity_id           code_value_name
code_list_name
Country         OECD:7HA_A_Q.AUT.AF4L...                   Austria
Country         OECD:7HA_A_Q.BEL.AF4L...                   Belgium
Country         OECD:7HA_A_Q.CHL.AF4L...                     Chile
Country         OECD:7HA_A_Q.DEU.AF4L...                   Germany
Country         OECD:7HA_A_Q.DNK.AF4L...                   Denmark
...                                  ...                       ...
Transaction     OECD:7HA_A_Q.BEL.AN11...      Of which   Dwellings
Measure         OECD:7HA_A_Q.BEL.AF4L...  National currency, cu...
Measure         OECD:7HA_A_Q.BEL.AF4L...  US $, current prices,...
Frequency       OECD:7HA_A_Q.BEL.AF4L...                    Annual
Frequency       OECD:7HA_A_Q.BEL.AF4L...                 Quarterly
```
