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-apidatascope-selectdss
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.

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

@samara

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

@samara

Hi,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

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.