Convert KGS to RUB
Kyrgystani Som → Russian Ruble
1 KGS = 0.972036 RUB(1 RUB = 1.028769 KGS)
Currency converter
1 KGS =
0.97204 RUB
KGS to RUB: last 30 days
Over the last 30 days, 1 KGS traded between 0.95771 and 0.99719 RUB, averaging 0.97387 RUB. The KGS/RUB rate is down 0.43% since 2026-08-28.
- 30-day high
- 0.99719
- 2026-09-03
- 30-day low
- 0.95771
- 2026-09-22
- 30-day average
- 0.97387
- Days with data: 30
- 30-day change
- -0.43%
- since 2026-08-28
0.99719
0.957712026-08-28 → 2026-09-26
| Date | 1 KGS in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.97204 | 0.00% |
| 2026-09-25 | 0.97204 | +0.21% |
| 2026-09-24 | 0.97004 | +0.64% |
| 2026-09-23 | 0.96385 | +0.64% |
| 2026-09-22 | 0.95771 | -0.48% |
| 2026-09-21 | 0.96236 | +0.10% |
| 2026-09-20 | 0.96143 | -0.37% |
| 2026-09-19 | 0.965 | -0.13% |
| 2026-09-18 | 0.96626 | +0.33% |
| 2026-09-17 | 0.96307 | +0.04% |
| 2026-09-16 | 0.96266 | -0.27% |
| 2026-09-15 | 0.96531 | -0.03% |
| 2026-09-14 | 0.96562 | +0.30% |
| 2026-09-13 | 0.96276 | +0.11% |
| 2026-09-12 | 0.96169 | +0.28% |
| Date | 1 KGS in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.95905 | -1.22% |
| 2026-09-10 | 0.97089 | -1.01% |
| 2026-09-09 | 0.98076 | -0.44% |
| 2026-09-08 | 0.98508 | -0.43% |
| 2026-09-07 | 0.98935 | +0.07% |
| 2026-09-06 | 0.98861 | +0.86% |
| 2026-09-05 | 0.98021 | -0.98% |
| 2026-09-04 | 0.98987 | -0.73% |
| 2026-09-03 | 0.99719 | +0.55% |
| 2026-09-02 | 0.99178 | +0.59% |
| 2026-09-01 | 0.986 | +0.41% |
| 2026-08-31 | 0.98199 | -0.07% |
| 2026-08-30 | 0.98265 | -0.19% |
| 2026-08-29 | 0.98448 | +0.84% |
| 2026-08-28 | 0.97627 | — |
KGS to RUB conversion table
1 KGS0.97204 RUB
5 KGS4.8602 RUB
10 KGS9.7204 RUB
25 KGS24.3009 RUB
50 KGS48.6018 RUB
100 KGS97.2036 RUB
500 KGS486.018 RUB
1,000 KGS972.036 RUB
5,000 KGS4,860.1798 RUB
10,000 KGS9,720.3595 RUB
Get the KGS/RUB rate in your app
One GET request returns the latest KGS → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/KGS/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KGS = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KGS/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KGS = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KGS/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "KGS",
"to": "RUB"
},
"rate": 0.972,
"timestamp": 1790432118,
"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
RUB to KGSRussian Ruble → Kyrgystani Som1.0288Convert KGS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.