Skip to Content

🇳🇱Netherlands (NL)

ISO 3166 country code - Europe / Western Europe

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

...and 13 more. 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