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.

hi @christian.dipanda ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@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.