🇳🇱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)
| Code | Name | Type |
|---|---|---|
| NL-AW | Aruba | Country |
| NL-BQ1 | Bonaire | Special municipality |
| NL-BQ2 | Saba | Special municipality |
| NL-BQ3 | Sint Eustatius | Special municipality |
| NL-CW | Curaçao | Country |
...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