Hi, is it possible to get historic prices adjusted for corp actions using get_data? I cant get it to work. I am also returning results in USD. Below is code I am using
dfmcap2, err = ek.get_data(['GPOR.L'],['TR.Close'],{'SDate':setdate, 'EDate':sd, 'Curn':'USD'})