Bondholders of a corporate bond?

Similar to the ownership requests for equities, I would like to know if it's possible to have similar information for bonds.

Given the case of Evergrande, I would like to retrieve bondholding information, with the respective, bondholder name, country, par amount, net change, and par outstanding (%). Their respectives historical values are also appreciated.

df, err = ek.get_data(instruments = ['VG158043114='],
   fields = [
'TR.SIInstitutionalOwn/*Institutional Holdings*//*Institutional Holdings*/',
       'TR.PARAMOUNT',        
'TR.FI.PARAmtOutstanding',      
 'TR.NETCHANGE']

Screen Shot 2021-09-21 at 12.59.53 PM.png

Best Answer