πŸ‡¨πŸ‡ΏCzech Republic (CZ)

ISO 3166 country code - Europe / Eastern Europe

About Czech Republic

Czech Republic (CZ) is located in Europe, Eastern Europe. The official currency is the Czech Koruna (CZK). It has 105 administrative subdivisions defined in ISO 3166-2. Czech Republic is a member of EU, SEPA, EEA, Schengen.

Alpha-2CZ
Alpha-3CZE
Numeric203
Currency

Kč 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
CZ-106Praha 6District
CZ-107Praha 7District
CZ-108Praha 8District
CZ-109Praha 9District
CZ-10APraha 10District
CZ-10BPraha 11District
CZ-10CPraha 12District
CZ-10DPraha 13District
CZ-10EPraha 14District
CZ-10FPraha 15District

Showing 15 of 105. 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