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
5 1 3 5

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-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.

Hello @Pocari Sweat

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hello @Pocari Sweat

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

@Pocari Sweat

Hi,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

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 512.0 KiB each and 1.0 MiB total.

Thanks Chavalit

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

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.