cannot get unadjusted price from get_timeseries()

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.

Best Answer

  • @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?

Answers

  • You are correct. It doesn't work.

    We will contact a team who can verify the problem.

  • Hello @wasim

    Could 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.

  • This is helpful. I had tried both 'adjusted' and 'unadjusted'. It works.