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

Stocks with missing estimates #1

Closed
tobigs opened this issue Mar 10, 2021 · 3 comments
Closed

Stocks with missing estimates #1

tobigs opened this issue Mar 10, 2021 · 3 comments

Comments

@tobigs
Copy link
Owner

tobigs commented Mar 10, 2021

mdp = mf.Ticker("mdp")
mdp.estimates

Some stocks have estimates only for one year:

High Low Mean Median 30 Days Ago 60 Days Ago 90 Days Ago Number of Estimates
('06/2021', 'Earnings Per Share USD') nan nan nan nan 2.85 2.85 nan 1
('06/2021', 'Growth %') nan nan nan nan -127.4 -127.4 nan 1
('06/2021', 'Earnings Per Share USD') 4.18 4.18 4.18 4.18 2.85 2.85 nan 1
('06/2021', 'Growth %') nan nan nan nan 0 0 nan 1

Some don't have estimates at all. (aag= mf.Ticker("aag", country="Germany"), 10.03.2021).
Estimate should have the same structure and always consist of two years regardless of available data.
@datatalking
Copy link

How are you able to get this it was my understanding that they disabled the API for paid accounts only.

@tobigs
Copy link
Owner Author

tobigs commented Aug 1, 2022

How are you able to get this it was my understanding that they disabled the API for paid accounts only.

Unfortunately Morningstar decided to shut down the datasource.

@tobigs tobigs closed this as completed Aug 1, 2022
@datatalking
Copy link

There are alternate sources for the data, are you open to collaborating between our repos and sharing data?

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

2 participants