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
This is incorrect. In addition, odd behavior is that get_earnings sometimes returns with a symbol index, and sometimes does not. This would cause calls like aapl.get_earnings()["totalDebt"] to fail.
The text was updated successfully, but these errors were encountered:
This causes some requests to return a symbol-indexed dictionary of the endpoint instead of the actual endpoint. This also causes pandas format to be incorrect.
It appears that some endpoints (such as
get_earnings
are returning incorrectly-formatted data)This is incorrect. In addition, odd behavior is that
get_earnings
sometimes returns with a symbol index, and sometimes does not. This would cause calls likeaapl.get_earnings()["totalDebt"]
to fail.The text was updated successfully, but these errors were encountered: