Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eps_revisions always returns 'None' for 'downLast7days' #2188

Open
ValueRaider opened this issue Dec 22, 2024 Discussed in #2187 · 2 comments
Open

eps_revisions always returns 'None' for 'downLast7days' #2188

ValueRaider opened this issue Dec 22, 2024 Discussed in #2187 · 2 comments

Comments

@ValueRaider
Copy link
Collaborator

ValueRaider commented Dec 22, 2024

Discussed in #2187

Originally posted by avasfx December 22, 2024
Hello. I updated yfinance to version 0.2.51.
then:
import yfinance as yf tsla = yf.Ticker("TSLA") tsla.eps_revisions
and i get something like that:
image

But on yahoo finance site there is data for revisions:
image
The same is for other stocks. Am i missing something or yahoo changed something once again?

@avasfx

@ValueRaider
Copy link
Collaborator Author

Ergh, this is because the fetcher #2023 hardcodes keys and now Yahoo changed a letter. Fetcher needs a rewrite https://github.com/ranaroussi/yfinance/blob/main/yfinance/scrapers/analysis.py

@ValueRaider
Copy link
Collaborator Author

Should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant