🇰🇿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)

CodeNameType
KZ-ABYAbai oblysyRegion
KZ-AKMAkmolinskaja oblast'Region
KZ-AKTAktjubinskaja oblast'Region
KZ-ALAAlmatyCity
KZ-ALMAlmatinskaja oblast'Region
KZ-ASTAstanaCity
KZ-ATYAtyraū oblysyRegion
KZ-KARKaragandinskaja oblast'Region
KZ-KUSKostanajskaja oblast'Region
KZ-KZYKyzylordinskaja oblast'Region
KZ-MANMangghystaū oblysyRegion
KZ-PAVPavlodar oblysyRegion
KZ-SEVSevero-Kazahstanskaja oblast'Region
KZ-SHYShymkentCity
KZ-TURTurkistan oblysyRegion

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