yf.Ticker(stock).info.get('beta') No longer returns beta - it was working yesterday #2534
Replies: 2 comments 1 reply
-
I'm running into the same issue with my program. For some reason when calling the ticker.info it's not providing the same information it used to, I have also lost the 'short interest'. It is providing similar data to Ticker.get_info(). |
Beta Was this translation helpful? Give feedback.
1 reply
-
Duplicate #2533 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, i am working on a project that valuates stocks, and i was running through my code when it suddenly gave me an error that its no longer finding 'beta' among the keys in the Ticker().info dict. Any ideas? i saw that a new version released about 11 hours ago and I just updated yfinance but no luck.
Beta Was this translation helpful? Give feedback.
All reactions