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

get_net_income() provides the Net Income of 9/29/2020 (for AAPL) #176

Open Pietrosanguin opened 6 months ago

Pietrosanguin commented 6 months ago

Good evening,

the method get_net_income() (and also the others), should be customized in order to set up the date of the Income statement to be considered and also the type (quarter or annual). In the case of AAPL, after testing, the current method returns the Net Income of 9/29/2020, which is the first appearing on Yahoo finance.

The idea of this library is amazing. In a while I will study the package and become a contributor. Thank you for your great help! :)

JECSand commented 6 months ago

@Pietrosanguin Thank you for the feedback and your willingness to contribute!