Skip to main content
With our search for bankruptcies you can search by text and data within bankruptcies and visualize bankruptcies over geographic areas and industries. We provide an easy to use search API based on Typesense lightning-fast search database. That means that all features described in Typesense API version 29 is available in our API. Data is continuously reindexed as new data arrives. Search index is stored on RAM memory meaning requests to our search serves very fast and you can use it for search-as-you-type, autocomplete and other applications. We today provide six rich search collections: With our search you can query (query_by) based on a number fields listed in the next chapter. Examples on what you can query on:
  • Bankruptcies per day, week, month, year
  • Bankruptcies per sector, industry type per SNI code
  • Trustee
  • Status
The response model (schema) depends on your query and if you use faceting. If you do plain search we have added to our OpenAPI Schema the default response model.

OpenAPI Schema

Look for the model name TypesenseCompanyBankruptcyDocument in the schema definition.

Bankruptcy status codes

Please note that filed applications have bankruptcyStatusCode 255. If a bankruptcy is commenced the status code would change to 20 (from 255). If the status code keeps being 255 it means that the application could have been withdrawn, still pending court decision or that the bankruptcy is not monitored by Swedish companies registration office. Therefore 255 doesn’t not mean that the proceedings have commenced.
These are the status codes that could appear in bankruptcyStatusCode:

Fields indexed

The following fields are currently indexed in memory. These can be used in the query_by and filter_by parameter.
initiatedDate contains the date when the bankruptcy was commenced (status code 20). But in the event that the bankruptcy has not started it will represented the filed date at the court (status code 255).

Examples

We have put together a few example of how you can use search in financial reports to easy find data.

Search for bankruptcies initiated from 2024-12-09 00:00:00 and forward

cURL

Search for bankruptcies from 2024-10-09 00:00:00 and onwards with the trustee C/O Fylgia law firm

cURL