NV Colruyt Group, VAT ID BE0400378485 โ€” Verified

Active and verified against the EU VIES database.

VAT ID

BE0400378485

Belgium

Ondernemingsnummer

0400.378.485

Company

NV Colruyt Group

Company type

Public limited company (NV)

Founded

9 March 1950

Industry

Supermarkten (verkoopsoppervlakte tussen 400 m2 en minder dan 2.500 m2)

Address

Edingensesteenweg 196
1500 Halle
BELGIUM

VAT rates in Belgium (EUR)

Standard

21%

Reduced

12%

Reduced

6%

Parking

12%

VAT rates as of 8 Jun 2026

Checked 8 Jun 2026, 21:06 UTCID: 019ea90e-8c78-73b6-8c81-d9aa31b0faee

Embed this verification on your site

Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page โ€” it works even if your framework moves <script> to the end of <body>.

Preview

Snippet

HTML
<script async src="https://vatnode.dev/badge.js"></script>
<span data-vatnode-vat="BE0400378485"></span>

Loads asynchronously, ~1ย KB, no tracking, no dependencies.

Validating VAT in your app? Get an API key โ€” 100 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/BE0400378485" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "BE0400378485",
  "countryCode": "BE",
  "companyName": "NV Colruyt Group",
  "companyAddress": "Edingensesteenweg 196\n1500 Halle",
  "companyRegistrationDate": "1950-03-09",
  "companyForm": "Public limited company (NV)",
  "industryDescription": "Supermarkten (verkoopsoppervlakte tussen 400 m2 en minder dan 2.500 m2)",
  "registryCode": "0400.378.485",
  "registryCodeName": "Ondernemingsnummer",
  "verifiedAt": "2026-06-08T21:06:03.508Z",
  "checkId": "019ea90e-8c78-73b6-8c81-d9aa31b0faee",
  "countryName": "Belgium",
  "countryVat": {
    "vatName": "Belasting over de toegevoegde waarde",
    "vatAbbr": "BTW",
    "currency": "EUR",
    "standardRate": 21,
    "reducedRates": [
      12,
      6
    ],
    "superReducedRate": null,
    "parkingRate": 12,
    "vatNumberFormat": "BE + 0/1 + 9 digits",
    "vatNumberPattern": "^BE[01]\\d{9}$",
    "countryVatUpdatedAt": "2026-06-08"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Belgium VAT number examples and format.

Automate this in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.