You can now track company changes and new registrations across Austria as soon as they are published in the official Firmenbuch.
What it does
The New Company Finder and company changes tool pulls daily updates directly from the official registry:
- Filter new entries and changes by date range.
- Filter by legal form (GmbH, AG, FlexCo) or specific court.
- Retrieve registry numbers (FN), address updates, and officer changes.
Available in the web tool and via API (Beta)
Explore recent incorporations on the New Companies Austria tool page or fetch changes programmatically with the firmafind API.
Note: The Company Changes endpoint is currently in Beta.
To fetch changes for a specific date range:
curl -X GET "https://firmafind.at/api/companies/changes?from=2026-07-01&to=2026-07-30" \
-H "x-api-key: YOUR_API_KEY"
You can view complete parameters and schema details in the Company Changes API Documentation. Contact us at [email protected] with questions or feedback.