Convert JPY to KGS
Japanese Yen → Kyrgystani Som
1 JPY = 0.554976 KGS(1 KGS = 1.801879 JPY)
Currency converter
1 JPY =
0.55498 KGS
JPY to KGS: last 30 days
Over the last 30 days, 1 JPY traded between 0.54661 and 0.5711 KGS, averaging 0.55842 KGS. The JPY/KGS rate is up 1.22% since 2026-08-28.
- 30-day high
- 0.5711
- 2026-09-09
- 30-day low
- 0.54661
- 2026-09-01
- 30-day average
- 0.55842
- Days with data: 30
- 30-day change
- +1.22%
- since 2026-08-28
0.5711
0.546612026-08-28 → 2026-09-26
| Date | 1 JPY in KGS | Daily change |
|---|---|---|
| 2026-09-26 | 0.55498 | 0.00% |
| 2026-09-25 | 0.55498 | +0.80% |
| 2026-09-24 | 0.55057 | -0.59% |
| 2026-09-23 | 0.55383 | -0.46% |
| 2026-09-22 | 0.55641 | +0.06% |
| 2026-09-21 | 0.55609 | +0.39% |
| 2026-09-20 | 0.55392 | 0.00% |
| 2026-09-19 | 0.55392 | +0.01% |
| 2026-09-18 | 0.55387 | -1.40% |
| 2026-09-17 | 0.56175 | -0.42% |
| 2026-09-16 | 0.5641 | -0.13% |
| 2026-09-15 | 0.56483 | -0.28% |
| 2026-09-14 | 0.56644 | -0.33% |
| 2026-09-13 | 0.56832 | 0.00% |
| 2026-09-12 | 0.56832 | -0.00% |
| Date | 1 JPY in KGS | Daily change |
|---|---|---|
| 2026-09-11 | 0.56833 | +0.09% |
| 2026-09-10 | 0.5678 | -0.58% |
| 2026-09-09 | 0.5711 | +0.66% |
| 2026-09-08 | 0.56736 | +0.29% |
| 2026-09-07 | 0.56572 | +0.96% |
| 2026-09-06 | 0.56036 | 0.00% |
| 2026-09-05 | 0.56036 | +0.01% |
| 2026-09-04 | 0.56029 | -0.15% |
| 2026-09-03 | 0.56114 | +2.30% |
| 2026-09-02 | 0.54852 | +0.35% |
| 2026-09-01 | 0.54661 | -0.27% |
| 2026-08-31 | 0.54809 | -0.02% |
| 2026-08-30 | 0.54821 | 0.00% |
| 2026-08-29 | 0.54821 | -0.01% |
| 2026-08-28 | 0.54827 | — |
JPY to KGS conversion table
1 JPY0.55498 KGS
5 JPY2.7749 KGS
10 JPY5.5498 KGS
25 JPY13.8744 KGS
50 JPY27.7488 KGS
100 JPY55.4976 KGS
500 JPY277.4881 KGS
1,000 JPY554.9763 KGS
5,000 JPY2,774.8812 KGS
10,000 JPY5,549.7625 KGS
Get the JPY/KGS rate in your app
One GET request returns the latest JPY → KGS 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/KGS"fetch('https://rate-api.com/api/v1/pair/JPY/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/KGS');
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']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "KGS"
},
"rate": 0.555,
"timestamp": 1790429382,
"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
KGS to JPYKyrgystani Som → Japanese Yen1.8019Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.