Hello.
I'm trying to retrieve the historical quarterly earnings per share (EPS), - the exact earnings annoument dates and values - for US stocks (let's say google) by using the python eikon API.
I'm having some issues to find a solution for this (i also used the eikon python formula creator as support but i didn't manage to find a solution).
So far I could only get what i guess it's the latest quarterly EPS. (example for google)
df,e = ek.get_data('GOOG.O',['EARNINGS'])
I've also not managed to attached a date to the EPS, much less the entire historical timeseries.
Many thanks in advance.
Best regards
Filipe