dpguthrie / dpguthrie/yahooquery

Function parameters no longer work

Open
#339 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.