Convert RUB to KGS
Russian Ruble → Kyrgystani Som
1 RUB = 1.028769 KGS(1 KGS = 0.972036 RUB)
Currency converter
1 RUB =
1.0288 KGS
RUB to KGS: last 30 days
Over the last 30 days, 1 RUB traded between 1.0028 and 1.0442 KGS, averaging 1.027 KGS. The RUB/KGS rate is up 0.44% since 2026-08-28.
- 30-day high
- 1.0442
- 2026-09-22
- 30-day low
- 1.0028
- 2026-09-03
- 30-day average
- 1.027
- Days with data: 30
- 30-day change
- +0.44%
- since 2026-08-28
1.0442
1.00282026-08-28 → 2026-09-26
| Date | 1 RUB in KGS | Daily change |
|---|---|---|
| 2026-09-26 | 1.0288 | 0.00% |
| 2026-09-25 | 1.0288 | -0.21% |
| 2026-09-24 | 1.0309 | -0.64% |
| 2026-09-23 | 1.0375 | -0.64% |
| 2026-09-22 | 1.0442 | +0.49% |
| 2026-09-21 | 1.0391 | -0.10% |
| 2026-09-20 | 1.0401 | +0.37% |
| 2026-09-19 | 1.0363 | +0.13% |
| 2026-09-18 | 1.0349 | -0.33% |
| 2026-09-17 | 1.0383 | -0.04% |
| 2026-09-16 | 1.0388 | +0.27% |
| 2026-09-15 | 1.0359 | +0.03% |
| 2026-09-14 | 1.0356 | -0.30% |
| 2026-09-13 | 1.0387 | -0.11% |
| 2026-09-12 | 1.0398 | -0.28% |
| Date | 1 RUB in KGS | Daily change |
|---|---|---|
| 2026-09-11 | 1.0427 | +1.24% |
| 2026-09-10 | 1.03 | +1.02% |
| 2026-09-09 | 1.0196 | +0.44% |
| 2026-09-08 | 1.0151 | +0.43% |
| 2026-09-07 | 1.0108 | -0.07% |
| 2026-09-06 | 1.0115 | -0.85% |
| 2026-09-05 | 1.0202 | +0.99% |
| 2026-09-04 | 1.0102 | +0.74% |
| 2026-09-03 | 1.0028 | -0.54% |
| 2026-09-02 | 1.0083 | -0.58% |
| 2026-09-01 | 1.0142 | -0.41% |
| 2026-08-31 | 1.0183 | +0.07% |
| 2026-08-30 | 1.0177 | +0.19% |
| 2026-08-29 | 1.0158 | -0.83% |
| 2026-08-28 | 1.0243 | — |
RUB to KGS conversion table
1 RUB1.0288 KGS
5 RUB5.1438 KGS
10 RUB10.2877 KGS
25 RUB25.7192 KGS
50 RUB51.4384 KGS
100 RUB102.8769 KGS
500 RUB514.3843 KGS
1,000 RUB1,028.7685 KGS
5,000 RUB5,143.8427 KGS
10,000 RUB10,287.685 KGS
Get the RUB/KGS rate in your app
One GET request returns the latest RUB → 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/RUB/KGS"fetch('https://rate-api.com/api/v1/pair/RUB/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/KGS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "KGS"
},
"rate": 1.0288,
"timestamp": 1790447444,
"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 RUBKyrgystani Som → Russian Ruble0.97204Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.