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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonbondseconomic-data
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
18k 21 12 20

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea