ranaroussi / yfinance

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

Fix growth_estimates for new key `LTG` #2127

Closed ericpien closed 5 days ago

ericpien commented 1 week ago

Summary

Examples: LTG row and 5 year numbers are not shown in the links below.

Sample: import yfinance as yahooFinance

msft = yahooFinance.Ticker("MSFT")
print(msft.growth_estimates) # now works