Akcinė bendrovė "Lietuvos draudimas", VAT ID LT100518314 — Verified

Active and verified against the EU VIES database.

VAT ID

LT100518314

Lithuania

JAR kodas

110051834

Company

Akcinė bendrovė "Lietuvos draudimas"

Company type

Public limited company (AB)

Founded

18 March 1991

Industry

Ne gyvybės 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 3 Jun 2026

Checked 3 Jun 2026, 23:07 UTCID: 019e8fbe-5c29-7d32-9bb1-43ce3d34ddc8

Embed this verification on your site

Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page — it works even if your framework moves <script> to the end of <body>.

Preview

Snippet

HTML
<script async src="https://vatnode.dev/badge.js"></script>
<span data-vatnode-vat="LT100518314"></span>

Loads asynchronously, ~1 KB, no tracking, no dependencies.

Validating VAT in your app? Get an API key — 100 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": "1991-03-18",
  "companyForm": "Public limited company (AB)",
  "industryDescription": "Ne gyvybės draudimas",
  "registryCode": "110051834",
  "registryCodeName": "JAR kodas",
  "verifiedAt": "2026-06-03T23:07:57.865Z",
  "checkId": "019e8fbe-5c29-7d32-9bb1-43ce3d34ddc8",
  "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-06-03"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Lithuania VAT number examples and format.

Automate this in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.