question

Upvotes
Accepted
1 0 0 0

How to periodically refresh the Intraday Historical Data for 100 RICs to keep local cache up to date?

How to periodically refresh the Intraday Historical Data for 100 RICs to keep local cache up to date?

Endpoint: https://api.refinitiv.com/data/historical-pricing/v1/views/intraday-summaries/VATN.S?interval=PT1M&sessions=normal

rdp-apidatahistorical
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
83.1k 281 53 77

@cherricaanne.cabanez

This endpoint also supports other parameters, such as start and end.

1656398080831.png

You can specify these parameters in the URL to request data at specific times.

However, I found that this endpoint supports one item at a time. Therefore, you need to use the for loop to request 100 RICs.



1656398080831.png (41.0 KiB)
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.