ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
14.89k stars 2.44k forks source link

Add more financials keys #1985

Closed rhwvu closed 4 months ago

rhwvu commented 4 months ago

Trying again: This adds "OccupancyAndEquipment", "ProfessionalExpenseAndContractServicesExpense", and "OtherNonInterestExpense" to the financials in const.py, which are all found on AXP's (American Express) income statement on Yahoo. This also adds the various expenses from https://github.com/ranaroussi/yfinance/pull/1965 which I already made the https://github.com/ranaroussi/yfinance/issues/1961 on. It also adds the balance-sheet name "CashCashEquivalentsAndFederalFundsSold" which AXP uses for its cash.

Hopefully this time it's all correct and up to your standards.