Convert KYD to RUB
Cayman Islands Dollar → Russian Ruble
1 KYD = 102.01572 RUB(1 RUB = 0.00980241 KYD)
Currency converter
1 KYD =
102.0157 RUB
KYD to RUB: last 30 days
Over the last 30 days, 1 KYD traded between 100.9586 and 105.5445 RUB, averaging 102.6671 RUB. The KYD/RUB rate is down 0.77% since 2026-08-28.
- 30-day high
- 105.5445
- 2026-09-06
- 30-day low
- 100.9586
- 2026-09-11
- 30-day average
- 102.6671
- Days with data: 30
- 30-day change
- -0.77%
- since 2026-08-28
105.5445
100.95862026-08-28 → 2026-09-26
| Date | 1 KYD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 102.0157 | 0.00% |
| 2026-09-25 | 102.0157 | +0.20% |
| 2026-09-24 | 101.8084 | +0.64% |
| 2026-09-23 | 101.1571 | +0.14% |
| 2026-09-22 | 101.019 | -0.26% |
| 2026-09-21 | 101.2859 | -1.10% |
| 2026-09-20 | 102.4081 | +1.02% |
| 2026-09-19 | 101.3778 | -0.03% |
| 2026-09-18 | 101.4067 | -0.04% |
| 2026-09-17 | 101.4514 | +0.21% |
| 2026-09-16 | 101.2376 | -0.43% |
| 2026-09-15 | 101.6747 | +0.02% |
| 2026-09-14 | 101.656 | -0.94% |
| 2026-09-13 | 102.6169 | +1.42% |
| 2026-09-12 | 101.1791 | +0.22% |
| Date | 1 KYD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 100.9586 | -1.51% |
| 2026-09-10 | 102.506 | -0.69% |
| 2026-09-09 | 103.2214 | -0.53% |
| 2026-09-08 | 103.7714 | -0.36% |
| 2026-09-07 | 104.1458 | -1.33% |
| 2026-09-06 | 105.5445 | +2.33% |
| 2026-09-05 | 103.1381 | -1.32% |
| 2026-09-04 | 104.5158 | -0.50% |
| 2026-09-03 | 105.04 | +0.60% |
| 2026-09-02 | 104.4114 | +0.58% |
| 2026-09-01 | 103.8098 | +0.32% |
| 2026-08-31 | 103.4829 | -1.27% |
| 2026-08-30 | 104.814 | +1.24% |
| 2026-08-29 | 103.5314 | +0.70% |
| 2026-08-28 | 102.8103 | — |
KYD to RUB conversion table
1 KYD102.0157 RUB
5 KYD510.0786 RUB
10 KYD1,020.1572 RUB
25 KYD2,550.393 RUB
50 KYD5,100.786 RUB
100 KYD10,201.572 RUB
500 KYD51,007.86 RUB
1,000 KYD102,015.72 RUB
5,000 KYD510,078.6 RUB
10,000 KYD1,020,157.2 RUB
Get the KYD/RUB rate in your app
One GET request returns the latest KYD → 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/KYD/RUB"fetch('https://rate-api.com/api/v1/pair/KYD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KYD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KYD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KYD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KYD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KYD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "KYD",
"to": "RUB"
},
"rate": 102.0157,
"timestamp": 1790432098,
"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 KYDRussian Ruble → Cayman Islands Dollar0.0098024Convert KYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.