Hi, I am using the price history PriceHistoryExtractionRequest API to retrieve historical prices. I am querying for ric: DWAQ.O between dates 2019-05-20 and 2019-05-22. The extraction response for May 20th has an empty value for the price. Is this the expected behavior of the API?
Request:
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest",
"ContentFieldNames": [
"RIC",
"Trade Date",
"Universal Close Price"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"IdentifierType": "Ric",
"Identifier": "DWAQ.O"
}
]
},
"Condition": {
"AdjustedPrices": false,
"QueryStartDate": "2019-05-20",
"QueryEndDate": "2019-05-22"
}
}
}
Response:
RIC,Trade Date,Universal Close Price
DWAQ.O,2019/05/20,
DWAQ.O,2019/05/21,111.79
DWAQ.O,2019/05/22,111.36