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
11 6 4 7

Implied volatility historical data

Hi, I am trying to translate the following Excel formula to Python version:

=RHistory("ATWY6000L9","IMP_VOLT.Timestamp;IMP_VOLT.Value","START:18-Jun-2018 NBROWS:3 INTERVAL:1D",,"TSREPEAT:NO CH:Fd")

My python function is:

ek.get_timeseries( [ 'ATWY6000L9' ], fields = 'IMP_VOLT', start_date = dt.datetime( 2018, 6, 18, 0, 0, 0, 0 ), end_date = dt.datetime.today(), interval='daily' )

Unfortunately returned values areall "NaN". Is it because 'IMP_VOLT' is not supported by get_timeseries?

Thanks

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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
4.6k 26 7 22

Unfortunately, get_timeseries only supports the default view for now (Open, High, Low, Close) on the trade or quote field.

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.