Skip to content

Function parameters no longer work #339

@nickvin

Description

@nickvin

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions