I have a REST request that uses the price history Extraction request template to return historical price for an asset/ric.
However, it only returns the price for the last date in the range.
This is despite the template setting a start and end date of the range.
Also - I have set the following template fields:
"QueryStartDate": "2015-12-01T00:00:00.000Z",
"QueryEndDate": "2018-12-03T00:00:00.000Z",
"AdjustedPrices": false,
"LastEntityOnly": false,
"ReportDateRangeType": "Range"
How can I get all prices for the date range specified?
P.S. I have also tried 'DaysAgo' = 30 with "ReportDateRangeType": "Delta" - this does exactly the same thing.
I need data for multiple years.
Thanks
Kashif.