Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

SI80040306

Slovenia

Davčna številka

80040306

Company

ZAVAROVALNICA TRIGLAV, D.D.

Address

MIKLOŠIČEVA CESTA 019, LJUBLJANA, 1000 LJUBLJANA
SLOVENIA

VAT rates in Slovenia (EUR)

Standard

22%

Reduced

9.5%

Reduced

5%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:16 UTCID: 019da12a-22be-7a4e-b5e8-20ad3a1ad4e5

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/SI80040306" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "SI80040306",
  "countryCode": "SI",
  "companyName": "ZAVAROVALNICA TRIGLAV, D.D.",
  "companyAddress": "MIKLOŠIČEVA CESTA 019, LJUBLJANA, 1000 LJUBLJANA",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:16:26.430Z",
  "checkId": "019da12a-22be-7a4e-b5e8-20ad3a1ad4e5",
  "countryName": "Slovenia",
  "countryVat": {
    "vatName": "Davek na dodano vrednost",
    "vatAbbr": "DDV",
    "currency": "EUR",
    "standardRate": 22,
    "reducedRates": [
      9.5,
      5
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "SI + 8 digits",
    "vatNumberPattern": "^SI\\d{8}$",
    "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.