LV40003032065
Valsts akciju sabiedrība "Latvijas dzelzceļš"
LatviaVerified against VIES
Valid at query time
Validation result
- VAT number
- LV40003032065
- Company
- Valsts akciju sabiedrība "Latvijas dzelzceļš"
- Address
- Emīlijas Benjamiņas iela 3, Rīga, LV-1050
- Country
- Latvia
- Registry
- VIES
- VAT format
- LV + 11 digits
- Local name
- PVN — Pievienotās vērtības nodoklis
Reproduce this check
curl -X POST "https://api.vatverify.dev/v1/validate" \ -H "Authorization: Bearer $VATVERIFY_KEY" \ -H "Content-Type: application/json" \ -d '{"vat_number":"LV40003032065"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "LV40003032065",
"country": {
"code": "LV",
"name": "Latvia",
"vat": {
"name": "Pievienotās vērtības nodoklis",
"abbreviation": "PVN",
"currency": "EUR",
"standard_rate": 21,
"reduced_rates": [
5,
12
],
"super_reduced_rate": null,
"parking_rate": null,
"number_format": "LV + 11 digits",
"number_pattern": "^LV\\d{11}$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "Valsts akciju sabiedrība \"Latvijas dzelzceļš\"",
"address": "Emīlijas Benjamiņas iela 3, Rīga, LV-1050"
},
"verify_id": null,
"verified_at": "2026-04-25T10:16:11.355Z"
},
"meta": {
"request_id": "019dd537-511e-77ee-9403-b5fea1af6e19",
"latency_ms": 521,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-25T10:16:11.355Z",
"stale_seconds": 286494
}
}More from Latvia
All Latvia VAT detailsFrequently asked
- Is LV40003032065 valid?
- Yes: LV40003032065 returned valid:true from VIES at the time of this check and resolved to Valsts akciju sabiedrība "Latvijas dzelzceļš".
- What does PVN stand for?
- PVN is short for PVN maksātāja reģistrācijas numurs (Pievienotās vērtības nodoklis). It is the local name for Latvia's VAT identification number.
- How is this checked?
- vatverify queries VIES directly for every validation. Valid responses are cached for 30 days; invalid responses are cached for 24 hours. The "Re-check now" button bypasses the cache and forces a fresh registry call.
- Can I integrate this in my own code?
- Yes. POST /v1/validate with {"vat_number":"LV40003032065"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.
This validation is stored 30 days for audit reference — request id 019dd537-511….
Automate Latvia VAT checks in your stack
Replace manual lookups with one API call against VIES. Drops into invoicing, checkout, and signup flows in any language. 500 free validations per month, no credit card.