Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
7 2 2 5

Retrieving information about EPS forecasts

Hi, I am using the following formula to get the EPS forecast by analysts:

ek.get_data('EVTC.K', ['TR.EPSEstValue.date','TR.EPSEstValue.analystname', 'TR.EPSEstValue.value'], parameters={'SDate':'2019-12-01', 'EDate':'2020-12-31'})

it works great, but the problem is:

I think the date here is the date of publishment of the earning report? So how can I know which time period was the forecast about? (2020Q1 2020Q2 or 2020FY?)

Here's the first few rows of the output:


Thank you for your help!

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
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

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @zzhao

I think you can add periodenddate output.


By the way, this forum is not the best place to ask about content questions. For an authoritative answer to any content questions, the best resource is the Refinitiv Content Helpdesk.

This forum is dedicated to things specific to the use of Eikon APIs.

The moderators here do not have deep expertise in every type of content available through Eikon.

The Refinitiv Content Helpdesk can be reached using Contact Us capability in your Eikon application or by calling the Helpdesk number in your country.

Or at https://my.refinitiv.com/


ahs.png (40.2 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.

Thank you so much for the answer and reminder!

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.