Hi,
I am trying to extract the announcement date of new bond issuance.
I can see it on the screen, but I am not successful with extraction, although I am using the fields name from Quote app in Eikon:
fields=['TR.RIC','TR.FirstAnnouceDate','TR.AnnouceDate']
bonds, err = ek.get_data('list(LIST)',fields)
Thanks!