🇳🇱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)
| 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 |
| NL-DR | Drenthe | Province |
| NL-FL | Flevoland | Province |
| NL-FR | Fryslân | Province |
| NL-GE | Gelderland | Province |
| NL-GR | Groningen | Province |
| NL-LI | Limburg | Province |
| NL-NB | Noord-Brabant | Province |
| NL-NH | Noord-Holland | Province |
| NL-OV | Overijssel | Province |
| NL-SX | Sint Maarten | Country |
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.
Use Netherlands data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries