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
896 stars 214 forks source link

Missing Quarterly Data #142

Open ivojfabris opened 1 year ago

ivojfabris commented 1 year ago

The quarterly component of the parser no longer works for me.

For in instance using ticker 'AXP':

yfn = YahooFinancials('axp') yfn.get_financial_stmts('Quarterly',['income', 'cash', 'balance'])

Returns: {'incomeStatements': {'AXP': []}, 'cashflowStatements': {'AXP': []}, 'balanceSheetStatements': {'AXP': []}}

The annual statements are still there