Convert RUB to KID
Russian Ruble → Kiribati Dollar
1 RUB = 0.0167319 KID(1 KID = 59.765967 RUB)
Currency converter
1 RUB =
0.016732 KID
RUB to KID: last 30 days
Over the last 30 days, 1 RUB traded between 0.015998 and 0.016785 KID, averaging 0.01642 KID. The RUB/KID rate is up 2.85% since 2026-08-28.
- 30-day high
- 0.016785
- 2026-09-23
- 30-day low
- 0.015998
- 2026-09-03
- 30-day average
- 0.01642
- Days with data: 30
- 30-day change
- +2.85%
- since 2026-08-28
0.016785
0.0159982026-08-28 → 2026-09-26
| Date | 1 RUB in KID | Daily change |
|---|---|---|
| 2026-09-26 | 0.016732 | 0.00% |
| 2026-09-25 | 0.016732 | -0.25% |
| 2026-09-24 | 0.016775 | -0.06% |
| 2026-09-23 | 0.016785 | +0.14% |
| 2026-09-22 | 0.016763 | +0.45% |
| 2026-09-21 | 0.016687 | -0.09% |
| 2026-09-20 | 0.016702 | +0.38% |
| 2026-09-19 | 0.016639 | -0.01% |
| 2026-09-18 | 0.01664 | -0.36% |
| 2026-09-17 | 0.016701 | +0.22% |
| 2026-09-16 | 0.016664 | +0.52% |
| 2026-09-15 | 0.016579 | +0.37% |
| 2026-09-14 | 0.016518 | -0.22% |
| 2026-09-13 | 0.016553 | -0.08% |
| 2026-09-12 | 0.016566 | -0.30% |
| Date | 1 RUB in KID | Daily change |
|---|---|---|
| 2026-09-11 | 0.016616 | +1.99% |
| 2026-09-10 | 0.016293 | +0.96% |
| 2026-09-09 | 0.016138 | +0.45% |
| 2026-09-08 | 0.016065 | +0.27% |
| 2026-09-07 | 0.016022 | -0.10% |
| 2026-09-06 | 0.016039 | -0.84% |
| 2026-09-05 | 0.016175 | +0.86% |
| 2026-09-04 | 0.016037 | +0.24% |
| 2026-09-03 | 0.015998 | -0.73% |
| 2026-09-02 | 0.016115 | -0.35% |
| 2026-09-01 | 0.016171 | -0.36% |
| 2026-08-31 | 0.01623 | +0.11% |
| 2026-08-30 | 0.016211 | +0.22% |
| 2026-08-29 | 0.016177 | -0.57% |
| 2026-08-28 | 0.016269 | — |
RUB to KID conversion table
1 RUB0.016732 KID
5 RUB0.08366 KID
10 RUB0.16732 KID
25 RUB0.4183 KID
50 RUB0.8366 KID
100 RUB1.6732 KID
500 RUB8.366 KID
1,000 RUB16.7319 KID
5,000 RUB83.6597 KID
10,000 RUB167.3193 KID
Get the RUB/KID rate in your app
One GET request returns the latest RUB → KID 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/KID"fetch('https://rate-api.com/api/v1/pair/RUB/KID', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} KID`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/KID",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} KID")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/KID');
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']} KID\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "KID"
},
"rate": 0.0167,
"timestamp": 1790429295,
"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
KID to RUBKiribati Dollar → Russian Ruble59.766Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.