question

Upvotes
Accepted
3 0 2 8

Commodity search

To retrieve all the commodity spot product RIC codes in LME, we are querying one of TRTH’s API, as shown below:

End point: https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/CommoditySearch

Query body:

{
  "SearchRequest": {
    "TrClassificationSchemes": ["COMSPOT"],
    "ExchangeCodes": ["LME"],
    "AssetStatus": "Active"
  }
}

However, we didn’t see the RIC<CLAU0> among the results. Is there anything wrong with our querying approach?

tick-history-rest-apicommodities
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.

1 Answer

Upvotes
Accepted
13.7k 26 8 12

@Prathibha.Mariyappa, this forum is for software developers using Refinitiv APIs, and technical discussions. For precise data queries, please directly contact TRTH support team via MyRefinitiv. In the product field, select "Thomson Reuters Tick History v2".

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