Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

LT212154314

Lithuania

JAR kodas

121215434

Company

Telia Lietuva, AB

Company type

Public limited company (AB)

Founded

6 February 1992

Industry

Laidinio, bevielio ir palydovinio ryšio paslaugų veikla

Address

Saltoniškių g. 7A, 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, 15:19 UTCID: 019e1cc5-7b51-79b4-a598-e038abc2cbda

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="LT212154314"></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/LT212154314" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "LT212154314",
  "countryCode": "LT",
  "companyName": "Telia Lietuva, AB",
  "companyAddress": "Saltoniškių g. 7A, Vilniaus m., Vilniaus m. sav.",
  "companyRegistrationDate": "1992-02-06",
  "companyForm": "Public limited company (AB)",
  "industryDescription": "Laidinio, bevielio ir palydovinio ryšio paslaugų veikla",
  "registryCode": "121215434",
  "registryCodeName": "JAR kodas",
  "verifiedAt": "2026-05-12T15:19:24.753Z",
  "checkId": "019e1cc5-7b51-79b4-a598-e038abc2cbda",
  "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.