I am using Eikon API to get bond RIC code via ISIN code.
I got the correct result for some ISIN codes ( XS2599899064, XS2650765725, XS2657056268),
But for several ISIN codes (XS2506532980, SGXZ38592606, XS2507733231, XS2544098127, XS2618052513,SGXZ84200740,XS2649260333), got nothing.
Can you give some advice? Thanks.
// Eikon Python API
import eikon as ek
ek.set_app_key('-------------key----------------')
data= ek.get_data( instruments=["XS2599899064", "XS2506532980","SGXZ38592606"], fields=[ "TR.RICCode",])