Describe the bug
I've been using yahooquery on the daily for a while now. Just recently, scripts stopped working.
Investigating further, certain functionalities are broken.
To Reproduce
Steps to reproduce the behavior:
dd = Ticker("aapl")
bs = dd.balance_sheet(frequency='a', trailing=False)
TypeError: Ticker.balance_sheet() got an unexpected keyword argument 'trailing'
Expected behavior
Should return balance_sheet object as per documentation (https://yahooquery.dpguthrie.com/guide/ticker/financials/#balance_sheet)
Describe the bug
I've been using yahooquery on the daily for a while now. Just recently, scripts stopped working.
Investigating further, certain functionalities are broken.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should return balance_sheet object as per documentation (https://yahooquery.dpguthrie.com/guide/ticker/financials/#balance_sheet)