Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

SK2020259802

Slovakia

Company

Slovenský plynárenský priemysel, a.s.

Address

Mlynské nivy 44/a
82511 Bratislava - mestská časť Ružinov
Slovensko
SLOVAKIA

VAT rates in Slovakia (EUR)

Standard

23%

Reduced

19%

Reduced

5%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:18 UTCID: 019da12b-f635-7707-91f6-20d51116d574

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/SK2020259802" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "SK2020259802",
  "countryCode": "SK",
  "companyName": "Slovenský plynárenský priemysel, a.s.",
  "companyAddress": "Mlynské nivy 44/a\n82511 Bratislava - mestská časť Ružinov\nSlovensko",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:18:26.101Z",
  "checkId": "019da12b-f635-7707-91f6-20d51116d574",
  "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.