Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

LT100004278519

Lithuania

JAR kodas

301844044

Company

AB "Ignitis grupė"

Company type

Public limited company (AB)

Founded

28 August 2008

Industry

Konsultacinė verslo ir kito valdymo veikla

Address

Laisvės pr. 10, Vilniaus m., Vilniaus m. sav.
LITHUANIA

VAT rates in Lithuania (EUR)

Standard

21%

Reduced

12%

Reduced

5%

VAT rates as of 12 May 2026

Checked 12 May 2026, 17:43 UTCID: 019e1d49-86e2-7912-ba7e-cdc4ad116e84

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="LT100004278519"></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/LT100004278519" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "LT100004278519",
  "countryCode": "LT",
  "companyName": "AB \"Ignitis grupė\"",
  "companyAddress": "Laisvės pr. 10, Vilniaus m., Vilniaus m. sav.",
  "companyRegistrationDate": "2008-08-28",
  "companyForm": "Public limited company (AB)",
  "industryDescription": "Konsultacinė verslo ir kito valdymo veikla",
  "registryCode": "301844044",
  "registryCodeName": "JAR kodas",
  "verifiedAt": "2026-05-12T17:43:38.466Z",
  "checkId": "019e1d49-86e2-7912-ba7e-cdc4ad116e84",
  "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-05-12"
  },
  "consultationNumber": null
}

Check another VAT number

Example:

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.