QueryBankOfKoreaSeriesInfoSimple

선택된 한국은행 경제 지표의 상세 정보를 조회합니다. 한국은행에서 수집한 경제 지표의 symbol 은 "BOK:" 라는 prefix 로 시작합니다. Redis cache 를 사용하여 데이터 조회 속도가 한층 빠릅니다.

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

string or

list of string

(예) "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   연%

Last updated