You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
importyahooqueryyq=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
The text was updated successfully, but these errors were encountered:
Describe the bug
According to the docs,
grossProfits
should be withinfinancial_data
. This however isn't the case, and we have to runget_financial_data(["GrossProfit"], trailing=False)
explicitly to find itTo Reproduce
Steps to reproduce the behavior:
Expected behavior
grossProfit
should already be in theyq.financial_ticker
, but it isn't.Screenshots
The text was updated successfully, but these errors were encountered: