Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

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!

eikon-data-api#technology#product#contentbonds
1.png (135.3 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 249 52 74

@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


1670576628498.png (25.0 KiB)
1670576699812.png (17.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.