We try to get ISIN codes from ChainRIC in Python.
When we run following code but returned error.
Does Python support get data by ChainRIC ?
-----------------------------------------------------------------------
data,err = ek.get_data('0#GBBMK','TR.ISIN')
data.head()
-----------------------------------------------------------------------