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?

Best Answer

  • @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".