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.

Hello @ravi_ranjan

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
22k 58 14 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.