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
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")
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?
@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.