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
I have searched the existing issues to ensure there isn't already an issue about this question.
My question has to do with the Python SDK and isn't a general question about the API. (If it is please open your issue here)
My question isn't about how to do a specific algorithm or asking for trade advice (answers to these are outside the scope of this repo).
Question
As I'm testing out the functionality of various sdk features, I'm left wondering what kind of behavior will have me hitting rate limits and what will be fine.
Does the SDK have any utils to help me monitor the number of calls I'm making?
And one specific example question on this topic, if I make a StockBarsRequest() for 2 symbols, TimeFrame="Day" and start/end of 1 year.. is this 1 API call?.. or 2 API calls (1 per symbol)?.. or more because of the start/end length?
The text was updated successfully, but these errors were encountered:
Question form pre-submit checklist.
Question
As I'm testing out the functionality of various sdk features, I'm left wondering what kind of behavior will have me hitting rate limits and what will be fine.
Does the SDK have any utils to help me monitor the number of calls I'm making?
And one specific example question on this topic, if I make a StockBarsRequest() for 2 symbols, TimeFrame="Day" and start/end of 1 year.. is this 1 API call?.. or 2 API calls (1 per symbol)?.. or more because of the start/end length?
The text was updated successfully, but these errors were encountered: