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

# GetOecdRelatedIndicatorList

OECD entity\_id 는 "OECD:xxx.yyy.zzz" 과 같은 형태로 여러 코드가 dot (.) 으로 묶여있는 형태로 이루어져 있는데, 이 때 dot 으로 묶인 각각의 token 은 독립된 dimension 을 나타냅니다. 이 함수는 각 dimension 별로 어떤 값을 사용할 수 있는지 목록을 보여줍니다.

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