Tick Level Data Web-Service Query
Answered
Hi All,
I am new to the TrueData community and am trying to explore some API to get the Tick Level Data.
I am currently using the 'idticks' Web-Service to get the Tick Level Data. So far so good. I am using Postman to test the above web-service.
I would like to know how I receive the data. is it in CSV. But web-services are supposed to return data in JSON/XML. Could someone please confirm.
Thanks,
Rajesh
We have launched our Websocket API also, recently. The API is gaining popularity amongst algo traders and in case you are interested, you could contact us for the same.
You can find the latest documentation for this Websocket API here >> TrueData Websocket API Documentation
Also, please use this community / forum here to post more queries about the API >> https://bit.ly/TrueData_Websocket_Forum
We have launched our Websocket API also, recently. The API is gaining popularity amongst algo traders and in case you are interested, you could contact us for the same.
You can find the latest documentation for this Websocket API here >> TrueData Websocket API Documentation
Also, please use this community / forum here to post more queries about the API >> https://bit.ly/TrueData_Websocket_Forum
We send only delta values (values that change) as other things remain the same and are not necessary to be sent.
Also, idticks is more for tick history. You should be using MData for calling real-time ticks of a large number of symbols.
Hope that helps.
We send only delta values (values that change) as other things remain the same and are not necessary to be sent.
Also, idticks is more for tick history. You should be using MData for calling real-time ticks of a large number of symbols.
Hope that helps.
Replies have been locked on this page!