Extract fundamental data from yahoo finance
This is a simple script to extract fundamental data from yahoo finance company page.
bs_, is_, cf_ = get_fundamentals('AAPL')
The function above returns 3 pandas dataframes
that look like this
key_stat = get_keystats('AAPL)
. The output looks like this
peers = get_comeptitors('AAPL)
. The output looks like this