sharebook-kr/pykrx

get_shorting_balance_by_ticker - 일자 딜레이가 있나요?

Closed this issue · 1 comments

df = stock.get_shorting_volume_by_ticker('20230922')

9월25일 13시 기준 get_shorting_volume_by_ticker는 데이터가 잘 나오는데

df = stock.get_shorting_balance_by_ticker('20230922')

get_shorting_balance_by_ticker는 빈 데이터프레임을 리턴해서 여쭤봅니다

get_shorting_volume_by_ticker는 개별종목 공매도 거래 내역으로 서버가 아무런 결과를 주지 않습니다.

image

get_shorting_balance_by_ticker는 개별종목 공매도 순보유잔고로 다음과 같습니다.

image

즉, 서버가 전달하는 데이터가 달라서 다른 결과가 나옵니다.