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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
5 1 2 3

Retrieving daily historic TR.Volatility20D with Eikon Data API

Hi all,

I am trying to retrieve daily 20 day Volatility, using the Eikon Data API, over a period of time.

The code snippet below however only returns the most recent days close, and no historical data?


df, d = ek.get_data([ 'VOD.L', 'BHP.AX' ], ['TR.Volatility20D'], {'SDate':'2015-01-01', 'EDate':'2020-05-12','FRQ':'D'})


Any help appreciated,

thanks

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
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

Upvotes
Accepted
18k 21 12 20

Hi @Pocari Sweat

The TR.Volatility20D does not support timeseries so the input parameters in your API call is not applied to this field.

You can use "Data Item Browser" to check what parameters are supported on the field.


You can contact Refinitiv Content Helpdesk to check if there is any field carrying historical data for Volatility20D.

The helpdesk can be reached at https://my.refinitiv.com/


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

Thanks Chavalit

I have opened a support ticket with https://my.refinitiv.com/content/mytr/en/helpandsupport.html

Click below to post an Idea Post Idea