Back to the overview

Structured document filtering for the company register

2 min

Historical data is only useful if you can search it quickly. For Austrian companies with decades of history, finding a specific filing in a long list of PDFs can waste hours. We updated our documents API to return structured metadata, making it easier to filter the files you actually need.

Document metadata filters

Our document endpoints classify and tag files so you do not have to parse the text to identify them:

  • File types: Filter by document categories, such as annual financial statements (Jahresabschlüsse), articles of association (Gesellschaftsverträge), or management reports (Lageberichte).
  • Filing dates: Search by the year of origin. You can request balance sheets from a specific year directly in your request.
  • Chronological sorting: Sort results automatically by date to see the newest filings first.

Integrating document checks

We designed the updated document payloads to be lightweight and easy to parse:

Quick compliance checks save time and prevent manual errors. Automating document filtering reduces the need to download large PDF bundles, letting you run risk analyses programmatically.

Better data accessibility

This update is part of our goal to make register data easier to use. Whether you are running compliance audits or preparing market analyses, structured access helps you build faster.

You can find the query parameters in the document section of our API documentation.

Explore API docs