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.

Hello @valuezz

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

@valuezz

Hi,

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

Thanks,

AHS

1 Answer

· Write an Answer
Upvote
Accepted
17.2k 82 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.

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.