Convert JPY to KES
Japanese Yen → Kenyan Shilling
1 JPY = 0.821987 KES(1 KES = 1.216564 JPY)
Currency converter
1 JPY =
0.82199 KES
JPY to KES: last 30 days
Over the last 30 days, 1 JPY traded between 0.80866 and 0.84444 KES, averaging 0.82626 KES. The JPY/KES rate is up 1.41% since 2026-08-28.
- 30-day high
- 0.84444
- 2026-09-09
- 30-day low
- 0.80866
- 2026-09-01
- 30-day average
- 0.82626
- Days with data: 30
- 30-day change
- +1.41%
- since 2026-08-28
0.84444
0.808662026-08-28 → 2026-09-26
| Date | 1 JPY in KES | Daily change |
|---|---|---|
| 2026-09-26 | 0.82199 | 0.00% |
| 2026-09-25 | 0.82199 | +0.83% |
| 2026-09-24 | 0.81525 | -0.55% |
| 2026-09-23 | 0.81979 | -0.52% |
| 2026-09-22 | 0.82404 | +0.09% |
| 2026-09-21 | 0.82329 | +0.36% |
| 2026-09-20 | 0.8203 | +0.02% |
| 2026-09-19 | 0.82014 | -0.17% |
| 2026-09-18 | 0.82152 | -1.29% |
| 2026-09-17 | 0.83222 | -0.47% |
| 2026-09-16 | 0.83615 | +0.11% |
| 2026-09-15 | 0.83523 | -0.28% |
| 2026-09-14 | 0.83755 | -0.31% |
| 2026-09-13 | 0.84019 | -0.01% |
| 2026-09-12 | 0.8403 | +0.02% |
| Date | 1 JPY in KES | Daily change |
|---|---|---|
| 2026-09-11 | 0.84015 | +0.08% |
| 2026-09-10 | 0.83947 | -0.59% |
| 2026-09-09 | 0.84444 | +0.67% |
| 2026-09-08 | 0.83882 | +0.29% |
| 2026-09-07 | 0.83637 | +0.98% |
| 2026-09-06 | 0.82829 | -0.01% |
| 2026-09-05 | 0.8284 | +0.00% |
| 2026-09-04 | 0.82839 | -0.15% |
| 2026-09-03 | 0.82962 | +2.29% |
| 2026-09-02 | 0.81103 | +0.29% |
| 2026-09-01 | 0.80866 | -0.47% |
| 2026-08-31 | 0.81247 | +0.23% |
| 2026-08-30 | 0.81061 | +0.00% |
| 2026-08-29 | 0.8106 | +0.00% |
| 2026-08-28 | 0.81058 | — |
JPY to KES conversion table
1 JPY0.82199 KES
5 JPY4.1099 KES
10 JPY8.2199 KES
25 JPY20.5497 KES
50 JPY41.0994 KES
100 JPY82.1987 KES
500 JPY410.9935 KES
1,000 JPY821.9871 KES
5,000 JPY4,109.9354 KES
10,000 JPY8,219.8708 KES
Get the JPY/KES rate in your app
One GET request returns the latest JPY → KES 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/JPY/KES"fetch('https://rate-api.com/api/v1/pair/JPY/KES', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} KES`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/KES",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} KES")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/KES');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} KES\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "KES"
},
"rate": 0.822,
"timestamp": 1790437581,
"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
KES to JPYKenyan Shilling → Japanese Yen1.2166Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.