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
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-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.

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

Hi @a.gnetko,

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

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

Thanks,

AHS

Upvotes
Accepted
39.4k 77 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 512.0 KiB each and 1.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 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.