QueryDeepSearchOwnSeriesValues

지정된 딥서치 자체 수집 경제 지표의 데이터 값을 조회합니다. 딥서치 자체 수집 지표의 symbol 은 "DS:" 라는 prefix 로 시작합니다.

Function specification

QueryDeepSearchOwnSeriesValues(entity_ids, date_from=None, date_to=None)

Parameters

Parameter

Type

Description

entity_ids

string or

list of string

조회하고자 하는 경제 지표의 entity id 를 명시합니다.

Examples

> QueryDeepSearchOwnSeriesValues("DS:TOUR.001.0001")

...

                             QueryDeepSearchOwnSeriesValues(DS:TOUR.001.0001)
entity_id        date
DS:TOUR.001.0001 2005-01-31                  897406.0
                 2005-02-28                  745998.0
                 2005-03-31                  707058.0
                 2005-04-30                  762096.0
                 2005-05-31                  802497.0
...                                               ...
                 2020-06-30                   48353.0
                 2020-07-31                   65936.0
                 2020-08-31                   88888.0
                 2020-09-30                   76798.0
                 2020-10-31                   71970.0

Last updated