JECSand / yahoofinancials

A powerful financial data module used for pulling data from Yahoo Finance. This module can pull fundamental and technical data for stocks, indexes, currencies, cryptos, ETFs, Mutual Funds, U.S. Treasuries, and commodity futures.
https://pypi.python.org/pypi/yahoofinancials
MIT License
910 stars 215 forks source link

Lastest dates issue #140

Open promexio opened 1 year ago

promexio commented 1 year ago

Sorry, I have to ask this again as I can't figure it out: Request: yahoo_financials.get_financial_stmts('annual', 'income')['incomeStatementHistory']["EQNR"][-1] => I get: {'2021-12-31': {'(...)} This is not correct --- on the website, the latest figures are of 12/30/2022 Now, curiously, for the Balance sheet + Cashflow stmt it works. Do you have any advice for me? Thx.

JECSand commented 1 year ago

@promexio Thanks for bringing this to my attention. I'll attempt to recreate tonight and will return with an update.