For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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"})
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.
@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.