Get prices in USD for instruments in TRTH

Hello,

I have to get prices for instruments across various exchanges globally how do I make sure that the prices I get are in USD? I am using the following request.



{
  "ExtractionRequest": {
    "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryIntradaySummariesExtractionRequest",
    "ContentFieldNames": [
      "Last","Close Ask", "Close Bid"
    ],
    "IdentifierList": {
      "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
      "InstrumentIdentifiers": [{
        "Identifier": "SSGc1",
        "IdentifierType": "Ric"
      }],
      "UseUserPreferencesForValidationOptions":"false"
    },
    "Condition": {
      "MessageTimeStampIn": "GmtUtc",
      "ReportDateRangeType": "Range",
      "TimeRangeMode": "Inclusive",
      "SummaryInterval": "OneMinute",
      "TimebarPersistence": true,
      "QueryStartDate": "2003-02-01T00:00:00.000Z",
      "QueryEndDate": "2003-02-28T00:00:00.000Z",
      "DisplaySourceRIC":"true"
    }
  }
}

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hi @ravi_ranjan

    This forum is for technical API related queries.

    For content-type questions, please raise a Content query from MyRefinitiv which will allow you direct communication with a Content expert.

    Select 'I need help understanding content within the product' and appropriate product e.g. 'Thomson Reuters Tick History'.