Kč
Czech Koruna
Czech Republic
Europe
Currency Code
ISO 4217 Code
CZK
Symbol
Kč
Common Usage
JavaScript/TypeScript
const currency = "CZK"; const symbol = "Kč"; const name = "Czech Koruna";
JSON/API Response
{
"currency": "CZK",
"symbol": "Kč",
"amount": 100.00
}HTML/Display
<span class="price">Kč100.00 CZK</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "CZK" represents Czech Koruna, used in Czech Republic. The symbol Kč is commonly used to denote this currency in financial transactions and displays.