Group registration - This VAT ID corresponds to a Group of Taxpayers, VAT ID CZ699001261 — Verified

Active and verified against the EU VIES database.

Company

Group registration - This VAT ID corresponds to a Group of Taxpayers

Address

See http://adisreg.mfcr.cz/cgi-bin/adis/idph/int_dp_prij.cgi?ZPRAC=FDPHI2&poc_dic=1
CZECH REPUBLIC

VAT rates in Czech Republic (CZK)

Standard

21%

Reduced

12%

VAT rates as of 6 Jun 2026

Checked 7 Jun 2026, 08:48 UTCID: 019ea145-229f-7e55-9779-1af871be82ac

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="CZ699001261"></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/CZ699001261" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "CZ699001261",
  "countryCode": "CZ",
  "companyName": "Group registration - This VAT ID corresponds to a Group of Taxpayers",
  "companyAddress": "See http://adisreg.mfcr.cz/cgi-bin/adis/idph/int_dp_prij.cgi?ZPRAC=FDPHI2&poc_dic=1",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": null,
  "registryCodeName": "IÄŒO",
  "verifiedAt": "2026-06-07T08:48:43.167Z",
  "checkId": "019ea145-229f-7e55-9779-1af871be82ac",
  "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-06-06"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Czech Republic VAT number examples and format.

Automate this in your app

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