yfinance and yahoo_fin no longer seem to work in their entirety.
Is anyone else experiencing this problem with no financial data for any company using these packages?
Does anyone know if these have been deprecated or blocked or if yfinance and yahoo_fin are still working?
EDIT: The .history seems to be working, also the .info on some companies does work but not all.
This fixed the issue
pip install yfinance --upgrade --no-cache-dir
I had a similar issue with yfinance. It worked in the morning of July 9 but stopped working around 5pm EST, July 9. I resolved the issue by installing the latest release, 0.1.62 (https://pypi.org/project/yfinance/#history), which was released on July 9.
Step 1: uninstall the current version of yfinance, !pip uninstall -y yfinance.
Step 2: install the current version of yfinance, pip install yfinance
I did nothing special to install version 0.1.62, but I checked that there was a folder, yfinance-0.1.62.dist-info to verify the version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With