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