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?

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

Answers

  • Hi @echen1

    Here is the API document and your code is correct.

    How do you check that the price is not adjusted ?

    From this corporate event:

    image

    The data is adjusted and unadjusted according to the API calls.

    image

  • echen1
    echen1 Newcomer

    The adjusted price include the cash dividend?

  • Hi @echen1

    No, it does not include cash dividend.

    image

    image

  • echen1
    echen1 Newcomer

    first, thx for your help.

    But, i need adjusted price is include the cash dividend, like other data onwer... Bloomberg.

    The adjusted price is not same.

    May be Eikon have the adjustment factor? is include CD.

  • Hi @echen1

    If you take a look at their 1 year chart which publicly available on internet.

    (I am not sure if I can mention their data on Refinitiv website, I may have to delete it)

    Here is the (adjusted) close price around the CD event. They are the same close price.

    10/07 8.98
    11/07 8.78
    12/07 8.88
    13/07 8.88
    16/07 8.73

    image

  • echen1
    echen1 Newcomer

    Look at this one, is Yahoo adjusted price.

    image

    000001sz.jpg

  • Hi @echen1

    On the Eikon Data APIs, I don't see any other parameter to include the data you are looking for.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.