For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
76 4 3 7

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

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 ?

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
648 4 4 6

@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"
    }
}
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea