Hi,
I am trying to retrieve historical exchange rate. I am using the following example:
Thank you
Hi,
I am trying to retrieve historical exchange rate. I am using the following example:
Thank you
That specific endpoint is designed to retrieve a single record for multiple instruments. If you want to retrieve a time series, you will need to use the /data/historical-pricing/v1/views/interday-summaries/{universe} endpoint. The current design of this endpoint only supports a single instrument so you will have to call it multiple times for the list of instruments you are interested in.