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