Hello,
My client is using TRTH REST API, with the below code he is trying to extract Historical Reference Data using SEDOL, he would like to further filter his result to only to a specific exchange.
Could you please help me with the filtering option.
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.HistoricalReferenceExtractionRequest",
"ContentFieldNames": [
"RIC", "Asset Category", "Primary Trading RIC", "CUSIP", "SEDOL", "ISIN", "Issuer OrgID", "Exchange Code", "Currency Code", "Change Date"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{ "Identifier": "6456403", "IdentifierType": "Sedol" }
],
"ValidationOptions": {"AllowHistoricalInstruments": true},
"UseUserPreferencesForValidationOptions": false
},
"Condition": {
"ReportDateRangeType": "Range",
"QueryStartDate": "1996-01-01",
"QueryEndDate": "2018-12-31"
}
}
}
Thanks,
Praveen Rangaiah