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