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
911 stars 215 forks source link

Not able to receive data from the yahoo financials API #134

Closed vaibhvbedi closed 1 year ago

vaibhvbedi commented 1 year ago

Hi,

My code is

from yahoofinancials import YahooFinancials ticker = 'AAPL' yahoo_financials = YahooFinancials(ticker) balance_sheet_data_qt = yahoo_financials.get_financial_stmts('quarterly', 'balance') print(balance_sheet_data_qt)

I am getting the none output image

Please Let me know how I can solve this

JECSand commented 1 year ago

@vaibhvbedi Currently working on a refactor to address this. I will have a new version out tonight with a stable long term fix. Very close.

JECSand commented 1 year ago

Closing because issue is a duplicate of #132