🇰🇿Kazakhstan (KZ)
ISO 3166 country code - Asia / Central Asia
About Kazakhstan
Kazakhstan (KZ) is located in Asia, Central Asia. The official currency is the Kazakhstani Tenge (KZT). It has 20 administrative subdivisions defined in ISO 3166-2.
Alpha-2KZ
Alpha-3KAZ
Numeric398
Currency
₸ KZT - Kazakhstani Tenge
Code Example
import { country } from '@koshmoney/countries';
// Look up Kazakhstan by alpha-2 code
const kz = country.getCountry('KZ');
// => { name: 'Kazakhstan', alpha2: 'KZ', alpha3: 'KAZ', numeric: '398' }
// Look up by alpha-3 code
country.getCountryByAlpha3('KAZ');
// Look up by numeric code
country.getCountryByNumeric('398');Subdivisions (20)
| Code | Name | Type |
|---|---|---|
| KZ-ABY | Abai oblysy | Region |
| KZ-AKM | Akmolinskaja oblast' | Region |
| KZ-AKT | Aktjubinskaja oblast' | Region |
| KZ-ALA | Almaty | City |
| KZ-ALM | Almatinskaja oblast' | Region |
| KZ-AST | Astana | City |
| KZ-ATY | Atyraū oblysy | Region |
| KZ-KAR | Karagandinskaja oblast' | Region |
| KZ-KUS | Kostanajskaja oblast' | Region |
| KZ-KZY | Kyzylordinskaja oblast' | Region |
| KZ-MAN | Mangghystaū oblysy | Region |
| KZ-PAV | Pavlodar oblysy | Region |
| KZ-SEV | Severo-Kazahstanskaja oblast' | Region |
| KZ-SHY | Shymkent | City |
| KZ-TUR | Turkistan oblysy | Region |
Showing 15 of 20. View all 20 subdivisions →
FAQ
- What is the ISO code for Kazakhstan?
- Kazakhstan has three ISO 3166-1 codes: Alpha-2 "KZ", Alpha-3 "KAZ", and Numeric "398".
- How many subdivisions does Kazakhstan have?
- Kazakhstan has 20 subdivisions defined in ISO 3166-2, including Abai oblysy, Akmolinskaja oblast', Aktjubinskaja oblast', and more.
- How to look up Kazakhstan in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('KZ') to get all ISO codes, or subdivision.getByCountry('KZ') for subdivisions.
Related Countries
Use Kazakhstan data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries