Instantly access official Belgian company information from the Crossroads Bank for Enterprises (Kruispuntbank van Ondernemingen / Banque-Carrefour des Entreprises).
The KBO/BCE is the official Belgian register of all enterprises. Every company in Belgium has a unique enterprise number that identifies them in this database.
Search by enterprise number or company name:
0xxx.xxx.xxx| Field | Description |
|---|---|
| Enterprise Number | Official 10-digit identifier |
| Legal Name | Official registered name |
| Trading Names | Commercial names used |
| Legal Form | BV, NV, VOF, etc. |
| Status | Active, Stopped, Bankruptcy, etc. |
| Registered Address | Official seat |
| Start Date | When the company was registered |
| Activities (NACE) | Business activity codes |
When creating a new company contact:
Praxis can alert you to important company status changes:
Enable monitoring in Settings > Integrations > KBO Monitoring.
Update multiple contacts at once:
KBO data comes directly from official sources and is updated in real-time. However:
Developers can access KBO lookup via the Praxis API:
GET /api/kbo/lookup?number=0123456789
Response:
{
"enterpriseNumber": "0123.456.789",
"name": "Example BV",
"legalForm": "BV",
"status": "Active",
"address": {
"street": "Voorbeeldstraat 1",
"postalCode": "1000",
"city": "Brussel",
"country": "BE"
},
"vatNumber": "BE0123456789",
"vatValid": true
}