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
1 4 2 2

ek.get_data on option chain ticker

Hi, I'm able to get the "Option Watch Implied Vol" on an individual option like this:

df, e = ek.get_data('EMBA172011400.U', ['TR.BIDPRICE','TR.ASKPRICE','TR.OPWBidImpliedVolatility', 'TR.OPWAskImpliedVolatility'])

However, the same does not work on the option chain ticker 0#EMB*.U:

df, e = ek.get_data('0#EMB*.U', ['TR.BIDPRICE','TR.ASKPRICE','TR.OPWBidImpliedVolatility', 'TR.OPWAskImpliedVolatility'])

Please advise how this can work with chain ticker as well. Please note that I'm aware that chain ticker works with "IMP_VOLTB", "IMP_VOLTA", but those return implied vols on last prices, not implied vols on mid prices.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apichain-ricderivativesvolatility
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
Upvotes
Accepted
17k 80 39 63

Hi @xiang.zhang,

When trying to retrieve a chain using the get_data() function, it appears the ability to retrieve reference fields (TR.xxxx) fields will not work. You will have to use the get_data() to retrieve the collection of underlying RICs then for each one, request for the fields of interest.

You can reach out to the helpdesk to understand why values may be null (NaN).


ahs.png (11.4 KiB)
ahs.png (12.1 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.

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.