Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 0 2

Where to find Real Time Volatility Surfaces for Commodities using Eikon's Python API?

Hi everyone,

On their website Refinitv states that, it is possible to get real time volatility surfaces for sixty commodity products using Eikon.

1687183641763.png


1. Where can I find which 60 commodity products are meant?

2. And how can I get that data using Eikon's Python API?

Thanks!

eikon-data-api#product#contentpython apivolatility-surface
1687183641763.png (61.5 KiB)
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.

Upvote
Accepted
1.4k 5 3 6

Hi @davide.prosperino,
The article is mentioning the RIC CEVOLSURF. This is sort of a dashboard that that contains volatility surfaces and and much more information about commodities derivatives.
The first step would be to click on a selected data item and dig it further to get the desired data set.

Retrieving those data sets would not be a one step approach. Each of the items in this grid is a separate RIC with it's own set of fids. Many of those RICs are tiles/chains that contains out it's own further set of RICs. If you want to replicate that using eikon API you would need to loop through those chains to get the most granular view to be able to parse that all.


ahs1.png

ahs2.png


df,err = ek.get_data(['1SMC-8c1=R'], ['PRIMACT_1'])
df



ahs1.png (89.5 KiB)
ahs2.png (85.2 KiB)
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.

Upvotes
5k 16 2 7

Dear @davide.prosperino ,


Thank you for your question. You can get the data using our latest RD Libraries for Python. Please find some examples in the official GitHub repo. As it comes to the list of commodity products I would suggest raising a content query through Helpdesk which, can be reached via MyRefinitiv.


Hope this helps.


Best regards,

Haykaz

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.