atreadw1492 / yahoo_fin

Scrape stock price history from new (Spring 2017) Yahoo Finance layout
MIT License
292 stars 125 forks source link

get_balance_sheet() return empty dataframe #93

Open yongnuan opened 1 year ago

yongnuan commented 1 year ago

Thanks for a great library. When using get_balance_sheet(), it return no data. Getting other data like PE ratio is fine. Here is what I did:

import yahoo_fin.stock_info as si sheet = si.get_balance_sheet("AAPL")

the sheet is empty. Thanks for your help