Convert KID to RUB
Kiribati Dollar → Russian Ruble
1 KID = 59.765967 RUB(1 RUB = 0.0167319 KID)
Currency converter
1 KID =
59.766 RUB
KID to RUB: last 30 days
Over the last 30 days, 1 KID traded between 59.5763 and 62.507 RUB, averaging 60.9197 RUB. The KID/RUB rate is down 2.77% since 2026-08-28.
- 30-day high
- 62.507
- 2026-09-03
- 30-day low
- 59.5763
- 2026-09-23
- 30-day average
- 60.9197
- Days with data: 30
- 30-day change
- -2.77%
- since 2026-08-28
62.507
59.57632026-08-28 → 2026-09-26
| Date | 1 KID in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 59.766 | 0.00% |
| 2026-09-25 | 59.766 | +0.25% |
| 2026-09-24 | 59.6143 | +0.06% |
| 2026-09-23 | 59.5763 | -0.14% |
| 2026-09-22 | 59.6569 | -0.45% |
| 2026-09-21 | 59.9252 | +0.09% |
| 2026-09-20 | 59.8725 | -0.38% |
| 2026-09-19 | 60.0989 | +0.01% |
| 2026-09-18 | 60.095 | +0.36% |
| 2026-09-17 | 59.8771 | -0.22% |
| 2026-09-16 | 60.0084 | -0.51% |
| 2026-09-15 | 60.3179 | -0.37% |
| 2026-09-14 | 60.5414 | +0.22% |
| 2026-09-13 | 60.4103 | +0.08% |
| 2026-09-12 | 60.365 | +0.30% |
| Date | 1 KID in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 60.1823 | -1.95% |
| 2026-09-10 | 61.3775 | -0.95% |
| 2026-09-09 | 61.966 | -0.45% |
| 2026-09-08 | 62.2472 | -0.27% |
| 2026-09-07 | 62.4139 | +0.10% |
| 2026-09-06 | 62.3487 | +0.85% |
| 2026-09-05 | 61.8234 | -0.86% |
| 2026-09-04 | 62.3577 | -0.24% |
| 2026-09-03 | 62.507 | +0.73% |
| 2026-09-02 | 62.0532 | +0.35% |
| 2026-09-01 | 61.8378 | +0.36% |
| 2026-08-31 | 61.6143 | -0.11% |
| 2026-08-30 | 61.6847 | -0.21% |
| 2026-08-29 | 61.8173 | +0.57% |
| 2026-08-28 | 61.4677 | — |
KID to RUB conversion table
1 KID59.766 RUB
5 KID298.8298 RUB
10 KID597.6597 RUB
25 KID1,494.1492 RUB
50 KID2,988.2984 RUB
100 KID5,976.5967 RUB
500 KID29,882.984 RUB
1,000 KID59,765.967 RUB
5,000 KID298,829.84 RUB
10,000 KID597,659.67 RUB
Get the KID/RUB rate in your app
One GET request returns the latest KID → 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/KID/RUB"fetch('https://rate-api.com/api/v1/pair/KID/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KID = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KID/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KID = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KID/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KID = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "KID",
"to": "RUB"
},
"rate": 59.766,
"timestamp": 1790432045,
"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 KIDRussian Ruble → Kiribati Dollar0.016732Convert KID to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.