Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

SK7020000262

Slovakia

Company

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

Address

N/A
SLOVAKIA

VAT rates in Slovakia (EUR)

Standard

23%

Reduced

19%

Reduced

5%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:29 UTCID: 019da135-b2fc-7909-90cf-3582cc9b37e3

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/SK7020000262" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "SK7020000262",
  "countryCode": "SK",
  "companyName": "Group registration - This VAT ID corresponds to a Group of Taxpayers",
  "companyAddress": "N/A",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:29:04.252Z",
  "checkId": "019da135-b2fc-7909-90cf-3582cc9b37e3",
  "countryName": "Slovakia",
  "countryVat": {
    "vatName": "Daň z pridanej hodnoty",
    "vatAbbr": "DPH",
    "currency": "EUR",
    "standardRate": 23,
    "reducedRates": [
      19,
      5
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "SK + 10 digits",
    "vatNumberPattern": "^SK\\d{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.