galashour

Results 18 comments of galashour

yes - just verified on another setup that uses 0.1.93 in which the ticker_data.quarterly_balancesheet has different attributes than the one in 0.2.1 . 0.1.93 has: Index(['Intangible Assets', 'Total Liab', 'Total...

OK, I think figured it out, it moved from the 'quarterly_financials' to 'quarterly_balancesheet', and the attribute name was changed from 'Total Stockholder Equity' to 'Stockholders Equity'

There are a few other attributes that have changed on the move to 0.2.1, such as: 'Cash' -> 'Cash And Cash Equivalents' 'Total Liab' -> 'Total Liabilities Net Minority Interest'...

Additional fields with slight attribute changes: quarterly_cashflow.loc['Capital Expenditures'] ==> 'Capital Expenditure' quarterly_cashflow.loc['Total Cash From Operating Activities'] ==> 'Cash Flow From Continuing Operating Activities'

good idea. Can you open a topic with a link here, and I and possibly others can update there as we come across changes?

I added a page (seemed like the first page in the wiki). Pls double check it looks in the spirit you wanted. thnx.

updated the wiki with additional fields that were relocated in release 0.2.7

The direct link to the wiki page is: https://github.com/ranaroussi/yfinance/wiki/Financial-tables---attribute-changes-in-yfinance-0.2 @ValueRaider With the motivation to reduce usage of Ticker.info, should we consider moving also the following attribute from Ticker.info to Ticker.fast_info...