FinanceData / FinanceDataReader

Financial data reader
1.17k stars 366 forks source link

US Asset 조회 에러 #130

Closed Ginger-Tec closed 2 years ago

Ginger-Tec commented 2 years ago

다음 자산 섹터를 조회 했을 때 에러가 발생합니다.

아래 코드는 예시입니다. fdr.DataReader('AAPL', '2018-01-01', '2018-03-30')

에러 로그 입니다.

---------------------------------------------------------------------------
JSONDecodeError                           Traceback (most recent call last)
[<ipython-input-12-f40a7f1c4722>](https://localhost:8080/#) in <module>()
----> 1 df = fdr.DataReader('AAPL', '2018-01-01', '2018-03-30')
      2 df

5 frames
[/usr/lib/python3.7/json/decoder.py](https://localhost:8080/#) in raw_decode(self, s, idx)
    353             obj, end = self.scan_once(s, idx)
    354         except StopIteration as err:
--> 355             raise JSONDecodeError("Expecting value", s, err.value) from None
    356         return obj, end

JSONDecodeError: Expecting value: line 1 column 1 (char 0)

70 과 비슷하게 에러가 발생했지만, 한국 주식에 대해서는 정상적으로 동작합니다.

참고로 제가 확인 했을 때 에러가 발생하지 않은 자산은 다음과 같습니다.

감사합니다.

FinanceData commented 2 years ago

https://github.com/FinanceData/FinanceDataReader/issues/133 으로 정리하였습니다.

FinanceData commented 2 years ago

2022-09-23 Release Note 0.9.40 에서 FIX 하였습니다