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 0 0 1

Is it possible to download the total return index of various equity indices that I am able to get from the datastream excel plugin using EIkon Python API

Is it possible to download the total return index of various equity indices that I am able to get from the datastream excel plugin using EIkon Python API?

eikoneikon-data-apirefinitiv-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 @paul aguirre ,

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 appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

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
10.2k 18 6 9

@paul aguirre So yes you can get some Total Return Indices - so for the S&P500 and FTSE100 you could try:

df = ek.get_timeseries(['.SPXTR','.TRIUKX'],['CLOSE'],start_date='2018-01-01',end_date='2021-05-05',interval='daily')
df

1630940062771.png


1630940062771.png (85.4 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 for this Jayson. Does it give you data for .FTAWDP following the same formula?

Hi @paul aguirre ,

Yes, it does.

1631017530442.png

1631017530442.png (22.8 KiB)

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.