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

get_financial_stmts() returning none #59

Closed coolmaddy85 closed 3 years ago

coolmaddy85 commented 4 years ago

Today when I tried get_financial_stmts(), it's returning none.

Please note everything was working fine till a week back.

I'm in the middle of a project, It'll be really great if it's fixed at the earliest.

Thank you

almalh commented 4 years ago

I have the same issue, it looks like it can't fetch the data anymore

promsieho commented 4 years ago

plz help ! same issue here Thanks!

galanCA commented 4 years ago

I have the same problem as the users above. I've being running my code for 6 month with no problems. My guess is that the issue is related to Yahoo's new interface.

Any help is greatly appreciated.

Thank you

galanCA commented 4 years ago

I found this web api that achieves the same goal. https://financialmodelingprep.com/developer/docs/

tioneb22 commented 4 years ago

@galanCA Thanks, very helpful. It's too bad it doesn't provide the float like yahoo does :(