Hello,
I have to get prices for instruments across various exchanges globally how do I make sure that the prices I get are in USD? I am using the following request.
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryIntradaySummariesExtractionRequest",
"ContentFieldNames": [
"Last","Close Ask", "Close Bid"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [{
"Identifier": "SSGc1",
"IdentifierType": "Ric"
}],
"UseUserPreferencesForValidationOptions":"false"
},
"Condition": {
"MessageTimeStampIn": "GmtUtc",
"ReportDateRangeType": "Range",
"TimeRangeMode": "Inclusive",
"SummaryInterval": "OneMinute",
"TimebarPersistence": true,
"QueryStartDate": "2003-02-01T00:00:00.000Z",
"QueryEndDate": "2003-02-28T00:00:00.000Z",
"DisplaySourceRIC":"true"
}
}
}