how can we get multiple symbol data in one go for historical API call
Not Planned
how can we get multiple symbol data in one go for historical API call, Please give example syntax
how can we get multiple symbol data in one go for historical API call, Please give example syntax
For now, Historical data needs to be requested & is delivered 1 by 1.
Currently, there is no method, to send you the history of multiple symbols at the same time. However, as we move to REST protocol for history, we may consider adding this for a bunch of symbols.
For now, Historical data needs to be requested & is delivered 1 by 1.
Currently, there is no method, to send you the history of multiple symbols at the same time. However, as we move to REST protocol for history, we may consider adding this for a bunch of symbols.
thank you , we will wait for REST. But is it possible even though we receive data one by one ,but request can send in one command ??
currently in python i am sending request through loop one by one
thank you , we will wait for REST. But is it possible even though we receive data one by one ,but request can send in one command ??
currently in python i am sending request through loop one by one
Yes, for now, you would need to retain this method of making a list and then looping through the list.
This will evolve hopefully and we are keen to offer this in the way you are asking for it.
We will get there soon, hopefully.
Yes, for now, you would need to retain this method of making a list and then looping through the list.
This will evolve hopefully and we are keen to offer this in the way you are asking for it.
We will get there soon, hopefully.
Want to 200 symbol historical data in one go like live streaming please add this feature it's help a lot...
Want to 200 symbol historical data in one go like live streaming please add this feature it's help a lot...
Using our 1 min & 5 min streaming feeds you can get the data for a large number of symbols for the last bar. eg. at the end of every 1 min you will get the last 1 min bar for all your 200 or more symbols in a streaming fashion and without calling the server. As this data comes in, you could save this in a DB and all the data would be up to date till the last bar.
Using our 1 min & 5 min streaming feeds you can get the data for a large number of symbols for the last bar. eg. at the end of every 1 min you will get the last 1 min bar for all your 200 or more symbols in a streaming fashion and without calling the server. As this data comes in, you could save this in a DB and all the data would be up to date till the last bar.
Replies have been locked on this page!