I need 1min OHLCV of latest completed bar instead of RTD

Chirag shared this question 5 years ago
Answered

Hi,


I'm currently working on my Excel based tool but I require a very small bandwidth footptint.


Is it possible to get OHLCV values of 1 minute intervals every 1m if query is looped instead of RTD because the number of symbols would be 100 concurrently?


Thanks.

Replies (1)

photo
1

Yes, we now have a websockets API, which can do just that.

Also, you would not need to poll the server every 1 minute. Once you subscribe the symbols, you would start getting the 1 min bar (OHLCV) automatically from the server at every 1 min interval. We have used SignalR here, which is able to push the 1 min bars to you as soon as the bar is completed.

Contact our Live Chat Support for further assistance.

photo
1

Thanks for the reply, I didn't find much information earlier about it and unfortunately after quite a long discussion with chat support today, I was told there is no "other way".


Let me give it another try tomo.

photo
1

We are sending you the API details. Please go through the Last 2 APIs in the document which provide exactly what you are looking for.

photo
Leave a Comment
 
Attach a file