Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

LU10685757

Luxembourg

Company

CARGOLUX, CARGOLUX AIRLINES INTERNATIONAL SA

Address

AEROPORT DE LUXEMBOURG
L-2990 LUXEMBOURG
LUXEMBOURG

VAT rates in Luxembourg (EUR)

Standard

17%

Reduced

14%

Reduced

8%

Super reduced

3%

Parking

14%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:05 UTCID: 019da120-1f30-7b5e-bad5-f251104569ba

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/LU10685757" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "LU10685757",
  "countryCode": "LU",
  "companyName": "CARGOLUX, CARGOLUX AIRLINES INTERNATIONAL SA",
  "companyAddress": "AEROPORT DE LUXEMBOURG\nL-2990  LUXEMBOURG",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:05:30.160Z",
  "checkId": "019da120-1f30-7b5e-bad5-f251104569ba",
  "countryName": "Luxembourg",
  "countryVat": {
    "vatName": "Taxe sur la valeur ajoutée",
    "vatAbbr": "TVA",
    "currency": "EUR",
    "standardRate": 17,
    "reducedRates": [
      14,
      8
    ],
    "superReducedRate": 3,
    "parkingRate": 14,
    "vatNumberFormat": "LU + 8 digits",
    "vatNumberPattern": "^LU\\d{8}$",
    "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.