Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

EE100130171

Estonia

Registrikood

100130171

Company

Elisa Eesti AS

Address

Sõpruse pst 145 13425 Kristiine 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:10 UTCID: 019da124-40e9-7d12-8378-329255f5d4d2

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/EE100130171" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "EE100130171",
  "countryCode": "EE",
  "companyName": "Elisa Eesti AS",
  "companyAddress": "Sõpruse pst 145  13425 Kristiine linnaosa Tallinn",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:10:00.937Z",
  "checkId": "019da124-40e9-7d12-8378-329255f5d4d2",
  "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.