Skip to Content

🇨🇿Czech Republic (CZ)

ISO 3166 country code - Europe / Eastern Europe

Alpha-2CZ
Alpha-3CZE
Numeric203
Currency

CZK - Czech Koruna

Memberships

EU, SEPA, EEA, Schengen

Code Example

import { country } from '@koshmoney/countries';

// Look up Czech Republic by alpha-2 code
const cz = country.getCountry('CZ');
// => { name: 'Czech Republic', alpha2: 'CZ', alpha3: 'CZE', numeric: '203' }

// Look up by alpha-3 code
country.getCountryByAlpha3('CZE');

// Look up by numeric code
country.getCountryByNumeric('203');

Subdivisions (105)

CodeNameType
CZ-101Praha 1District
CZ-102Praha 2District
CZ-103Praha 3District
CZ-104Praha 4District
CZ-105Praha 5District

...and 100 more. View all 105 subdivisions →

FAQ

What is the ISO code for Czech Republic?
Czech Republic has three ISO 3166-1 codes: Alpha-2 "CZ", Alpha-3 "CZE", and Numeric "203".
How many subdivisions does Czech Republic have?
Czech Republic has 105 subdivisions defined in ISO 3166-2, including Praha 1, Praha 2, Praha 3, and more.
How to look up Czech Republic in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('CZ') to get all ISO codes, or subdivision.getByCountry('CZ') for subdivisions.

Related Countries

Use Czech Republic data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries