question

Upvotes
Accepted
19 1 1 4

Search API "ReasonDelisted"

Hi, everybody! I keep working with delisted companies' data and I have successfully retrieved a list of these companies using the "ReasonDelisted" selector, as illustrated in the attached screenshot. However, I have encountered a limitation with the scope of reasons provided for delisting. Currently, the data only reflects two reasons: "Acquired" and "Merged". Notably, it lacks information on companies that have either filed for bankruptcy or transitioned to private ownership.

This omission leads me to two questions:

  1. What is the reason for the absence of other delisting reasons in the dataset, particularly for companies that have gone bankrupt or private?
  2. I have observed that some companies, despite having undergone mergers, do not have this information reflected in their "ReasonDelisted" field. Could you provide insight into why this might be the case?

Furthermore, to delist return calculations, I am interested in obtaining detailed terms of acquisition or merger for the companies in question. Is there a methodology or tool available that would allow for the collection of this specific data?Screenshot 2024-02-14 at 11.08.19.png

Thank you in advance!

 response = rd.discovery.search(
        view = "Organisations",
        # query = 'Delisted',
        filter = "OrganisationStatus xeq 'Delisted' and RCSCountryHeadquartersLeaf eq 'United States'",
        select ="DocumentTitle, DelistedDate, OrganisationStatus, ReasonDelisted",
        # group_by = "DelistedDate",
        top = 2000
pythonrefinitiv-dataplatform-eikon#product#contentsearch
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.

Hi @vitali ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvote
Accepted
17.4k 82 39 63

Hi @vitali

I checked the domain of "ReasonDelisted" and as you, I only saw: "Acquired" and "Merged". My only guess is that no other information was gathered. Perhaps if it doesn't fall into either one of these categories, then the content team may categorize "NA" as everything else.

Because this question is more about content as opposed to the specifics of the API, I would suggest you open a content ticket and they can bring in a content specialist to clarify if other reasons can be determined.

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.

Thank you! I raised a ticket as you suggested.

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.