A complete picture of Slovak companies in one API
We aggregate and cross-verify data from more than fifteen authoritative Slovak and European registers. Below is the full list of fields our REST API returns.
One call, more than fifteen registers
Instead of scraping ORSR, downloading ZIP files from the Tax Authority and calling the VIES SOAP service, you get all company data in a single HTTP request. Data is refreshed on each source's native cadence – from real-time VAT validation, through daily imports of insolvencies and contracts, to weekly refreshes of RPO.
How to read this list
- Core Core data – available on all plans including the free tier
- Enriched Enriched data – available on paid plans by tier
- Source indicates the authoritative register the field comes from
Company identification
CoreBasic identifiers that uniquely identify a subject.
ICO
Eight-digit Slovak company registration number.
Company name
Official name of the company as registered.
Legal form
Code and description (e.g. LLC, JSC, sole trader).
ORSR ID
Commercial register identifier if the company is listed there.
Source register
Indicates whether the company comes from RPO or the Commercial Register.
Status
Active or inactive company.
SK-NACE
Code and description of the main economic activity.
Incorporation date
Date the company was entered into the register.
Termination date
Date the company ceased activity, if applicable.
Address and registered office
CoreRegistered address with structured components.
Street and number
Structured street, orientation and building number.
City
City or municipality of the registered office.
Postal code
Postal routing code.
Country
ISO 3166 country code.
Verified address from ORSR
Detailed address pulled directly from the Commercial Register.
Statutory bodies and shareholders
CoreComplete ownership and management structure from the Commercial Register.
Shareholders
Name, address, capital contribution and ownership share of each partner. We distinguish natural persons and legal entities (including ICO for legal entities).
Statutory bodies
Names of directors or board members, their role, address and method of acting.
Business activities
Full list of activities registered in the Commercial Register.
Registered capital
Amount of registered capital and paid-up status.
Tax and VAT data
EnrichedComplete set of tax identifiers and their verification in Slovak and European registers.
DIC (Tax ID)
Tax identification number from the RegisterÚZ dataset.
IC DPH (VAT ID)
VAT identification number from the Slovak Tax Authority list.
VAT payer status
Current status from the weekly updated Tax Authority list.
VIES verification
Real-time VAT ID verification via the European Commission service, including the last check date.
Assigned tax office
The tax office responsible for the company.
Tax reliability index
Rating from the Tax Authority (reliable, less reliable, unreliable).
Erased from VAT register
Whether the subject was removed from the VAT register, including the date and reason.
Financial data and annual statements
EnrichedAnnual financial results sourced from publicly published financial statements.
Revenue
Annual revenue from the sale of goods and services.
Profit or loss
Net profit or loss for the accounting period.
Total assets
Total value of company assets.
Equity
Equity value at the end of the accounting period.
Liabilities
Total short-term and long-term liabilities.
Employee count
Average registered number of employees per the financial statement.
Financial statements history
Access to multi-year history including statement type (micro, small, large accounting entity).
Bank accounts
EnrichedPublished bank accounts from the Tax Authority register.
IBAN
International bank account number.
BIC / SWIFT
Bank identifier code.
Bank name
Name of the financial institution.
Contact information
EnrichedEmail addresses, phone numbers and websites gathered from public sources.
Publicly available email addresses of the company.
Phone
Publicly available phone numbers of the company.
Website
Official company website.
Debtor lists and arrears
EnrichedCross-checked information on whether the company has outstanding debts to the state or health insurers.
Social Insurance Agency
Outstanding amounts owed to Sociálna poisťovňa, including amount and publication date.
Tax Authority
Tax arrears owed to the Slovak Tax Authority.
General Health Insurance (VšZP)
Outstanding amounts owed to VšZP.
Dôvera Health Insurance
Outstanding amounts owed to Dôvera.
Union Health Insurance
Outstanding amounts owed to Union.
Insolvency and execution proceedings
EnrichedBankruptcy, restructuring and enforcement proceedings against the company.
Insolvency proceedings
Proceeding type (bankruptcy, restructuring, liquidation), case number, court, administrator and dates.
Execution authorizations
ECLI, court file number, bailiff name, enforced claim and authorization dates.
Commercial Bulletin
EnrichedAnnouncements and notices published in the Slovak Commercial Bulletin.
Commercial Bulletin entries
Section, heading and publication date of the latest notices plus the total count.
Public sector
EnrichedGovernment contracts, public procurement awards and public sector partner registration.
Public contracts (CRZ)
Number and total value of contracts published in the Central Registry of Contracts.
Public procurement
Number and total value of awarded tenders from Úrad pre verejné obstarávanie.
RPVS – public sector partners
RPVS registration, validity of the entry and list of ultimate beneficial owners.
NBS regulation
EnrichedInformation on financial market entities regulated by the National Bank of Slovakia.
NBS licenses
List of licenses and permits issued by the National Bank of Slovakia.
All data sources
FirmAPI downloads and cross-joins data from these twenty authoritative registers on each source's native publication cadence. Every field in a response is tagged with its source, so you always know where a value came from.
RPO – Legal Entities Register
Master register of all legal entities in Slovakia. Identification, legal form and registered office.
Slovak Commercial Register (ORSR)
Shareholders, directors, registered capital, business activities, certified extracts.
Register of Financial Statements
Tax ID (DIČ), complete annual financial statements and multi-year history.
Tax Authority – VAT payers
Current list of VAT payers including VAT IDs, refreshed weekly.
EU VIES
European Commission service for real-time VAT ID verification.
Social Insurance Agency – debtors
List of debtors owed to the Social Insurance Agency with outstanding amounts.
Tax Authority – tax debtors
Tax debtors published by the Slovak Tax Authority.
VšZP – debtors
Debtors of the General Health Insurance company (VšZP).
Dôvera – debtors
Debtors of the Dôvera health insurance company.
Union – debtors
Debtors of the Union health insurance company.
Insolvency Register
Bankruptcy, restructuring and liquidation proceedings of Slovak companies.
RPVE – Execution authorizations
Register of court authorizations empowering bailiffs to enforce claims against subjects.
RPVS – Public Sector Partners
Register of public sector partners including ultimate beneficial owners.
NBS – Financial market entities
Licensed financial institutions regulated by the National Bank of Slovakia.
Tax Authority – Tax reliability index
Tax reliability rating assigned by the Slovak Tax Authority.
Tax Authority – Erased VAT payers
Companies removed from the VAT register with date and reason.
SK-NACE (Statistical Office)
Classification of economic activities maintained by the Slovak Statistical Office.
Slovak Commercial Bulletin
Official notices and announcements published in the Commercial Bulletin.
CRZ – Central Registry of Contracts
Public contracts signed with the state and public administration.
ITMS2014+ (EU funds)
Recipients of EU structural funds including allocated amounts and project details.
How to access the data
All fields are available over REST. A single HTTP request returns a complete JSON company object, and you control the enrichment scope with a parameter.
- Company lookup by ICO
- Company lookup by ORSR ID
- Search by name
- Autocomplete for forms
- Advanced search across multiple criteria
- Batch lookup of multiple ICOs at once
- Batch search by a list of names
- Webhooks for notifications on every data change
{
"data": {
"ico": "51636549",
"name": "Version Two s. r. o.",
"legal_form": "Spoločnosť s ručením obmedzeným",
"legal_form_code": "112",
"address": {
"street": "Mlynské nivy 48",
"city": "Bratislava",
"postal_code": "82109",
"country": "SK"
},
"established_date": "2018-03-15",
"terminated_date": null,
"source_register": "orsr",
"status": "active",
"orsr_id": "127891/B",
"business_activities": [
"Počítačové služby",
"Poskytovanie softvéru – predaj hotových programov",
"Sprostredkovateľská činnosť v oblasti obchodu",
"Reklamné a marketingové služby"
],
"registered_capital": "5 000 EUR",
"shareholders": [
{
"name": "Mgr. Mario Chamuty",
"address": "Bratislava",
"share_amount": "5 000 EUR",
"share_percentage": "100%",
"is_company": false,
"ico": null
}
],
"statutory_body": [
{
"name": "Mgr. Mario Chamuty",
"role": "konateľ",
"address": "Bratislava, Slovensko",
"acting_method": "Za spoločnosť koná konateľ samostatne."
}
],
"nace_code": "62010",
"nace_description": "Počítačové programovanie",
"tax": {
"dic": "2120876543",
"ic_dph": "SK2120876543",
"vies_valid": true,
"vies_verified_at": "2026-04-11T06:00:00+00:00",
"is_vat_payer": true
},
"tax_reliability": {
"index": "spoľahlivý",
"is_reliable": true
},
"erased_vat": {
"is_erased": false,
"entries": []
},
"bank_accounts": [
{
"iban": "SK89 1100 0000 0029 4305 4158 ",
"bank_name": "Tatra banka, a. s.",
"is_published": true
}
],
"contacts": {
"email": ["info@versiontwo.sk"],
"phone": ["+421 2 5729 1111"],
"website": ["https://versiontwo.sk"]
},
"financials": {
"year": 2024,
"revenue": "420680.00",
"profit": "68420.00",
"assets": "315200.00",
"employees_count": 7
},
"financial_statements": {
"latest": {
"year": 2024,
"statement_type": "riadna",
"total_assets": "315200.00",
"total_equity": "187450.00",
"total_liabilities": "127750.00",
"total_revenue": "420680.00",
"net_profit": "68420.00",
"template_type": "mikro",
"size_category": "micro"
},
"available_years": [2021, 2022, 2023, 2024]
},
"debtor_status": {
"is_debtor": false,
"sources": []
},
"insolvency": {
"has_active_proceedings": false,
"proceedings": []
},
"execution_authorizations": {
"has_active_authorizations": false,
"total_count": 0,
"authorizations": []
},
"commercial_bulletin": {
"total_entries": 12,
"latest_entries": [
{
"section": "Zbierka listín",
"heading": "Účtovná závierka 2024",
"published_at": "2025-06-12"
},
{
"section": "Zmeny v OR",
"heading": "Zmena sídla spoločnosti",
"published_at": "2024-09-03"
}
]
},
"public_contracts_summary": {
"count": 3,
"total_value": 48700.00
},
"procurement_summary": {
"count": 1,
"total_awarded_value": 24500.00
},
"rpvs": {
"is_public_sector_partner": false,
"registrations": []
},
"nbs": {
"is_regulated": false,
"license_types": []
}
},
"meta": {
"rpo_updated_at": "2026-04-11T04:15:00+00:00",
"source": "database",
"orsr_synced_at": "2026-04-10T22:40:11+00:00",
"enriched_at": "2026-04-11T05:02:48+00:00",
"profile_built_at": "2026-04-11T05:02:49+00:00"
}
}
Data freshness
Every response includes metadata about data freshness, so you always know how old the values are.
RPO – weekly sync
The master legal entity register is synchronized once a week, typically on Sunday mornings.
ORSR – on-demand enrichment
Commercial Register details are fetched asynchronously on the first lookup. Existing records are automatically refreshed once they exceed 30 days.
Tax Authority – weekly
VAT payer list, erased VAT payers and tax reliability index are imported weekly.
VIES – real-time
VAT ID verification runs directly against the European Commission service on each request.
Debtor lists – weekly to monthly
Social Insurance Agency is refreshed weekly; the Tax Authority and health insurers (VšZP, Dôvera, Union) follow their monthly publication schedule.
Try the data in your own app
Sign up for free and get an API key. Test every field against real companies in minutes.