Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Eikon Data APIs /
avatar image
Question by daniele.bonanomi · Feb 08 at 10:39 AM · pythoneps

EPS Trailing 12 Months of a company

Hello, I am trying to download on Python the EPS Trailing 12 month of a company.


Until now, I found the EPS reported for the last Year of the company, using the command:

data_EPS = ek.get_data('AAPL.O', ["TR.EPSActValue.calcdate","TR.EPSActValue"], {"SDate":"0", "EDate" : "0", "Frq" : "Y"})[0].dropna()

and I correctly find the estimate 3.28 for 2020


However, I would like to get the code for EPS Traiing 12 month, which corresponds to the last 4 available reported quarters.
In the case of AAPL.O, the company already reported Q121 results and the estimated value should be 3.70.

What is the correct field to be entered?
If it is required to use Datastream colud you provide me the whole formula please?


Thank you for your help


Daniele

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

2 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by jason.ramchandani · Feb 08 at 10:59 AM

@daniele.bonanomi If you want the last 4 quarters you can try:

data_EPS,err = ek.get_data('AAPL.O', ["TR.EPSActValue.date","TR.EPSActValue"], {"SDate":"-3", "EDate" : "0", "Period":"FQ0","Frq" : "FQ"})

data_EPS

Im not sure if this is what you want or if you want the sum of these values? I hope this can help.


1612781743207.png (38.9 KiB)
Comment
daniele.bonanomi

People who like this

1 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by daniele.bonanomi · Feb 08 at 11:29 AM

Hi Jason, thank you for your help
Yes, I need the field for the yearly estimate, which is basically the sum of the 4 EPS that you reported.

I will sum them together

Thanks

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
11 People are following this question.

Related Questions

Correctly retrieve EPS estimates python

Get financial period absolute in get_data

What types of streaming features are there?

Why do TR.CurrEVEBITDALFY and TR.HistEnterpriseValueEBITDA differ?

Want to get ticker list.

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges