You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
하면
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") 값을 넣어줘도 빈 값이 리턴됩니다.
이전 글 보니 사이트 개편 오류일수도 있겠다,, 싶었는데 코랩에선 잘 되네요? 본컴에서 되어야하는데 ㅠㅠ
The text was updated successfully, but these errors were encountered:
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") 값을 넣어줘도 빈 값이 리턴됩니다.
이전 글 보니 사이트 개편 오류일수도 있겠다,, 싶었는데 코랩에선 잘 되네요? 본컴에서 되어야하는데 ㅠㅠ
The text was updated successfully, but these errors were encountered: