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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 0 1

Get Earnings data using Eikon API

Hi,

Could you let me know if it possible to extract the earnings data using Eikon API?

Thank you!

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythondata
icon clock
10 |1500

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

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

Upvotes
Accepted
39.2k 75 11 27

@a.gnetko
Please refer to this tutorial, which talks at length about metadata discovery for use with Eikon Data APIs (field names and parameters you can use for various data items you want to retrieve). If you're using Eikon Excel as @marcin.bunkowski suggested and as described in the tutorial I referenced above, earnings data from company reports is found under Reuters Fundamentals category, earning estimates are found under I/B/E/S Estimates and earnings calls are found under Events.

icon clock
10 |1500

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

Upvotes
3.8k 4 4 6

@a.gnetko

You can try with an example:

ek.get_data('TRI.TO',["TR.EPSMean","TR.EPSMeanEstFwdYrGrowth"],{'SDate':"1D",'FRQ':'D',})

The best way to get the fields is to use build formula wizard in Eikon Excel where you can find the necessary fields and also necessary parameters to fine tune your results which later can be easily translated into the API syntax.

icon clock
10 |1500

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

Click below to post an Idea Post Idea