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>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "KES" represents Kenyan Shilling, used in Kenya. The symbol Sh is commonly used to denote this currency in financial transactions and displays.