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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikon
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
6.7k 8 6 7

@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 5.0 MiB each and 10.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)
Click below to post an Idea Post Idea