Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

LT100518314

Lithuania

Juridinio asmens kodas

100518314

Company

Akcinė bendrovė "Lietuvos draudimas"

Address

J. Basanavičiaus g. 10, Vilniaus m., Vilniaus m. sav.
LITHUANIA

VAT rates in Lithuania (EUR)

Standard

21%

Reduced

12%

Reduced

5%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:10 UTCID: 019da125-197e-7726-9548-58fcf50b676c

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/LT100518314" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "LT100518314",
  "countryCode": "LT",
  "companyName": "Akcinė bendrovė \"Lietuvos draudimas\"",
  "companyAddress": "J. Basanavičiaus g. 10, Vilniaus m., Vilniaus m. sav.",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:10:56.382Z",
  "checkId": "019da125-197e-7726-9548-58fcf50b676c",
  "countryName": "Lithuania",
  "countryVat": {
    "vatName": "Pridėtinės vertės mokestis",
    "vatAbbr": "PVM",
    "currency": "EUR",
    "standardRate": 21,
    "reducedRates": [
      12,
      5
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "LT + 9 or 12 digits",
    "vatNumberPattern": "^LT(\\d{9}|\\d{12})$",
    "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.