ranaroussi / yfinance

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

Is it possible to get quarterly growth (yoy)? #1835

Open parksb opened 9 months ago

parksb commented 9 months ago

I'm trying to get quarterly growth rates for revenue, gross profit, operating income, and earnings.

However, when I tried to compare revenue from the most recent quarter(Sep 2023) with revenue from the same quarter last year, I found that it only went back to Dec 2022.

image

I don't think this is a problem with the yfinance package, it's a problem with Yahoo Finance.

image

But, is there any way to compare Sep 2023 to Sep 2022?

Gamrix commented 8 months ago

Yahoo Finance paywalls quarterly information before 1 year ago, so it is unlikely you can get it using this API without paying for Yahoo's paid finance product.