Valid EU VAT number
Active and verified against the EU VIES database
VAT ID
LV40003423085
Reģ. numurs
40003423085
Company
SIA "Citadele Leasing"
Address
Republikas laukums 2A, Rīga, LV-1010
LATVIA
VAT rates in Latvia (EUR)
Standard
21%
Reduced
12%
Reduced
5%
VAT rates as of 20 Apr 2026
Checked 20 Apr 2026, 10:51 UTCID:
019daa84-4def-7a2d-827a-6501623f2bc7Validating VAT in your app? Get an API key — 20 free calls, no credit card required.
Get API KeyRequest
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": null,
"companyForm": null,
"industryDescription": null,
"verifiedAt": "2026-04-20T10:51:30.671Z",
"checkId": "019daa84-4def-7a2d-827a-6501623f2bc7",
"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-04-20"
}
}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.