You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The yfinance module throws this error when it has trouble finding data for a given ticker, happened a couple of time in my personal scripts. Surround it in a try catch, and continue with another ticker if it throws. Otherwise, data should be recovered with another source than the yfinance module.
af82387
I downloaded the above hash 3 days ago. Set it up and ran it twice once a day with no issue.
On the 3rd day "html5lib not found" I did pip install html5lib. The ticker_counts.py runs fine but
yfinance_analysis.py has a bunch of line errors ending in ValueError: No tables found.
I have reverted to 59cd6d0
The text was updated successfully, but these errors were encountered: