If we run the following request:
POST https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/InstrumentSearch
{
"SearchRequest": {
"InstrumentTypeGroups": [
"FuturesAndOptions"
],
"IdentifierType": "Ticker",
"Identifier": "CL",
"PreferredIdentifierType": "Ric"
}}
I would expect to see CLK1 as one of the results (it's in the results for the same search on the Datascope website), but we haven't received that even after repeating the Search on the supplied @odata.nextlink values
Is it possible to confirm if the above search does return CLK1 as one of the values, and if it does, which search address is it returned in (eg https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/InstrumentSearch?$skiptoken='MjUw')
Our developer has made a change so that we scroll through each page and we are still unable to find a result. We are looking for 'CLK1 ' in our results.
I tried several next link pages (200+) but unable to find the CLK1 RIC in result and another issue is same RICs are repeating in many pages which is strange.
Is there an easier way to check all pages? Are you able to find CLK1 with the above API in any of the pages?