On-Demand data download for a list of RICs

Ayan
Ayan Contributor

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.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    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"
    }]
    }
    ...

Answers

  • @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.

  • Ayan
    Ayan Contributor

    My apologies for the late updates. I will accept the answer once it fullfil my requirement.

    Thank,

    Ayan.