🇧🇪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)

CodeNameType
BE-BRUBrussels Hoofdstedelijk GewestRegion
BE-VANAntwerpenProvince
BE-VBRVlaams-BrabantProvince
BE-VLGVlaams GewestRegion
BE-VLILimburgProvince
BE-VOVOost-VlaanderenProvince
BE-VWVWest-VlaanderenProvince
BE-WALwallonne, RégionRegion
BE-WBRBrabant wallonProvince
BE-WHTHainautProvince
BE-WLGLiègeProvince
BE-WLXLuxembourgProvince
BE-WNANamurProvince

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