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
11 5 7 10

Method to Pull Delist Date for Delisted Equities

Hello,


I am looking for a method to extract the delist date for delisted equities. This would be similar to the 'DELIST_DAT' datafield available in the Data Item Browser, but as a field that would return values either in Data Platform or with the Eikon API (eikon.get_data) when called (i.e. in Screener, Python, etc)

Thanks,

eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-apiequities
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
Upvote
Accepted
39.4k 77 11 27

Try TR.RetireDate. E.g.

ek.get_data('TIBX.O^L14', 'TR.RetireDate')
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.