Convert KWD to RUB
Kuwaiti Dinar → Russian Ruble
1 KWD = 275.27558 RUB(1 RUB = 0.00363272 KWD)
Currency converter
1 KWD =
275.2756 RUB
KWD to RUB: last 30 days
Over the last 30 days, 1 KWD traded between 271.4791 and 282.4948 RUB, averaging 276.0725 RUB. The KWD/RUB rate is down 0.54% since 2026-08-28.
- 30-day high
- 282.4948
- 2026-09-03
- 30-day low
- 271.4791
- 2026-09-22
- 30-day average
- 276.0725
- Days with data: 30
- 30-day change
- -0.54%
- since 2026-08-28
282.4948
271.47912026-08-28 → 2026-09-26
| Date | 1 KWD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 275.2756 | 0.00% |
| 2026-09-25 | 275.2756 | +0.32% |
| 2026-09-24 | 274.3937 | +0.48% |
| 2026-09-23 | 273.0908 | +0.59% |
| 2026-09-22 | 271.4791 | -0.57% |
| 2026-09-21 | 273.0426 | +0.13% |
| 2026-09-20 | 272.7006 | -0.41% |
| 2026-09-19 | 273.8293 | -0.29% |
| 2026-09-18 | 274.6209 | +0.68% |
| 2026-09-17 | 272.7787 | +0.03% |
| 2026-09-16 | 272.7094 | -0.36% |
| 2026-09-15 | 273.7073 | -0.08% |
| 2026-09-14 | 273.9239 | +0.09% |
| 2026-09-13 | 273.6812 | +0.24% |
| 2026-09-12 | 273.024 | +0.30% |
| Date | 1 KWD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 272.1967 | -1.16% |
| 2026-09-10 | 275.3813 | -0.93% |
| 2026-09-09 | 277.9644 | -0.46% |
| 2026-09-08 | 279.2602 | -0.36% |
| 2026-09-07 | 280.2758 | +0.03% |
| 2026-09-06 | 280.1786 | +0.87% |
| 2026-09-05 | 277.751 | -0.98% |
| 2026-09-04 | 280.503 | -0.71% |
| 2026-09-03 | 282.4948 | +0.63% |
| 2026-09-02 | 280.7389 | +0.50% |
| 2026-09-01 | 279.3358 | +0.36% |
| 2026-08-31 | 278.3233 | -0.05% |
| 2026-08-30 | 278.4705 | -0.19% |
| 2026-08-29 | 278.996 | +0.80% |
| 2026-08-28 | 276.773 | — |
KWD to RUB conversion table
1 KWD275.2756 RUB
5 KWD1,376.3779 RUB
10 KWD2,752.7558 RUB
25 KWD6,881.8895 RUB
50 KWD13,763.779 RUB
100 KWD27,527.558 RUB
500 KWD137,637.79 RUB
1,000 KWD275,275.58 RUB
5,000 KWD1,376,377.9 RUB
10,000 KWD2,752,755.8 RUB
Get the KWD/RUB rate in your app
One GET request returns the latest KWD → 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/KWD/RUB"fetch('https://rate-api.com/api/v1/pair/KWD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KWD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KWD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KWD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KWD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KWD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "KWD",
"to": "RUB"
},
"rate": 275.2756,
"timestamp": 1790437572,
"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 KWDRussian Ruble → Kuwaiti Dinar0.0036327Convert KWD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.