question

Upvotes
Accepted
50 9 12 20

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 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
38.1k 69 35 53

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 5.0 MiB each and 10.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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea