π¨πΏ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)
| 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 |
| CZ-106 | Praha 6 | District |
| CZ-107 | Praha 7 | District |
| CZ-108 | Praha 8 | District |
| CZ-109 | Praha 9 | District |
| CZ-10A | Praha 10 | District |
| CZ-10B | Praha 11 | District |
| CZ-10C | Praha 12 | District |
| CZ-10D | Praha 13 | District |
| CZ-10E | Praha 14 | District |
| CZ-10F | Praha 15 | District |
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.
Use Czech Republic data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries