Convert RUB to KRW
Russian Ruble → South Korean Won
1 RUB = 16.058277 KRW(1 KRW = 0.0622732 RUB)
Currency converter
1 RUB =
16.0583 KRW
RUB to KRW: last 30 days
Over the last 30 days, 1 RUB traded between 15.5479 and 16.5083 KRW, averaging 15.9741 KRW. The RUB/KRW rate is up 0.68% since 2026-08-29.
- 30-day high
- 16.5083
- 2026-09-20
- 30-day low
- 15.5479
- 2026-09-03
- 30-day average
- 15.9741
- Days with data: 30
- 30-day change
- +0.68%
- since 2026-08-29
16.5083
15.54792026-08-29 → 2026-09-27
| Date | 1 RUB in KRW | Daily change |
|---|---|---|
| 2026-09-27 | 16.0583 | 0.00% |
| 2026-09-26 | 16.0583 | +0.75% |
| 2026-09-25 | 15.9393 | -1.19% |
| 2026-09-24 | 16.1315 | -0.40% |
| 2026-09-23 | 16.1968 | +0.03% |
| 2026-09-22 | 16.1912 | -0.69% |
| 2026-09-21 | 16.3035 | -1.24% |
| 2026-09-20 | 16.5083 | +0.37% |
| 2026-09-19 | 16.4473 | +0.12% |
| 2026-09-18 | 16.4273 | +0.08% |
| 2026-09-17 | 16.4142 | +1.04% |
| 2026-09-16 | 16.2451 | +1.01% |
| 2026-09-15 | 16.0824 | +0.99% |
| 2026-09-14 | 15.9254 | -0.04% |
| 2026-09-13 | 15.9316 | -0.11% |
| Date | 1 RUB in KRW | Daily change |
|---|---|---|
| 2026-09-12 | 15.9493 | -0.27% |
| 2026-09-11 | 15.9932 | +1.16% |
| 2026-09-10 | 15.8102 | +1.58% |
| 2026-09-09 | 15.5648 | +0.04% |
| 2026-09-08 | 15.5579 | -0.03% |
| 2026-09-07 | 15.5629 | -0.24% |
| 2026-09-06 | 15.6004 | -0.85% |
| 2026-09-05 | 15.7341 | +0.97% |
| 2026-09-04 | 15.5824 | +0.22% |
| 2026-09-03 | 15.5479 | -0.93% |
| 2026-09-02 | 15.6932 | -1.45% |
| 2026-09-01 | 15.9247 | +0.07% |
| 2026-08-31 | 15.9128 | -0.42% |
| 2026-08-30 | 15.9796 | +0.19% |
| 2026-08-29 | 15.9498 | — |
RUB to KRW conversion table
1 RUB16.0583 KRW
5 RUB80.2914 KRW
10 RUB160.5828 KRW
25 RUB401.4569 KRW
50 RUB802.9139 KRW
100 RUB1,605.8277 KRW
500 RUB8,029.1387 KRW
1,000 RUB16,058.277 KRW
5,000 RUB80,291.387 KRW
10,000 RUB160,582.77 KRW
Get the RUB/KRW rate in your app
One GET request returns the latest RUB → KRW 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/KRW"fetch('https://rate-api.com/api/v1/pair/RUB/KRW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} KRW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/KRW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} KRW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/KRW');
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']} KRW\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "KRW"
},
"rate": 16.0583,
"timestamp": 1790470782,
"date": "2026-09-27"
}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
KRW to RUBSouth Korean Won → Russian Ruble0.062273Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.