how to get a complete list of identifiers for all the bonds an entity has issued?

I want to get a complete list of identifiers for all bonds an entity has issued. I knew that I can get a list of bonds by using eikon.get_data(isin_list, ['TR.BondISIN']). But it only returns a list of all active bonds. However, I also need inactive bonds which you can see from the Debt structure panel. I am wondering whether there is a way to get all active and inactive bonds for a specific entity? Thanks very much for your generous help.

Best Answer

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭
    Answer ✓

    I cannot think of any way to achieve this using Eikon Data APIs. The only way I can think of doing this is by using RSearch worksheet function in Excel or by using RSearch COM library of Eikon COM APIs.

Answers