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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 0 0 2

Get only monthly or quarterly futures

Hi Team,

I'm using below code to get the Futures data by RootRic level. Is it possible to add some parameter for getting only monthly periodicities please?

SearchContext.FuturesAndOptionsSearch( FuturesAndOptionsSearchRequest.Create( FuturesAndOptionsType.Futures, //Futures and Options Type

null, //Put Call

null, //File Codes

null, //Underlying RIC

null, //Excersize Style

null, //Currency Code

null, //Description

null, //Exchange Codes

null, //Strike Price

null, //Expiration Date

FuturesAndOptionsStatus.Active, //Status

IdentifierType.RICRoot, "MAL",

//Identifier IdentifierType.Ric));


Template that using: Futures and Options Search, Futures and Options: Wildcard .


datascope-selectdssfutures
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
23k 22 9 14

Hello @oleksii.maievskyi,

I do not believe this filtering by period, or analogous filtering, is part of Futures and Options Search, as I do not find it exposed via DSS GUI, and reviewing FuturesAndOptionsSearch in REST API Reference Tree spec, I do not find it included.

You may proceed by discarding the results that you do not require, from the overall results returned via search; and may wish to consult with DSS content experts on how to identify and filter the results that you require, by directly contacting via Refinitiv Helpdesk Online -> Content -> DSS


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