Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

LV40003592957

Latvia

Reģ. numurs

40003592957

Company

SIA "RIMI BALTIC"

Address

Augusta Deglava iela 161, Rīga, LV-1021
LATVIA

VAT rates in Latvia (EUR)

Standard

21%

Reduced

12%

Reduced

5%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:38 UTCID: 019da13e-3e9e-76d4-8858-fb37278f4cb6

Validating VAT in your app? Get an API key — 20 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/LV40003592957" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "LV40003592957",
  "countryCode": "LV",
  "companyName": "SIA \"RIMI BALTIC\"",
  "companyAddress": "Augusta Deglava iela 161, Rīga, LV-1021",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:38:24.285Z",
  "checkId": "019da13e-3e9e-76d4-8858-fb37278f4cb6",
  "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-18"
  }
}

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.