Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
6 0 3 3

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.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apibonds
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi Alex, thanks for your kind help. I will try the RSearch function you mentioned.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.