How to periodically refresh the Intraday Historical Data for 100 RICs to keep local cache up to d...

...ate?

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

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @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.