Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

CZ45274649

Czech Republic

IČO

45274649

Company

ČEZ, a. s.

Company type

Joint-stock company (a.s.)

Founded

6 May 1992

Address

Duhová 1444/2
PRAHA 4 - MICHLE
140 00 PRAHA 4
CZECH REPUBLIC

VAT rates in Czech Republic (CZK)

Standard

21%

Reduced

12%

VAT rates as of 12 May 2026

Checked 12 May 2026, 18:35 UTCID: 019e1d79-1093-740c-b560-77ddb2bbc39e

Embed this verification on your site

Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page — it works even if your framework moves <script> to the end of <body>.

Preview

Snippet

HTML
<script async src="https://vatnode.dev/badge.js"></script>
<span data-vatnode-vat="CZ45274649"></span>

Loads asynchronously, ~1 KB, no tracking, no dependencies.

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

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/CZ45274649" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "CZ45274649",
  "countryCode": "CZ",
  "companyName": "ČEZ, a. s.",
  "companyAddress": "Duhová 1444/2\nPRAHA 4 - MICHLE\n140 00  PRAHA 4",
  "companyRegistrationDate": "1992-05-06",
  "companyForm": "Joint-stock company (a.s.)",
  "industryDescription": null,
  "registryCode": "45274649",
  "registryCodeName": "IČO",
  "verifiedAt": "2026-05-12T18:35:33.907Z",
  "checkId": "019e1d79-1093-740c-b560-77ddb2bbc39e",
  "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-05-12"
  },
  "consultationNumber": null
}

Check another VAT number

Example:

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.