SIA "Citadele Leasing", VAT ID LV40003423085 — Verified

Active and verified against the EU VIES database.

VAT ID

LV40003423085

Latvia

Reģistrācijas numurs

40003423085

Company

SIA "Citadele Leasing"

Company type

Private limited company (SIA)

Founded

14 December 1998

Address

Republikas laukums 2A, Rīga, LV-1010
LATVIA

VAT rates in Latvia (EUR)

Standard

21%

Reduced

12%

Reduced

5%

VAT rates as of 4 Jun 2026

Checked 4 Jun 2026, 12:12 UTCID: 019e928c-95d4-7a77-bc70-d216adb61c26

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="LV40003423085"></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/LV40003423085" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "LV40003423085",
  "countryCode": "LV",
  "companyName": "SIA \"Citadele Leasing\"",
  "companyAddress": "Republikas laukums 2A, Rīga, LV-1010",
  "companyRegistrationDate": "1998-12-14",
  "companyForm": "Private limited company (SIA)",
  "industryDescription": null,
  "registryCode": "40003423085",
  "registryCodeName": "Reģistrācijas numurs",
  "verifiedAt": "2026-06-04T12:12:27.472Z",
  "checkId": "019e928c-95d4-7a77-bc70-d216adb61c26",
  "countryName": "Latvia",
  "countryVat": {
    "vatName": "Pievienotās vērtības nodoklis",
    "vatAbbr": "PVN",
    "currency": "EUR",
    "standardRate": 21,
    "reducedRates": [
      12,
      5
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "LV + 11 digits",
    "vatNumberPattern": "^LV\\d{11}$",
    "countryVatUpdatedAt": "2026-06-04"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Latvia 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.