Hi, I am currently using the below snippet in Python to retrieve active bonds ISIN list for a specific entity, in this case Apple Inc:
df, err = ek.get_data(['AAPL.O'], ['TR.BondISIN'])
I get 98 hits with this code, but if I go into the Eikon Workstation - Debt Structure I can see that the number should actually be 131. Could you please help? Am I perhaps using the wrong code? Thanks!