ranaroussi / yfinance

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

quarterly_financials() doesn't always report the most recent quarter. #884

Closed wjsaxx closed 1 year ago

wjsaxx commented 3 years ago

.quarterly_financials() doesn't always report the most recent quarter. For instance, sometimes MSFT returns 6/30/21 and sometimes 9/30/21. Does this with most all tickers.

umang314 commented 2 years ago

Please fix this issue.

asafravid commented 2 years ago

It’s not a yfinance issue Yahoo finance picks the data randomly from various websites, some of which are less updated yfinance just used the Yahoo Finance API

wjsaxx commented 2 years ago

Thanks so much for the reply. Great job on yFinance!

On Mon, Dec 13, 2021, 10:49 AM Asaf @.***> wrote:

It’s not a yfinance issue Yahoo finance picks the data randomly from various websites, some of which are less updated yfinance just used the Yahoo Finance API

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ranaroussi/yfinance/issues/884#issuecomment-992670255, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWOXBCIBKUO2SKT2WFXHPO3UQYP2DANCNFSM5H54OLPQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ValueRaider commented 1 year ago

yfinance 0.2 has redone financials handling, is this issue gone?