Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

LT120252515

Lithuania

Juridinio asmens kodas

120252515

Company

AB Artea bankas

Address

Tilžės g. 149, Šiaulių m., Šiaulių 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: 019da124-4260-7df6-a871-9a871cc8f468

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/LT120252515" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "LT120252515",
  "countryCode": "LT",
  "companyName": "AB Artea bankas",
  "companyAddress": "Tilžės g. 149, Šiaulių m., Šiaulių m. sav.",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:10:01.312Z",
  "checkId": "019da124-4260-7df6-a871-9a871cc8f468",
  "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.