> 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/bok/querybankofkoreaseriesinfosimple.md).

# QueryBankOfKoreaSeriesInfoSimple

### Function specification

```
QueryBankOfKoreaSeriesInfoSimple(entity_ids)
```

###

### Parameters

한국은행 경제지표의 entity\_id 는 "BOK:\<stat\_code>.\<item\_code>" 의 형식으로 되어있습니다. 이전 QueryBankOfKoreaSeriesInfo 함수와는 다르게 stat\_code / item\_code 을 입력으로 받을 수 없고 오직 entity\_ids 만을 파라미터로 명시할 수 있지만, 대신 redis cache 를 사용해서 데이터 조회 속도가 한층 빠릅니다.

| Parameter   | Type                                  | Description                 |
| ----------- | ------------------------------------- | --------------------------- |
| entity\_ids | <p>string or</p><p>list of string</p> | (예) "BOK:060Y001.010101000" |

###

### Examples

```
> QueryBankOfKoreaSeriesInfoSimple("BOK:060Y001.010101000")

...

                                           name start_time  end_time cycle  data_count unit
entity_id
BOK:060Y001.010101000  시장금리(일별) - 콜금리(1일, 전체거래)   19950103  20210121    DD        6659   연%
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/bok/querybankofkoreaseriesinfosimple.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.
