how can we get multiple symbol data in one go for historical API call

Madan M. shared this idea 3 years ago
Not Planned

how can we get multiple symbol data in one go for historical API call, Please give example syntax

Replies (5)

photo
1

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.

photo
2

Noe REST is active,please let me know can we send bunch of symbols in one go for Historical Data ??

photo
1

yes sir now rest is activated so how can go for multiple symbol request in one go for historical

photo
2

Can you please provide syntax for multiple request for Historical call ??

photo
1

i am also need same thing bro

photo
1

Can you please provide syntax for multiple request for Historical call ??

photo
1

At this time, fetching of Historical Data for multiple symbols in One-go is not yet implemented.

We are looking into the feasibility of the same and hope to implement this soon.

Once this is implemented, we would be notifying all our clients on our social media platforms and via email.

photo
1

This is very important feature and needs to be implemented. The API needs to be similar to the one currently available for live data.

photo
photo
1

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

photo
1

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.

photo
1

Want to 200 symbol historical data in one go like live streaming please add this feature it's help a lot...

photo
1

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.

Leave a Comment
 
Attach a file