is there any guide to construct a RIC with data we have like ticker,exp date , price etc ?

samara
samara Explorer

we are trying validate data with ticker.is there any specific instructions on how create a ric at our end to validate data with reuters for different products ?

Best Answer

  • nityanand.koppad
    Answer ✓

    @samara

    you can try below and there are further more solutions available, if you work with your Account Manager then they will be able to get you assistance of Product Specialist

    https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/FuturesAndOptionsSearch

    {
    "SearchRequest": {
    "FuturesAndOptionsType": "Futures",
    "CurrencyCodes": ["USD"],
    "ExchangeCodes": ["IOM"],
    "ExpirationDate": {
    "@odata.type": "#ThomsonReuters.Dss.Api.Search.DateValueComparison",
    "Value": "2019-03-15"
    },
    "AssetStatus": "Active",
    "IdentifierType": "Ric",
    "Identifier": "ES*",
    "PreferredIdentifierType": "Ric"
    }
    }