🇧🇪Belgium (BE)
ISO 3166 country code - Europe / Western Europe
About Belgium
Belgium (BE) is located in Europe, Western Europe. The official currency is the Euro (EUR). It has 13 administrative subdivisions defined in ISO 3166-2. Belgium is a member of EU, SEPA, EEA, Eurozone, Schengen.
Alpha-2BE
Alpha-3BEL
Numeric056
Currency
€ EUR - Euro
Memberships
EU, SEPA, EEA, Eurozone, Schengen
Code Example
import { country } from '@koshmoney/countries';
// Look up Belgium by alpha-2 code
const be = country.getCountry('BE');
// => { name: 'Belgium', alpha2: 'BE', alpha3: 'BEL', numeric: '056' }
// Look up by alpha-3 code
country.getCountryByAlpha3('BEL');
// Look up by numeric code
country.getCountryByNumeric('056');Subdivisions (13)
| Code | Name | Type |
|---|---|---|
| BE-BRU | Brussels Hoofdstedelijk Gewest | Region |
| BE-VAN | Antwerpen | Province |
| BE-VBR | Vlaams-Brabant | Province |
| BE-VLG | Vlaams Gewest | Region |
| BE-VLI | Limburg | Province |
| BE-VOV | Oost-Vlaanderen | Province |
| BE-VWV | West-Vlaanderen | Province |
| BE-WAL | wallonne, Région | Region |
| BE-WBR | Brabant wallon | Province |
| BE-WHT | Hainaut | Province |
| BE-WLG | Liège | Province |
| BE-WLX | Luxembourg | Province |
| BE-WNA | Namur | Province |
FAQ
- What is the ISO code for Belgium?
- Belgium has three ISO 3166-1 codes: Alpha-2 "BE", Alpha-3 "BEL", and Numeric "056".
- How many subdivisions does Belgium have?
- Belgium has 13 subdivisions defined in ISO 3166-2, including Brussels Hoofdstedelijk Gewest, Antwerpen, Vlaams-Brabant, and more.
- How to look up Belgium in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('BE') to get all ISO codes, or subdivision.getByCountry('BE') for subdivisions.
Use Belgium data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries