Inactive Bond ISINs

imageHi 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

Best Answer

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

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

    ek.get_data('DE0001100253',['TR.CouponRate','TR.FiMaturityDate'])