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.
You are correct. It doesn't work.
We will contact a team who can verify the problem.
@wasim It seems like the Development team has fixed this issue already. My colleague has checked this and the returned results are different between "unadjusted" and "adjusted".
So, can you please re-test the get_timeseries() function again and confirm whether this problem has been solved properly as expected or not?
I tested the capability and I confirm that unadjusted price history is now available through get_timeseries method with corax='unadjusted' parameter.