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
3 0 0 2

CDS Curve APPS & TOOLS Extraction

Bonjour, j'aimerai extraire les données de la courbe CDS via python (cf image ci-dessous). Quels sont les fields pour Tenor, Recovery rate et Default prob ?


1646582587612.png


eikon-data-apiextraction
1646582587612.png (58.5 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
Upvotes
Accepted
80k 257 52 75

@christian.dipanda

The code looks like this.

df, err = ek.get_data('0#VIEEUAMRBMK=', fields = ['GV4_TEXT','MATUR_DATE','PRIMACT_1','SEC_YLD_1'])
df

The output is:

1646630669242.png


1646630669242.png (28.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.