dpguthrie / dpguthrie/yahooquery
Function parameters no longer work
Open
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
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)
Contributor guide
Assessment
This issue has not been assessed yet.