Skip to content

Growth Estimates #232

Answered by ms82494
gabrielomana asked this question in Q&A
Discussion options

You must be logged in to vote

Would it be possible to obtain the data from the "Growth Estimates" section located in the analysis section of Yahoo Finance? Specifically, I am in need of "Growth Estimates Next 5 Years"

In [18]: yq.Ticker('AAPL').earnings_trend['AAPL']['trend'][-2]['growth']
Out[18]: 0.0698

and "Growth Estimates Past 5 Years".

In [17]: yq.Ticker('AAPL').earnings_trend['AAPL']['trend'][-1]['growth']
Out[17]: 0.22156

You'll probably want to access this in a more robust way (without relying on the internal order of the dictionaries in the list), but this should get you going.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gabrielomana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants