Historical data in ticks

4 posts / 0 new
Last post
BobbyO2007
Historical data in ticks

Hello,
With streaming API, I can subscribe to data in ticks but I have no historical data.
How can I get data ? Which function can I use for this ?
Thank you.

BobbyO2007
Any answer please ?

Any answer please ?

neilcaithness
Bobby,

Bobby,

The Consolidated (candle) data is historical in a sense. Alternatively you can use the /price query of the REST API for historical data, or accumulate your own using the Streaming API.

Hope this helps.

BobbyO2007
Thank you neilcaithness for

Thank you neilcaithness for your help.
I had a look to /Prices in REST API but it's only with fixed time unit, not in ticks.
But you're right, I can accumulate my own data in ticks.
It's a pity that IG has not implemented this feature /Price in ticks

Log in or register to post comments