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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 0 0 4

FutureContracts in DSS Api

Hi Team,

Can you please advise on next topic – we’re trying to find out if FuturesContracts that we getting now from RFA7 library are available in DataScope Select web site? As an example we sent a ladder like ‘0#SZZF’ (where SZZF is a root ric) and as a response we receiving list of FutureContracts like: F24, F4 and ExpiryDate.

I’m using this web site: https://hosted.datascope.reuters.com/datascope/search/default.aspx?scr=D and don’t know which exactly Search Type and Identifier need to choose for this search.

dss-rest-apidatascope-selectdssc#
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
Upvote
Accepted
406 6 2 6

@oleksii.maievskyi

Hi Oleksii,

If you wanted to equivelently search for the RIC Root via DSS REST API , the example would look something like this:

POST https://selectapi.datascope.refinitiv.com/restapi/v1/Search/FuturesAndOptionsSearch
Authorization: Token <Token>
Prefer: odata.maxpagesize=10; respond-async
Content-Type: application/json; odata=minimalmetadata
{
    "SearchRequest": {
        "FileCodes": null,
        "CurrencyCodes": null,
        "ExchangeCodes": null,
        "StrikePrice": null,
        "ExpirationDate": null,
        "FuturesAndOptionsType": "Futures",
        "IdentifierType": "RICRoot",
        "Identifier": "SZZF",
        "PreferredIdentifierType": "Ric"
    }
}

More options on the API Reference Tree: https://selectapi.datascope.refinitiv.com/RestApi.Help/Context/Operation?ctx=Search&opn=FuturesAndOptionsSearch (active DSS credentials required)

Best regards,

Gareth

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.