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
46 7 9 8

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

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
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
3.8k 4 4 6

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')


ahs.jpg (60.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.

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.