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"})

Best Answer

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

    image

Answers