question

Upvotes
Accepted
6 4 4 4

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"
    }
  }
}
tick-history-rest-apihistoricalrest-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.

1 Answer

· Write an Answer
Upvotes
Accepted
23.7k 61 15 21

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'.

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.