For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 1 3

Missing "Current RIC" Column in Intraday Summaries Response

Hi,

I'm migrating from TRTHv1 to TRTHv2 and am struggling to display the "Current RIC" column we get in TRTHv1 responses. I have included "DisplaySourceRIC":true in the Condition of my request, which is what the docs suggest, but I still don't see the "Current RIC" column.

The only columns I receive in addition to the ContentFieldNames requested are:

#RIC,Domain,Date-Time,GMT Offset,Type

Is this because the RIC I'm requesting hasn't changed since the query dates I'm entering? Am I missing something in my query?

My query, for reference:

{"ExtractionRequest":{"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryIntradaySummariesExtractionRequest","ContentFieldNames":["Open","High","Low","Last","Volume","No. Trades","Open Bid","High Bid","Low Bid","Close Bid","No. Bids","Open Ask","High Ask","Low Ask","Close Ask","No. Asks"],"IdentifierList":{"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList","InstrumentIdentifiers":[{"Identifier":"IBM.N","IdentifierType":"Ric"}],"ValidationOptions":null,"UseUserPreferencesForValidationOptions":false},"Condition":{"MessageTimeStampIn":"GmtUtc","ReportDateRangeType":"Range","QueryStartDate":"2008-08-20T00:00:00.000Z","QueryEndDate":"2008-09-30T00:00:00.000Z","SummaryInterval":"OneMinute","TimebarPersistence":true,"DisplaySourceRIC":true}}}

Thanks!

dss-rest-apidatascope-selectdsstick-history-rest-apihistorical
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.

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 20

TRTH V2 Intraday data is collected from Electron realtime data feed. The fields that are available for the request are the fids that are available on electron and can be referenced via API Reference Tree

If the RIC underwent changes, one can look them up using

HistoricalReferenceExtractionRequest

, for a detailed description please see REST API Tutorial 10: On Demand Histo Reference extraction
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.