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?