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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 0 0 4

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 512.0 KiB each and 1.0 MiB total.

Hello @oleksii.maievskyi ,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the 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

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
32.2k 40 11 20

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