Using Eikon Data API to retrieve all the bonds issued by a company

Hi Team,

May I know whether I can use Eikon Data API to retrieve all the bonds ISIN code issued by a company(given OrgID or LEI)?

And if I use get_data function with TR.BondISIN field, say,

df,_ = ek.get_data('549300IBZWZL1KTPF918@LEI', 'TR.BondISIN')

where 549300IBZWZL1KTPF918 is the LEI code for ASB Bank Limited, and one ISIN code in the response is IDA000109607, which is issued by BANK COMMONWEALTH PT, rather than ASB Bank Limited, even though both of them belong to one parent company.

So simply speaking, I want to get all the bonds' ISIN codes issued by ASB Bank Limited only, is there a good way to do this?

Thanks,

Leo

Best Answer

Answers

  • Hi @leo.wu,

    I would suggest you refer to the accepted answer on this thread for guidance. The suggested approach is to use the org ID as a means to list the bonds.

  • Thank you, both, @nick.zincone and @Alex Putkov.1. I saw what you suggested are both related to RDP, so this cannot be conducted via Eikon Data API, is my understanding correct? Is there any bug or other issue in Eikon Data API?

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭

    @leo.wu

    Eikon Data APIs do not provide the capability you require. Eikon Data APIs retrieve data from legacy Eikon platform, which over time will be replaced by RDP. At this time no new capabilities are being added to Eikon Data APIs, while on RDP new capabilities are being added all the time. However, it will be a while until RDP can fully replace legacy Eikon platform and provide all the capabilities currently available through Eikon Data APIs. In the meantime for some capabilities you may need to use Eikon Data APIs and for others you may need to use RDP Libraries. This is exactly the reason why RDP Libraries include Eikon Data APIs as a module, which you can import using

    import refinitiv.dataplatform.eikon as ek