Question on behalf of a client: Is it possible to retrieve "Earnings Releases" with the Eikon API?
Thanks in advance for your help!
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Question on behalf of a client: Is it possible to retrieve "Earnings Releases" with the Eikon API?
Thanks in advance for your help!
Yes, it is possible:
ek.get_data('AAPL.O',['TR.EventStartDate','TR.EventType','TR.EventTitle'],{'EventType':'RES', 'SDate':'20170101', 'EDate':'20180101'})