What is RÚZ?
The RÚZ API is the public REST API for Slovakia’s register of financial statements. It exposes the same data as registeruz.sk in JSON — accounting units, financial statements, financial reports, and annual reports — updated throughout the day as records are published.When to use RÚZ
Use RÚZ when you need to:- retrieve financial statements or annual reports for a specific organization
- access structured financial report data including table contents and attachments
- build a pipeline that stays in sync with newly published statements
- verify financial filings or enrich company data with accounting information
API endpoints
RÚZ has three types of endpoints:| Type | What it does |
|---|---|
| Identifier lists | Returns paginated arrays of IDs filtered by zmenene-od (changed since). |
| Entity details | Returns the full record for one entity by id. |
| Codelists | Returns reference data — legal forms, NACE, regions, districts, municipalities. |
How to start
For most integrations, the fastest path is to look up an accounting unit by IČO, then follow the links to its statements and reports.Get the accounting unit ID
Call the accounting units list with a
zmenene-od date and an ico filter.Request
Response
Fetch the accounting unit detail
Use the ID to get the full record — including links to all its statements and annual reports.
Request
Response
idUctovnychZavierok is your entry point into this unit’s financial statements.Fetch a financial statement
The statement detail links to its individual financial reports.
Request
Response
Considerations
- All dates are
YYYY-MM-DD. Report periods useYYYY-MM. - Fields with no value are omitted — a missing key means no value.
- Categorical values are returned as codes. Resolve them with the Codelists.
- The current API version is returned in the
X-API-Versionresponse header. - Invalid or missing parameters return
400. An unknownidreturns404.
Next steps
Identifier lists
All list endpoints, parameters, and pagination for each entity type.
Entity details
Full field reference for accounting units, statements, reports, and annual reports.
Data models
How units, statements, reports, and annual reports relate to each other.
Codelists
Legal forms, NACE, ownership types, regions, districts, and municipalities.