keecode logokeecode
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>