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
11 1 1 6

How to get the next pay date of history bond

As I know, I can query the dirty price of historical bond via RD API.

I want to know if I can query the next pay date(下一付息日) of historical bond via Eikon or RD API?

1686709003684.png


#producthistoricalbonds
1686709003684.png (300.0 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.

1 Answer

· Write an Answer
Upvote
Accepted
14.4k 30 5 10

Hi @anchu ,

Thanks for reaching out to us.

You can use the TR.FiNextPayDate field.

df, err = ek.get_data(["CN230004="],["TR.FiNextPayDate"])
df

The output is:

1686718958778.png1686719005318.png

You can use the Data Item Browser to search for available fields, and parameters.

I hope that this information is of help.


1686718958778.png (6.8 KiB)
1686719005318.png (117.7 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.