Valid EU VAT number
Active and verified against the EU VIES database
VAT ID
LU18804375
Company
ARCELORMITTAL
Address
24, BOULEVARD D'AVRANCHES
L-1160 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-20e3-7492-8b85-1202f70192dcValidating 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/LU18804375" \ -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
"valid": true,
"vatId": "LU18804375",
"countryCode": "LU",
"companyName": "ARCELORMITTAL",
"companyAddress": "24, BOULEVARD D'AVRANCHES\nL-1160 LUXEMBOURG",
"companyRegistrationDate": null,
"companyForm": null,
"industryDescription": null,
"verifiedAt": "2026-04-18T15:05:30.595Z",
"checkId": "019da120-20e3-7492-8b85-1202f70192dc",
"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.