API - EIkon
Language - Python
Environment - Windows
I converted some 5000 stocks SEDOLS into RIC. I got all the RIC. Named it RIC1
ric1=pd.DataFrame(ek.get_symbology(sedols1, from_symbol_type='SEDOL', to_symbol_type=['RIC']))
Than I converted all the RIC into string by the function……. list3=ric1["RIC"].astype(str).tolist().
Print( list3)
All the RICs came on screen.
Than ran the function . & got the below error
ek.get_timeseries('list3',
fields='CLOSE',
start_date='2024-08-21',
end_date='2024-08-22')