Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

CZ60193336

Czech Republic

IČO

60193336

Company

O2 Czech Republic a.s.

Company type

Joint-stock company (a.s.)

Founded

1 January 1994

Address

Za Brumlovkou 266/2
PRAHA 4 - MICHLE
140 00 PRAHA 4
CZECH REPUBLIC

VAT rates in Czech Republic (CZK)

Standard

21%

Reduced

12%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:21 UTCID: 019da12e-9d4d-7d84-9b47-187848882c0a

Validating VAT in your app? Get an API key — 20 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/CZ60193336" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "CZ60193336",
  "countryCode": "CZ",
  "companyName": "O2 Czech Republic a.s.",
  "companyAddress": "Za Brumlovkou 266/2\nPRAHA 4 - MICHLE\n140 00  PRAHA 4",
  "companyRegistrationDate": "1994-01-01",
  "companyForm": "Joint-stock company (a.s.)",
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:21:19.949Z",
  "checkId": "019da12e-9d4d-7d84-9b47-187848882c0a",
  "countryName": "Czech Republic",
  "countryVat": {
    "vatName": "Daň z přidané hodnoty",
    "vatAbbr": "DPH",
    "currency": "CZK",
    "standardRate": 21,
    "reducedRates": [
      12
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "CZ + 8–10 digits",
    "vatNumberPattern": "^CZ\\d{8,10}$",
    "countryVatUpdatedAt": "2026-04-18"
  }
}

Check another VAT number

Examples:,,

Validate VAT numbers in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.