Convert KES to JPY
Kenyan Shilling → Japanese Yen
1 KES = 1.216564 JPY(1 JPY = 0.821987 KES)
Currency converter
1 KES =
1.2166 JPY
KES to JPY: last 30 days
Over the last 30 days, 1 KES traded between 1.1842 and 1.2366 JPY, averaging 1.2105 JPY. The KES/JPY rate is down 1.39% since 2026-08-28.
- 30-day high
- 1.2366
- 2026-09-01
- 30-day low
- 1.1842
- 2026-09-09
- 30-day average
- 1.2105
- Days with data: 30
- 30-day change
- -1.39%
- since 2026-08-28
1.2366
1.18422026-08-28 → 2026-09-26
| Date | 1 KES in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 1.2166 | 0.00% |
| 2026-09-25 | 1.2166 | -0.82% |
| 2026-09-24 | 1.2266 | +0.56% |
| 2026-09-23 | 1.2198 | +0.52% |
| 2026-09-22 | 1.2135 | -0.09% |
| 2026-09-21 | 1.2146 | -0.36% |
| 2026-09-20 | 1.2191 | -0.02% |
| 2026-09-19 | 1.2193 | +0.17% |
| 2026-09-18 | 1.2173 | +1.30% |
| 2026-09-17 | 1.2016 | +0.47% |
| 2026-09-16 | 1.196 | -0.11% |
| 2026-09-15 | 1.1973 | +0.28% |
| 2026-09-14 | 1.194 | +0.32% |
| 2026-09-13 | 1.1902 | +0.01% |
| 2026-09-12 | 1.19 | -0.02% |
| Date | 1 KES in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 1.1903 | -0.08% |
| 2026-09-10 | 1.1912 | +0.59% |
| 2026-09-09 | 1.1842 | -0.67% |
| 2026-09-08 | 1.1922 | -0.29% |
| 2026-09-07 | 1.1956 | -0.97% |
| 2026-09-06 | 1.2073 | +0.01% |
| 2026-09-05 | 1.2071 | -0.00% |
| 2026-09-04 | 1.2072 | +0.15% |
| 2026-09-03 | 1.2054 | -2.24% |
| 2026-09-02 | 1.233 | -0.29% |
| 2026-09-01 | 1.2366 | +0.47% |
| 2026-08-31 | 1.2308 | -0.23% |
| 2026-08-30 | 1.2336 | -0.00% |
| 2026-08-29 | 1.2337 | -0.00% |
| 2026-08-28 | 1.2337 | — |
KES to JPY conversion table
1 KES1.2166 JPY
5 KES6.0828 JPY
10 KES12.1656 JPY
25 KES30.4141 JPY
50 KES60.8282 JPY
100 KES121.6564 JPY
500 KES608.2821 JPY
1,000 KES1,216.5641 JPY
5,000 KES6,082.8207 JPY
10,000 KES12,165.641 JPY
Get the KES/JPY rate in your app
One GET request returns the latest KES → JPY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/KES/JPY"fetch('https://rate-api.com/api/v1/pair/KES/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KES = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KES/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KES = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KES/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KES = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "KES",
"to": "JPY"
},
"rate": 1.2166,
"timestamp": 1790435111,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
JPY to KESJapanese Yen → Kenyan Shilling0.82199Convert KES to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.