question

Upvotes
Accepted
0 0 0 0

Annual historical P/E for OMXS30 1990-2020

I need historical P/E on annual basis 1990-2020 for my master thesis. On Eikon.com i only find actual P/E and P/E from 26/4 to 11/5 2021:

https://emea1.apps.cp.thomsonreuters.com/web/Apps/SearchAll/?Search.Value=.OMXS30%20p%2Fe&QI.Concept=Index%7C7%7C232765402112284410&QI.Concept=TemporalMarketMeasure%7Ccurrent_p_e_excluding_extraordinary_annual&QI.Domain=Market%20Measures

eikoneikon-com-api
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.

Upvotes
Accepted
39.2k 75 11 27

You can retrieve daily timeseries of historical PE for .OMXS30 going back to May 1997 using Eikon Data APIs:

ek.get_data('.OMXS30', ['TR.Index_PE_RTRS.date','TR.Index_PE_RTRS'],
            {'SDate':'0D', 'EDate':'-30Y'})

Or you can retrieve this data into Excel using

=TR(".OMXS30","TR.Index_PE_RTRS","SDate=0D EDate=-30Y CH=Fd RH=Date")
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.

Upvotes
0 0 0 0

Hi, thanks for feedback.

Is it to possible to get 1990-2020 with datastream? To obtain it from you for a purely academic purpose or with a trial if its not included in current license?

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.

@library1

Timeseries of PE for OMXS30 are available from Datastream for 1990 - present. However, the methodology used to calculate this ratio in Datastream is different from the one used in Eikon, and the numbers in Datastream and Eikon are significantly different.
If your Refinitiv subscription currently does not include access to Datastream, you need to contact your Refinitiv account manager.

Click below to post an Idea Post Idea