Convert RUB to KWD
Russian Ruble → Kuwaiti Dinar
1 RUB = 0.00363272 KWD(1 KWD = 275.27558 RUB)
Currency converter
1 RUB =
0.0036327 KWD
RUB to KWD: last 30 days
Over the last 30 days, 1 RUB traded between 0.0035399 and 0.0036835 KWD, averaging 0.0036227 KWD. The RUB/KWD rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.0036835
- 2026-09-22
- 30-day low
- 0.0035399
- 2026-09-03
- 30-day average
- 0.0036227
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.0036835
0.00353992026-08-28 → 2026-09-26
| Date | 1 RUB in KWD | Daily change |
|---|---|---|
| 2026-09-26 | 0.0036327 | 0.00% |
| 2026-09-25 | 0.0036327 | -0.32% |
| 2026-09-24 | 0.0036444 | -0.47% |
| 2026-09-23 | 0.0036618 | -0.59% |
| 2026-09-22 | 0.0036835 | +0.58% |
| 2026-09-21 | 0.0036624 | -0.13% |
| 2026-09-20 | 0.003667 | +0.41% |
| 2026-09-19 | 0.0036519 | +0.29% |
| 2026-09-18 | 0.0036414 | -0.67% |
| 2026-09-17 | 0.003666 | -0.03% |
| 2026-09-16 | 0.0036669 | +0.37% |
| 2026-09-15 | 0.0036535 | +0.08% |
| 2026-09-14 | 0.0036506 | -0.09% |
| 2026-09-13 | 0.0036539 | -0.24% |
| 2026-09-12 | 0.0036627 | -0.30% |
| Date | 1 RUB in KWD | Daily change |
|---|---|---|
| 2026-09-11 | 0.0036738 | +1.17% |
| 2026-09-10 | 0.0036313 | +0.94% |
| 2026-09-09 | 0.0035976 | +0.47% |
| 2026-09-08 | 0.0035809 | +0.36% |
| 2026-09-07 | 0.0035679 | -0.03% |
| 2026-09-06 | 0.0035692 | -0.87% |
| 2026-09-05 | 0.0036003 | +0.99% |
| 2026-09-04 | 0.003565 | +0.71% |
| 2026-09-03 | 0.0035399 | -0.62% |
| 2026-09-02 | 0.003562 | -0.50% |
| 2026-09-01 | 0.0035799 | -0.36% |
| 2026-08-31 | 0.0035929 | +0.05% |
| 2026-08-30 | 0.003591 | +0.19% |
| 2026-08-29 | 0.0035843 | -0.80% |
| 2026-08-28 | 0.0036131 | — |
RUB to KWD conversion table
1 RUB0.0036327 KWD
5 RUB0.018164 KWD
10 RUB0.036327 KWD
25 RUB0.090818 KWD
50 RUB0.18164 KWD
100 RUB0.36327 KWD
500 RUB1.8164 KWD
1,000 RUB3.6327 KWD
5,000 RUB18.1636 KWD
10,000 RUB36.3272 KWD
Get the RUB/KWD rate in your app
One GET request returns the latest RUB → KWD 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/KWD?precision=6"fetch('https://rate-api.com/api/v1/pair/RUB/KWD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} KWD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/KWD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} KWD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/KWD?precision=6');
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']} KWD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "KWD"
},
"rate": 0.003633,
"timestamp": 1790439651,
"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
KWD to RUBKuwaiti Dinar → Russian Ruble275.2756Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.