# 경제 지표

## 경제 지표 검색

```
FindEntity
```

{% content-ref url="/pages/-MGqeVAjqyFFyewYYtud" %}
[경제 지표 검색](/dp/api/func/economy/economy-search.md)
{% endcontent-ref %}

## 한국은행 데이터 조회

```
QueryBankOfKoreaSeriesInfo
QueryBankOfKoreaSeriesInfoSimple
QueryBankOfKoreaSeriesData
QueryBankOfKoreaSeriesDataSimple
```

{% content-ref url="/pages/-MGqeYq32ZBo0-Y3pPTp" %}
[한국은행 데이터 조회](/dp/api/func/economy/bok.md)
{% endcontent-ref %}

## 미연방은행 데이터 (FRED) 조회

```
QueryFredSeriesInfo
QueryFredSeriesData
GetFredCategoryOfDataSeries
GetFredDataSeriesListUnderCategory
```

{% content-ref url="/pages/-MGqeaLNte1SuSt5t6W\_" %}
[미연방은행 (FRED) 데이터 조회](/dp/api/func/economy/fred.md)
{% endcontent-ref %}

## IMF 데이터 조회

```
GetImfSeriesInfo
GetImfSeriesValues
GetImfDataflowAnnotations
GetImfCountryListOfSameIndicator
GetImfIndicatorListOfSameCountry
```

{% content-ref url="/pages/-MWMSYSDn4cjHGp72SAO" %}
[IMF 데이터 조회](/dp/api/func/economy/imf.md)
{% endcontent-ref %}

## OECD 데이터 조회

```
GetOecdSeriesInfo
GetOecdSeriesValues
GetOecdDatasetAnnotations
GetOecdRelatedIndicatorList
```

{% content-ref url="/pages/-MWMSv0\_uNdXmt6iPh20" %}
[OECD 데이터 조회](/dp/api/func/economy/oecd.md)
{% endcontent-ref %}

## World Bank 데이터 조회

```
QueryWorldBankSeriesInfo
QueryWorldBankSeriesData
GetWorldBankCountryListOfIndicator
GetWorldBankIndicatorListOfSameSource
```

{% content-ref url="/pages/-MRcfbPhM9F9tIAaBKGb" %}
[World Bank 데이터 조회](/dp/api/func/economy/world-bank.md)
{% endcontent-ref %}

## 통계청 데이터 조회

```
QueryKosisTableInfo
GetKosisAvailableSampleDates
GetKosisTableCategoryItemFreqList
QueryKosisCrossSectionData
QueryKosisTimeSeriesData
```

{% content-ref url="/pages/-MRcfhuPOG5mf7EP65sg" %}
[통계청 데이터 조회](/dp/api/func/economy/kostat.md)
{% endcontent-ref %}

## 딥서치 자체 수집 데이터 조회

```
QueryDeepSearchOwnSeriesInfo
QueryDeepSearchOwnSeriesValues
QueryDeepSearchOwnDataSeriesListOfSameCategory
```

{% content-ref url="/pages/-MRcflHSIs3TDk1CyGtM" %}
[딥서치 자체 수집 데이터 조회](/dp/api/func/economy/deepsearch.md)
{% endcontent-ref %}


---

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