keecode logokeecode
Sh

Kenyan Shilling

Kenya

Africa

Currency Code

ISO 4217 Code

KES

Symbol

Sh

Common Usage

JavaScript/TypeScript

const currency = "KES";
const symbol = "Sh";
const name = "Kenyan Shilling";

JSON/API Response

{
  "currency": "KES",
  "symbol": "Sh",
  "amount": 100.00
}

HTML/Display

<span class="price">Sh100.00 KES</span>