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
5 6 6 8

How to get the latest earnings event

How can I restrict the events to only earnings release in this API call ?

Here it shows that EventType = ALL, where is the documentation or text for different types that can be used here ?

df = ek.get_data(["AAPL.O"], ["TR.EventStartDate", "TR.EventType", "TR.EventTitle"],{"SDate":"2015-08-01","EventType":"ALL", "EDate":"2017-11-20","CH":"Fd","RH":"IN"})
eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apicorporate-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
Accepted
3.8k 4 4 6

Hi @abanerj1

You can use one of two sources available for Eikon end users. One of them is Eikon Excel Build Formula Wizard where you can get all possible parameters for the defined field.

Another option is the DIB (Data Item Browser) app where you can see exactly the same information.


dib.jpg (114.3 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.

Upvotes
39.4k 77 11 27

@abanerj1
In addition to the answer by @marcin.bunkowski, I suggest you check out this tutorial, which talks at length about metadata discovery for use with Eikon Data APIs.

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.