Telia Lietuva, AB, VAT ID LT212154314 — Verified

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 6 Jun 2026

Checked 7 Jun 2026, 01:22 UTCID: 019e9fac-c9d7-7c08-82b2-3ae9ffb5f08e

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-06-07T01:22:41.751Z",
  "checkId": "019e9fac-c9d7-7c08-82b2-3ae9ffb5f08e",
  "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-06"
  },
  "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.