Whether we can acquire the sink schedule data via Eikon API? If we can, how to do that?

Can we get the data shown in the following picture via Eikon APIs?1.png


Thanks a lot!

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @shenxianfei

    Sorry about the issue that you are facing.

    I found the following field in Data Item Browser.

    1670576628498.png

    The Python code for Eikon Data API is:

    df, err = ek.get_data("CN166661SH=",
    ["TR.REDAMT","TR.REDAMT.Date"],
    {"SDate":"0D","EDate":"3Y"})
    df

    The output is:

    1670576699812.png

    However, you need to contact the Eikon support team directly via MyRefinitiv to confirm the definition of this field.

    I hope that this information is of help