question

Upvotes
Accepted
50 12 24 30

On-Demand data download for a list of RICs

I am trying On-Demand data download for a list of RICs. I could found a way page# 42 of ThomsonReutersTickHistory11.0RESTAPIUserGuidev1.0.pdfdocument. However, it shows for a single RICs. Is there any way to do the same for multiple RICs in single shot. Please let me know.

dss-rest-apitick-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.

Upvotes
Accepted
84.6k 287 53 77

Is it ElektronTimeseriesExtractionRequest?

If yes, you can specify multiple identifiers in the "InstrumentIdentifiers" array.

...
  "IdentifierList": {
      "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",  
      "InstrumentIdentifiers": [{
        "Identifier": "TRI.N",
        "IdentifierType": "Ric"
      },{
      	"Identifier": "IBM.N",
        "IdentifierType": "Ric"
      }]
    }
...
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.

Upvotes
426 2 4 4

@Ayan, Please take a look at "REST API Tutorial 4: On Demand time series extraction" of DSS REST API Tutorials. It has detailed step-by-step instructions of retrieving time series data with multiple instruments.

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.