If I request a price history is the API returning the price for the Nasdaq exchange or an average amongst other exchanges?
Request:
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest",
"ContentFieldNames": [
"RIC",
"Trade Date",
"Universal Close Price",
"Volume"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"IdentifierType": "Ric",
"Identifier": "DWAQ.O"
}
]
},
"Condition": {
"AdjustedPrices": false,
"QueryStartDate": "2019-05-17",
"QueryEndDate": "2019-05-28"
}
}
}
Response
RIC,Trade Date,Universal Close Price,Volume
DWAQ.O,2019/05/17,,
DWAQ.O,2019/05/20,,
DWAQ.O,2019/05/21,111.79,
DWAQ.O,2019/05/22,111.36,
DWAQ.O,2019/05/23,108.8476,
DWAQ.O,2019/05/24,110.58,
DWAQ.O,2019/05/28,110.9,