hi why does this line of code fail using get_data for a delisted stock but works of other listed stocks
dfmcap2, err = ek.get_data(['JCI^I16'],['TR.CLOSEPRICE.date','TR.CLOSEPRICE(Adjusted=0)'],{'SDate':sd, 'EDate':ed, 'Curn':'USD'})
I can get the data using get_timeseries but this ofcourse has the 3k lines problem.....