question

Upvotes
Accepted
3 0 0 1

Is there a way to get prices (i.e. last price) on futures as of a certain time? i.e. what is the price of ESM9 as of 3 PM EST

treprfarfa-apipricing
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
25.3k 87 12 25

Hi @tyler.cosgrove

RFA is designed for consuming realtime data and cannot access historical tick data.

If you wanted to capture a value at a particular time, you would need to continually capture the realtime tick data and then store the values at the required times of interest to you.

We do have other APIs which may provide what you are after e.g. TRTH REST API

You can contact your Refinitiv account manager to discuss TRTH and any other possible offerings that may fulfill your requirements.

RFA does allow you to request TimeSeries data which would allow you to request CLOSE, OPEN, HIGH, LOW and VOLUME values on a daily, weekly and monthly basis - but this does not sound like what you are after.

You can read about TS1 data consumption using RFA here. If you have RFA installed on your computer, you should also find the TS1Data.pdf and TS1_DevGuide.pdf in the Docs subfolder of the API installation.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.