ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
14.56k stars 2.43k forks source link

Growth Estimates #575

Open darth57 opened 3 years ago

darth57 commented 3 years ago

Is there a way to get the Yahoo Finance growth estimates specifically the "Next 5 Years (per annum)"?

louissanchez84 commented 3 years ago

Same thing here, would love this data.

JulioAlamill commented 2 years ago

Was about to ask the same, would be nice to have it in yfinance.Tickers.tickers[symbol].info

asafravid commented 2 years ago

I will check Recently the proper trailingPegRatio was fixed so this should be similar

kocielnik commented 1 year ago

Related to #1280

dementedhedgehog commented 9 months ago

This would be good to have for calculating Graham's Valuation (for example).

ValueRaider commented 9 months ago

@dementedhedgehog Can you finish #1778 ?

dementedhedgehog commented 9 months ago

https://github.com/ranaroussi/yfinance/pull/1778 is not my PR and I doubt I can edit it. If @coskos-ops has dropped off the radar I suppose I could resurrect it in a new PR?

ValueRaider commented 9 months ago

I've merged it into a new branch feature/growth-estimates, you can fork and pull-request that.

dementedhedgehog commented 9 months ago

https://github.com/ranaroussi/yfinance/pull/1828

Is this what you're after? Once you start pulling at this thread you start to wonder where to stop. That original PR removes fields that aren't implemented but that are referenced in the rest of the code and some of the tests.

Also I've discovered I'm really rusty with git.