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
3 1 2 5

Inactive Bond ISINs

Hi Everyone

I am trying to download the inactive ISINs of a benchmark. For Example, I take the ticker DE10Y=RR - there I see that about 1700 ISINs are active and 35k ISINs are inactive - as they matured. Is there a way to source the inactive ISINs in Python?

I attached the related Eikon View.

Thanks

Jurij

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

@jurij.reichenecker

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

You can retrieve both active and inactive bonds using Eikon Data APIs. E.g.

ek.get_data('DE0001100253',['TR.CouponRate','TR.FiMaturityDate'])
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.

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.