AAN.N does issue annual reports but
the code above returns me an empty dataframe
Can someone please tell me where is wrong?
Hello @ryan.liu,
Somehow, as I try to test the same request, I get the same result, but also error "delimiter is unexpected in formula".
Try:
df, err = ek.get_data( instruments = ['AAN.N'], fields = ['TR.F.OriginalAnnouncementDate(SDate=0,EDate=-99)'])df
for me the result looks like:
Using Code Creator in Eikon can be very helpful:
Type CODECR into Eikon search bar, select instrument, field, and you can tune the parameters:
The code that is generated at the bottom panel can be copied to clipboard.