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.