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?
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.
You may need to request multiple requests with different start and end parameters.
Hope this helps.