Cass Sheng

Results 2 comments of Cass Sheng

> straight up doesnt work now? raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) I believe this issue arose from `yfinance/data.py` in `YfData.get(...)` line 378,...

> ### Describe bug > I used yfinance to get news from different companies listed on various stock exchanges using method **news (.get_news())** and it worked very well. > >...