Annual historical P/E for OMXS30 1990-2020

Best Answer

  • Alex Putkov.1
    Answer ✓

    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")

Answers

  • 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.