question

Upvotes
Accepted
2 2 2 5

TRTH with non-RIC symbol

I tried to get summary data via Cusip (or sedol etc); however, I got no data. Please see my request body.

{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryIntradaySummariesExtractionRequest",
"Condition": {
"TimebarPersistence": "false",
"QueryStartDate": "2018-03-12T00:00:00.000Z",
"QueryEndDate": "2018-03-12T23:59:59.999Z",
"ReportDateRangeType": "Range",
"SummaryInterval": "OneHour",
"MessageTimeStampIn": "GmtUtc",
"DisplaySourceRIC": "true"
},
"ContentFieldNames": [
"Close Ask",
"Close Bid",
"High",
"High Ask",
"High Bid",
"Last",
"Low",
"Low Ask",
"Low Bid",
"No. Asks",
"No. Bids",
"No. Trades",
"Open",
"Open Ask",
"Open Bid",
"Volume"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"ValidationOptions": {
"AllowHistoricalInstruments": "true"
},
"InstrumentIdentifiers": [
{
"Identifier": "459200101",
"IdentifierType": "Cusip"
}
],
"UseUserPreferencesForValidationOptions": "false"
}
}
}

tick-history-rest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
13.7k 26 8 12

@jim.yu, I suggest you make data requests using RICs, for 2 reasons:

  1. Our data bases use RICs.
  2. To avoid instrument expansion (a Sedol corresponding to multiple RICs, a request for 1 Sedol will deliver results for multiple RICs, which has an impact on your extraction quota).

For that you need to convert your Sedols and Cusips to RICs. See the article that covers TRTH ISIN to RIC conversion (it also applies to Sedol and Cusip).

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea