🇧🇪Belgium (BE)
ISO 3166 country code - Europe / Western Europe
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 |
...and 8 more. View all 13 subdivisions →
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.
Related Countries
Use Belgium data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries