🇳🇿New Zealand (NZ)
ISO 3166 country code - Oceania / Australia and New Zealand
Alpha-2NZ
Alpha-3NZL
Numeric554
Currency
$ NZD - New Zealand Dollar
Code Example
import { country } from '@koshmoney/countries';
// Look up New Zealand by alpha-2 code
const nz = country.getCountry('NZ');
// => { name: 'New Zealand', alpha2: 'NZ', alpha3: 'NZL', numeric: '554' }
// Look up by alpha-3 code
country.getCountryByAlpha3('NZL');
// Look up by numeric code
country.getCountryByNumeric('554');Subdivisions (19)
| Code | Name | Type |
|---|---|---|
| NZ-AUK | Auckland | Unitary authority |
| NZ-BOP | Bay of Plenty | Regional council |
| NZ-CAN | Canterbury | Regional council |
| NZ-CIT | Chatham Islands Territory | Special island authority |
| NZ-GIS | Gisborne District | Unitary authority |
...and 14 more. View all 19 subdivisions →
FAQ
- What is the ISO code for New Zealand?
- New Zealand has three ISO 3166-1 codes: Alpha-2 "NZ", Alpha-3 "NZL", and Numeric "554".
- How many subdivisions does New Zealand have?
- New Zealand has 19 subdivisions defined in ISO 3166-2, including Auckland, Bay of Plenty, Canterbury, and more.
- How to look up New Zealand in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('NZ') to get all ISO codes, or subdivision.getByCountry('NZ') for subdivisions.
Related Countries
Use New Zealand data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries