question

Upvotes
Accepted
0 1 1 1

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

@library1

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

@library1

Hi,

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

Thanks,

AHS

Upvotes
Accepted
39.4k 77 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 512.0 KiB each and 1.0 MiB total.

Upvotes
0 1 1 1

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 512.0 KiB each and 1.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.

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.