sharebook-kr / pykrx

KRX 주식 정보 스크래핑
676 stars 235 forks source link

return 없음 #164

Open byulpang opened 1 year ago

byulpang commented 1 year ago

from pykrx import stock

kospi_code = stock.get_market_ticker_list() print(kospi_code)

하면 Exception has occurred: IndexError index -1 is out of bounds for axis 0 with size 0 IndexError: range object index out of range

The above exception was the direct cause of the following exception: 에러가 나고,

kospi_code = stock.get_market_ticker_list(date="20230802", market="KOSPI") 값을 넣어줘도 빈 값이 리턴됩니다. 이전 글 보니 사이트 개편 오류일수도 있겠다,, 싶었는데 코랩에선 잘 되네요? 본컴에서 되어야하는데 ㅠㅠ

chewybroccoli commented 1 year ago

어제 오후까지 작동했는데 저도 밤늦게부터 작동안했습니다

mr-yoo commented 1 year ago

코랩에서 된다면 과도한 호출로 내 PC의 IP가 차단됐을 수 있습니다. 혹은 주말에 서버 수정 등의 이슈로 일시적으로 서비스 중단이 발생했을 수 있구요!