🇳🇱Netherlands (NL)

ISO 3166 country code - Europe / Western Europe

About Netherlands

Netherlands (NL) is located in Europe, Western Europe. The official currency is the Euro (EUR). It has 18 administrative subdivisions defined in ISO 3166-2. Netherlands is a member of EU, SEPA, EEA, Eurozone, Schengen.

Alpha-2NL
Alpha-3NLD
Numeric528
Currency

€ EUR - Euro

Memberships

EU, SEPA, EEA, Eurozone, Schengen

Code Example

import { country } from '@koshmoney/countries';

// Look up Netherlands by alpha-2 code
const nl = country.getCountry('NL');
// => { name: 'Netherlands', alpha2: 'NL', alpha3: 'NLD', numeric: '528' }

// Look up by alpha-3 code
country.getCountryByAlpha3('NLD');

// Look up by numeric code
country.getCountryByNumeric('528');

Subdivisions (18)

CodeNameType
NL-AWArubaCountry
NL-BQ1BonaireSpecial municipality
NL-BQ2SabaSpecial municipality
NL-BQ3Sint EustatiusSpecial municipality
NL-CWCuraçaoCountry
NL-DRDrentheProvince
NL-FLFlevolandProvince
NL-FRFryslânProvince
NL-GEGelderlandProvince
NL-GRGroningenProvince
NL-LILimburgProvince
NL-NBNoord-BrabantProvince
NL-NHNoord-HollandProvince
NL-OVOverijsselProvince
NL-SXSint MaartenCountry

Showing 15 of 18. View all 18 subdivisions →

FAQ

What is the ISO code for Netherlands?
Netherlands has three ISO 3166-1 codes: Alpha-2 "NL", Alpha-3 "NLD", and Numeric "528".
How many subdivisions does Netherlands have?
Netherlands has 18 subdivisions defined in ISO 3166-2, including Aruba, Bonaire, Saba, and more.
How to look up Netherlands in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('NL') to get all ISO codes, or subdivision.getByCountry('NL') for subdivisions.

Related Countries

Use Netherlands data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries