Differentiate between actively trading and dead & delisted companies

I have a universe of 9000 companies for which I pull both fundamentals and ESG data on a monthly basis. I'd like to add a column that tells me whether the companies are actively trading, or have become dead & delisted.

Is this available in the Eikon API?

Thanks in advance

Best Answer

  • Hi @Erik77

    I do recommend to use DIB app inside Eikon desktop to discover available fields using an intuitive search. If you type "active" you get the result that will give you the expected field.

    ek.get_data('C','TR.InstrumentIsActive')

    image