SA U C B, VAT ID BE0403053608 — Verified

Active and verified against the EU VIES database.

VAT ID

BE0403053608

Belgium

Ondernemingsnummer

0403.053.608

Company

SA U C B

Company type

Public limited company (NV)

Founded

26 May 1925

Industry

Holdings

Address

Allée de la Recherche 60
1070 Anderlecht
BELGIUM

VAT rates in Belgium (EUR)

Standard

21%

Reduced

12%

Reduced

6%

Parking

12%

VAT rates as of 26 Jun 2026

Checked 26 Jun 2026, 19:42 UTCID: 019f0574-bb1d-7eb2-81ba-4a4d0458514d

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="BE0403053608"></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/BE0403053608" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "BE0403053608",
  "countryCode": "BE",
  "companyName": "SA U C B",
  "companyAddress": "Allée de la Recherche 60\n1070 Anderlecht",
  "companyRegistrationDate": "1925-05-26",
  "companyForm": "Public limited company (NV)",
  "industryDescription": "Holdings",
  "registryCode": "0403.053.608",
  "registryCodeName": "Ondernemingsnummer",
  "verifiedAt": "2026-06-26T19:42:43.997Z",
  "checkId": "019f0574-bb1d-7eb2-81ba-4a4d0458514d",
  "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-26"
  },
  "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.