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

Mapping of balance sheet fields #39

Open blah-crusader opened 4 years ago

blah-crusader commented 4 years ago

Hi,

I was wondering whether you have an exact mapping of balance sheet / cashflow statement / income statement fields to variable names. Most of them are easy to deduce, like "Total Assets" to "totalAssets" but some are less and would like to be exact.

Thanks for any advice!

JECSand commented 4 years ago

@blah-crusader

Thanks for bringing this up! I'll look into this when I get some free time. Probably be closer to the beginning of next year.

mmayorm commented 3 years ago

Hi,

I was also wondering that the names are not the same. However, the main issue that I have found is that some of the fields are missing. For example, summing all the fields of "Current Liabilities" is not equal to "TotalCurrentLiabilities". Any advice?

Thank you in advance!