Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'grossProfits' missing in financial_data #277

Open
george-photon opened this issue May 13, 2024 · 0 comments
Open

'grossProfits' missing in financial_data #277

george-photon opened this issue May 13, 2024 · 0 comments

Comments

@george-photon
Copy link

Describe the bug
According to the docs, grossProfits should be within financial_data. This however isn't the case, and we have to run get_financial_data(["GrossProfit"], trailing=False) explicitly to find it

To Reproduce
Steps to reproduce the behavior:

import yahooquery

yq = yahooquery.Ticker("aapl")

data = yq.financial_data["aapl"]
# No "grossProfit" is in the dict

Expected behavior
grossProfit should already be in the yq.financial_ticker, but it isn't.

Screenshots
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant