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