question

Upvotes
Accepted
5 2 9 12

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 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an 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 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.