Convert KGS to JPY
Kyrgystani Som → Japanese Yen
1 KGS = 1.801879 JPY(1 JPY = 0.554976 KGS)
Currency converter
1 KGS =
1.8019 JPY
KGS to JPY: last 30 days
Over the last 30 days, 1 KGS traded between 1.751 and 1.8295 JPY, averaging 1.7911 JPY. The KGS/JPY rate is down 1.21% since 2026-08-28.
- 30-day high
- 1.8295
- 2026-09-01
- 30-day low
- 1.751
- 2026-09-09
- 30-day average
- 1.7911
- Days with data: 30
- 30-day change
- -1.21%
- since 2026-08-28
1.8295
1.7512026-08-28 → 2026-09-26
| Date | 1 KGS in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 1.8019 | 0.00% |
| 2026-09-25 | 1.8019 | -0.79% |
| 2026-09-24 | 1.8163 | +0.59% |
| 2026-09-23 | 1.8056 | +0.47% |
| 2026-09-22 | 1.7972 | -0.06% |
| 2026-09-21 | 1.7983 | -0.39% |
| 2026-09-20 | 1.8053 | 0.00% |
| 2026-09-19 | 1.8053 | -0.01% |
| 2026-09-18 | 1.8055 | +1.42% |
| 2026-09-17 | 1.7801 | +0.42% |
| 2026-09-16 | 1.7727 | +0.13% |
| 2026-09-15 | 1.7704 | +0.28% |
| 2026-09-14 | 1.7654 | +0.33% |
| 2026-09-13 | 1.7596 | 0.00% |
| 2026-09-12 | 1.7596 | +0.00% |
| Date | 1 KGS in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 1.7595 | -0.09% |
| 2026-09-10 | 1.7612 | +0.58% |
| 2026-09-09 | 1.751 | -0.65% |
| 2026-09-08 | 1.7625 | -0.29% |
| 2026-09-07 | 1.7677 | -0.95% |
| 2026-09-06 | 1.7846 | 0.00% |
| 2026-09-05 | 1.7846 | -0.01% |
| 2026-09-04 | 1.7848 | +0.15% |
| 2026-09-03 | 1.7821 | -2.25% |
| 2026-09-02 | 1.8231 | -0.35% |
| 2026-09-01 | 1.8295 | +0.27% |
| 2026-08-31 | 1.8245 | +0.02% |
| 2026-08-30 | 1.8241 | 0.00% |
| 2026-08-29 | 1.8241 | +0.01% |
| 2026-08-28 | 1.8239 | — |
KGS to JPY conversion table
1 KGS1.8019 JPY
5 KGS9.0094 JPY
10 KGS18.0188 JPY
25 KGS45.047 JPY
50 KGS90.0939 JPY
100 KGS180.1879 JPY
500 KGS900.9395 JPY
1,000 KGS1,801.8789 JPY
5,000 KGS9,009.3946 JPY
10,000 KGS18,018.789 JPY
Get the KGS/JPY rate in your app
One GET request returns the latest KGS → 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/KGS/JPY"fetch('https://rate-api.com/api/v1/pair/KGS/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KGS = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KGS/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KGS = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KGS/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KGS = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "KGS",
"to": "JPY"
},
"rate": 1.8019,
"timestamp": 1790432139,
"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 KGSJapanese Yen → Kyrgystani Som0.55498Convert KGS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.