Using Eikon Python API,
df = ek.get_timeseries(['FXPO.L'], start_date='2017-03-29', end_date='2017-03-30', interval='daily', corax = 'unadjusted')
Unadjusted price as on 29-03-2017 is 162.446552. However, the unadjusted price is actually 166.1.
Is corax='unadjusted' not the correct way to get unadjusted price? If no, what is the alternative?