-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KRX StockListing 오류 문의. #236
Comments
오류전문은 아래와 같습니다. JSONDecodeError Traceback (most recent call last) File ~/.pyenv/versions/3.11.9/lib/python3.11/site-packages/FinanceDataReader/data.py:158, in StockListing(market, start, end) File ~/.pyenv/versions/3.11.9/lib/python3.11/site-packages/FinanceDataReader/krx/listing.py:20, in KrxMarcapListing.read(self) File ~/.pyenv/versions/3.11.9/lib/python3.11/json/init.py:346, in loads(s, cls, object_hook, parse_float, parse_int, parse_constant, object_pairs_hook, **kw) File ~/.pyenv/versions/3.11.9/lib/python3.11/json/decoder.py:337, in JSONDecoder.decode(self, s, _w) File ~/.pyenv/versions/3.11.9/lib/python3.11/json/decoder.py:355, in JSONDecoder.raw_decode(self, s, idx) JSONDecodeError: Expecting value: line 1 column 1 (char 0) |
안녕하세요? 어제까지만 해도 잘 사용하다가, KRX와 관련된 종목을 조회할 때 오류가 발생합니다. 사용중인 버전은 finance-datareader-0.9.94 입니다.
The text was updated successfully, but these errors were encountered: