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

missing key value "shortLongTermDebt" #141

Open fsitios opened 1 year ago

fsitios commented 1 year ago

Hi,

What happened to the "shortLongTermDebt" key values? it just disappeared from the get_financial_stmts('annual', 'balance') result. You are mentioning it in the documentation, but in the actual result it is no longer there.

Could you please add it back, it's very useful for calculating other things.

Kind Regards!

JECSand commented 1 year ago

@fsitios Nothing is deliberately taken out, however Yahoo makes changes from time to time which impact the data returned by our methods. I’ll analyze whether there’s another way to get shortLongTermDebt from Yahoo and report back.

fsitios commented 1 year ago

Thanks a lot!