> 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   연%
```
