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!
Please note that you have a typo in your API call.
TR.FirstAnnounceDate (you missed an 'n')
This code works:
Quick tip: click on the small icon on the bottom left of DIB screen to copy the field formula to clipboard.
Cheers :)
Does Eikon Python API support ADC functions in get_data or get_timeseries? e.g. PERCENT_CHG
Excel Add-in not working: Runtime error during loading of COM add-in
Document Library access using eikon API
Announcement: New Python Quants Video Tutorial Series for Eikon API
Retrieve sovereign long term issuer rating and outlook through eikon api?\