Skip to main content
GET
Get accounting unit
To get an accounting unit ID, use List accounting units.
Learn more about Data access pattern used across the RÚZ API.

Common patterns

You can get three types of records, indicated by the stav value:
Handling deleted and non-public records
You can use the datumZrusenia field to check if a unit is still active. It is absent when the unit is still active and null fields are omitted from the response entirely.
Check whether the unit is still active
Codes like pravnaForma, skNace, and druhVlastnictva are returned as raw codes. Resolve them against the codelist endpoints.
Resolve a classification code

Query Parameters

id
integer
required

Entity identifier — obtained from an identifier list endpoint.

Response

Accounting unit returned successfully.

An accounting unit (účtovná jednotka) — the root entity in RÚZ. Links to financial statements via idUctovnychZavierok and annual reports via idVyrocnychSprav.

id
integer

Unique identifier.

ico
string

IČO — company registration number (8 characters).

dic
string

DIČ — tax identification number (10 characters).

sid
string

SID — statistical identifier (max 5 characters).

nazovUJ
string

Registered name.

ulica
string

Street address.

mesto
string

City.

psc
string

Postal code.

datumZalozenia
string

Date established (YYYY-MM-DD).

datumZrusenia
string

Date dissolved (YYYY-MM-DD). Absent if still active.

pravnaForma
string

Legal form code. Resolve with List legal forms.

skNace
string

SK NACE economic activity code. Resolve with List SK NACE codes.

velkostOrganizacie
string

Organisation size code. Resolve with List organisation sizes.

druhVlastnictva
string

Ownership type code. Resolve with List ownership types.

kraj
string

Region code. Resolve with List regions.

okres
string

District code. Resolve with List districts.

sidlo
string

Municipality code. Resolve with List municipalities.

konsolidovana
boolean

Whether this unit has a consolidated financial statement.

idUctovnychZavierok
integer[]

IDs of linked financial statements.

idVyrocnychSprav
integer[]

IDs of linked annual reports.

zdrojDat
string

Data source code.

datumPoslednejUpravy
string

Date last modified (YYYY-MM-DD). Used for zmenene-od filtering.

stav
string

Present only for deleted or non-public records. ZMAZANÉ for deleted, Neverejná for non-public.