Hi
Based on the tutorial https://developers.refinitiv.com/en/api-catalog/refinitiv-tick-history/refinitiv-tick-history-rth-rest-api/tutorials?content=13754&type=learning_material_item , i managed to get the constituents of the 0#.DJI (dow jones) or 0#.SPX (sp500)
However, there seems to be an issue with 0#.RUI (russell 1000) as before 2019-02-07 the response is always empty.
Ex: the following request with any date as long as Start & End are before 2019-02-07:
{ "Request": { "ChainRics": [ "0#.RUI" ], "Range": { "Start": "2009-01-01T00:00:00.000Z", "End": "2009-01-07T00:00:00.000Z" } } }
will return:
{ "@odata.context": "https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#Collection(ThomsonReuters.Dss.Api.Search.HistoricalChainInstrument)", "value": [] }
Could you please advise?
Best regards,
Benoit