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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
76 5 5 10

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-apidssdatascope-select
icon clock
10 |1500

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

1 Answer

· Write an Answer
Upvotes
Accepted
648 5 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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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