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:

image


Thank you for your help!

Best Answer

  • chavalit-jintamalit
    Answer ✓

    Hi @zzhao

    I think you can add periodenddate output.

    image


    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/

Answers