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 1

Is there a way to get Government Debt Auctions data in the Eikon Data API?

Hi all,

Is there a way to retrieve Government Debt Auctions data from the Economic Monitor app into the Eikon Data API? I've provided a screenshot:


eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-apibondseconomic-data
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.

Thank you for your participation in the forum.
Is the reply below satisfactory in answering your question?
If yes please click the 'Accept' text next to the 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
18.2k 21 13 21

Hi @albert.joo

You can use "Code Creator" to search for fields.

Type in "CODECR" on Eikon Search Bar to launch the app.

This is the sample code:

isins = ['FR0014003513']
fields = ['TR.FiGovernmentBondType','TR.CouponRate','TR.FiMaturityDate','TR.AnnounceDate',
          'TR.FiSettleDate','TR.FiCurrency','TR.FiPricingMeanPrice','TR.FiPricingMeanYield','TR.ISIN']

df,e = ek.get_data(isins, fields)
df

If you need help to find field names, you can contact Refinitiv Content Helpdesk.

The Refinitiv Content Helpdesk can be reached using Contact Us capability in your Eikon application.
Or by calling the Helpdesk number in your country.
Or at https://my.refinitiv.com/



ahs2.jpg (213.3 KiB)
ahs.jpg (59.8 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.