Hi, i tried to pull ticker id for given isin's using below code, but values for ticker column are returned empty. What is the field name to be passed to "get_data" api to get the ticker id for the given ISINs ?
df2,err = ek.get_data(instruments=isin_list,
fields= ['TR.CompanyName','ticker','TR.ISIN'], raw_output=False)