get_stock_tick_data_today_yesterday#
- EBestDomesticStock.get_stock_tick_data_today_yesterday(daygb: int, timegb: int, shcode: str, endtime: time, cts_time: str = '', tr_cont_key: str = '', exchgubun: str = 'K')[source]#
([주식]시세) 주일당일전일분틱조회 (t1310)
- Parameters:
daygb (int) – 일자구분 (0:당일 1:전일)
timegb (int) – 시간구분 (0:분 1:틱)
shcode (str) – 종목 코드
endtime (dtm.time) – 종료시간 outblock.chetime <= endtime 인 데이터 조회됨
cts_time (str) – 연속시간 - 연속조회시 OutBlock의 동일필드 입력
tr_cont_key (str) – 연속조회키 - 연속조회시 이전 응답 헤더의 동일필드 입력
exchgubun (str) – 거래소 코드 (K:KRX N:NXT U:통합)
- Returns:
응답 데이터
rsp_cd (str): 응답코드
rsp_msg (str): 응답메시지
tr_cont (str): 연속조회여부
tr_cont_key (str): 연속조회키
output1 (dict): 연속 조회를 위한 cts_time 필드를 포함
output2 (list): 분틱 정보
- Return type:
dict