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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 1 0 2

How to extract the chain ric for a specific Underlying Ric via DSS Rest API?

I would like to extract the Chain RIC using DSS Rest API, however it seems that I can only extract the actual option RICs for the whole chain but not the Chain RIC with FuturesAndOptionsSearch. Is there any other request that I can use in order to achieve this ? Thank you.

{

"SearchRequest": {

"FileCodes": null,

"CurrencyCodes": null,

"StrikePrice": null,

"ExpirationDate": null,

"FuturesAndOptionsType":"Options",

"UnderlyingRic": "EEM*"

}

}

dss-rest-apidatascope-selectdssrfasearchchain-ricderivatives
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

Upvote
Accepted
11.3k 25 8 13

Hi @sahin.mir

I cannot find any interfaces to extract Chain Options RIC. However, it is possible to manually construct Options Chain RIC from RIC Root. For example, if RIC Root is "EEM.U", the Options Chain RIC will be "0#EEM*.U". The construction rules might vary depending on Exchange. You can contact Content Support team via Get Support for more information.

You can add "PreferredIdentifierType": "RICRoot" in FuturesAndOptionsSearch to search RIC Roots from UnderlyingRICs or use TermsAndConditionsExtractionRequest to extract RIC Root from specific UnderlyingRICs.

Hope this helps.

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