Question on behalf of a client. Is it possible to retrieve the filing date of quarterly/annual reports?
Maybe the same logic can be used as the 'calcdate' or 'periodenddate'. Is there a field for 'filing date' and/or 'receipt date'?
Thank you so much in advance for your help!
df, err = eikon.get_data('AAPL.O', ['TR.TotalAssetsReported', 'TR.TotalAssetsReported.calcdate', 'TR.TotalAssetsReported.periodenddate'] )
With help of the Eikon Helpdesk:
Excel formula:
=TR("AAPL.O","TR.ISSourceDate;TR.ISSource","Period=FI0 Frq=FI SDate=0 EDate=-6 CH=Fd RH=IN",)
Using these fields in Python: