Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

LT100003598012

Lithuania

JAR kodas

301066547

Company

MAXIMA GRUPĖ, UAB

Company type

Private limited company (UAB)

Founded

27 August 2007

Industry

Konsultacinė verslo ir kito valdymo veikla

Address

Ozo g. 25, 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, 18:36 UTCID: 019e1d7a-59a8-7bc8-89e8-28f8b7f77ec6

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="LT100003598012"></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/LT100003598012" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "LT100003598012",
  "countryCode": "LT",
  "companyName": "MAXIMA GRUPĖ, UAB",
  "companyAddress": "Ozo g. 25, Vilniaus m., Vilniaus m. sav.",
  "companyRegistrationDate": "2007-08-27",
  "companyForm": "Private limited company (UAB)",
  "industryDescription": "Konsultacinė verslo ir kito valdymo veikla",
  "registryCode": "301066547",
  "registryCodeName": "JAR kodas",
  "verifiedAt": "2026-05-12T18:36:58.152Z",
  "checkId": "019e1d7a-59a8-7bc8-89e8-28f8b7f77ec6",
  "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.