atreadw1492/yahoo_fin

get_balance_sheet() return empty dataframe

yongnuan opened this issue · 0 comments

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