-
Notifications
You must be signed in to change notification settings - Fork 163
Function parameters no longer work #339
Copy link
Copy link
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels