question

Upvotes
Accepted
2 5 4 9

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 512.0 KiB each and 1.0 MiB total.

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

Hello @jim.yu

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,
AHS

Hello @jim.yu,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an 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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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