ValueRaider
ValueRaider
The new unit test action is encountering Yahoo fetch failures e.g. #2260 > FAILED tests/test_ticker.py::TestTickerEarnings::test_earnings_dates_with_limit - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) This is despite it having...
Fix #2419
address #2486
Stop hiding exceptions if `yf.set_config(hide_exceptions=False)`. Because hiding exceptions makes bugs difficult to manage. Fix https://github.com/ranaroussi/yfinance/issues/2213
Thanks to @deeleeramone https://github.com/ranaroussi/yfinance/issues/2486#issuecomment-2870628204, learnt that requests can work if it has a curl_adapter. Confirmed working with rate limiter. Also works with requests_cache, but probably always misses cache because of...