Retrieve list of issued CDS where the underlying is issued in specific country

My goal is to obtain a list of all CDS contracts (identified by ISIN or RIC) that have been outstanding in the last 5 years and where the underlying debt is issued by corporates in the Eurozone.

Can I do this using Eikon API for Python? If not, do I have access to RSearch through the COM APIs and can I access them on a Mac?

I do have a list of all stocks (~ 5k securities) issued by corporates in the eurozone, so that I could retrieve the field `TR.CDSPrimaryCDSRic` (~ 230 securities). However, I would miss out on CDS where the underlying is issued by a company that is not listed. While I also have a list of all debt securities issued by corporates in the Eurozone (~ 1,1 mn securities), I would need to retrieve so much data that it might exceed the data limit.

Best Answer

  • Hi @jhonny

    I am not aware of CDS search capability using the API.

    However, you can use CDSSRCH app on Eikon Desktop or Eikon Web to export the identifier list.

    image


    Note that Eikon Desktop only available on Windows.

    For Mac, you can still use Eikon Web access to perform the same task.

    image


Answers