Can we get the data shown in the following picture via Eikon APIs?
Thanks a lot!
@shenxianfei
Sorry about the issue that you are facing.
I found the following field in Data Item Browser.
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:
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