question

Upvotes
Accepted
1 0 0 0

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?

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

1 Answer

Upvote
Accepted
14.7k 64 39 63

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


ahs.png (14.4 KiB)
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.