🇨🇿Czech Republic (CZ)
ISO 3166 country code - Europe / Eastern Europe
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)
| Code | Name | Type |
|---|---|---|
| CZ-101 | Praha 1 | District |
| CZ-102 | Praha 2 | District |
| CZ-103 | Praha 3 | District |
| CZ-104 | Praha 4 | District |
| CZ-105 | Praha 5 | District |
...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.
Use Czech Republic data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries