GetStockPrices
종목의 현재 가격 및 거래량 정보를 조회합니다.
Function specification
Parameters
Parameter | Type | Description |
entities | string or list of string | 종목코드 or 종목명 |
columns | string or list of string | 어떤 정보를 조회할것인지 지정. 별도 지정이 없으면 전체 항목에 대해 조회 |
date_from/date_to | Date | 거래일. 별도 지정이 없으면 가장 최근의 거래일 |
Examples
Last updated