TypeError Traceback (most recent call last)
Cell In[221], line 1
—-> 1 aapl.get_balance_sheet(start_date=”2021-09-30″, end_date=None)
TypeError: TickerBase.get_balance_sheet() got an unexpected keyword argument ‘start_date’
I have tried putting a start and end date, but get an error message.
New contributor
user26669752 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.