How to retrieve on RDP Historical Intraday Pricing API the 1 year history?

I want to retrieve a 1 year history for EUR= in a 1 hour interval but I can access only 3 months of data. How can I access the full 1 year history?

Tagged:

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @WLA01

    According to the Historical Pricing API reference guide on the RDP APIs Playground page, the maximum count limit per request of the Intraday is 90 days.

    rdp-intraday.png

    You may need to request multiple requests with different start and end parameters.

    rdp-intraday-startend.png

    Hope this helps.