I tried to get adjusted price and unadjusted price from get_timeseries(). I got the same prices (both of them seem to be adjusted prices), however in the eikon desktop they are different. The codes are as follows, and it seems that "corax" does not work .
ek.get_timeseries(['CERN.O'],fields = ['CLOSE','OPEN','HIGH','LOW'], start_date='2013-06-01', end_date='2013-06-10',corax="unadjusted")
ek.get_timeseries(['CERN.O'],fields = ['CLOSE','OPEN','HIGH','LOW'], start_date='2013-06-01', end_date='2013-06-10',corax="adjusted")
Can anyone help with this issue? Thanks in advance.