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
Hi @areed1192, portfolio_analysis service endpoints (i.e: account_performance, account_summary, etc.) are throwing HTTPError exception. Do you know what could be causing this?
The text was updated successfully, but these errors were encountered:
Hey @crtamaz it looks like i am getting a lot of HTTPErrors as well with the various requests. I wonder if Interactive Brokers is updating the API calls making the requests from inside the python invalid? Just an idea, ill keep debugging and if i figure it out ill let you know
The issue is with your "account_number" variable. It does use the variable from the ibc_client, but the one you pass into each endpoint function. Once fixed, everything works.
Hi @areed1192, portfolio_analysis service endpoints (i.e: account_performance, account_summary, etc.) are throwing HTTPError exception. Do you know what could be causing this?
The text was updated successfully, but these errors were encountered: