Historical P/E and hisorical price-to-book

Hi,

iam a student and for my thesis i need the historical P/E and historical price-to-book from 2020. The index i need it from ist .SX7P. This is my first time working with refinitiv ande somehow iam not able to do it. Can someone help me?

Tagged:

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    Hi @valuezz

    I would suggest you reach out to desktop support by hitting F1 or accessing "Get Help & Support" within Eikon / Refinitiv Workspace to determine if the historical data is available.

    I was able to find the following using the Refinitiv Data Library for Python:

    rd.get_data(".SX7P",
    ["TR.Index_PE_RTRS", "TR.Index_EST_PE_Y1_RTRS",
    "TR.Index_EST_PE_Y2_RTRS", "TR.Index_PRICE_TO_BOOK_RTRS"])

    ahs.png