Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

EE100366327

Estonia

Registrikood

100366327

Company

Eesti Energia AS (Representative of VAT Group)

Address

Lelle tn 22 11318 Kesklinna linnaosa Tallinn
ESTONIA

VAT rates in Estonia (EUR)

Standard

24%

Reduced

13%

Reduced

9%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:14 UTCID: 019da128-95b2-741f-b930-0b3e093c726e

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/EE100366327" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "EE100366327",
  "countryCode": "EE",
  "companyName": "Eesti Energia AS (Representative of VAT Group)",
  "companyAddress": "Lelle tn 22   11318 Kesklinna linnaosa Tallinn",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:14:44.786Z",
  "checkId": "019da128-95b2-741f-b930-0b3e093c726e",
  "countryName": "Estonia",
  "countryVat": {
    "vatName": "Käibemaks",
    "vatAbbr": "km",
    "currency": "EUR",
    "standardRate": 24,
    "reducedRates": [
      13,
      9
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "EE + 9 digits",
    "vatNumberPattern": "^EE\\d{9}$",
    "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.