Using Python api to get adjusted price of stocks

Hi,

I am trying to retrieve stock's adjusted close price data from Eikon Python API

It's my Code

ek.get_timeseries(['000001.SZ'], interval="daily", corax="adjusted")

Why Eikon Python API feedback data is not adjusted price, corax is "adjusted" ? Any other solution?

Best Answer

Answers