Convert KRW to RUB
South Korean Won → Russian Ruble
1 KRW = 0.0627381 RUB(1 RUB = 15.939278 KRW)
Currency converter
1 KRW =
0.062738 RUB
KRW to RUB: last 30 days
Over the last 30 days, 1 KRW traded between 0.060576 and 0.064317 RUB, averaging 0.062633 RUB. The KRW/RUB rate is up 0.90% since 2026-08-28.
- 30-day high
- 0.064317
- 2026-09-03
- 30-day low
- 0.060576
- 2026-09-20
- 30-day average
- 0.062633
- Days with data: 30
- 30-day change
- +0.90%
- since 2026-08-28
0.064317
0.0605762026-08-28 → 2026-09-26
| Date | 1 KRW in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.062738 | 0.00% |
| 2026-09-25 | 0.062738 | +1.21% |
| 2026-09-24 | 0.06199 | +0.40% |
| 2026-09-23 | 0.061741 | -0.03% |
| 2026-09-22 | 0.061762 | +0.69% |
| 2026-09-21 | 0.061337 | +1.26% |
| 2026-09-20 | 0.060576 | -0.37% |
| 2026-09-19 | 0.0608 | -0.12% |
| 2026-09-18 | 0.060874 | -0.08% |
| 2026-09-17 | 0.060923 | -1.03% |
| 2026-09-16 | 0.061557 | -1.00% |
| 2026-09-15 | 0.06218 | -0.98% |
| 2026-09-14 | 0.062793 | +0.04% |
| 2026-09-13 | 0.062768 | +0.11% |
| 2026-09-12 | 0.062699 | +0.27% |
| Date | 1 KRW in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.062527 | -1.14% |
| 2026-09-10 | 0.06325 | -1.55% |
| 2026-09-09 | 0.064248 | -0.04% |
| 2026-09-08 | 0.064276 | +0.03% |
| 2026-09-07 | 0.064255 | +0.24% |
| 2026-09-06 | 0.064101 | +0.86% |
| 2026-09-05 | 0.063556 | -0.96% |
| 2026-09-04 | 0.064175 | -0.22% |
| 2026-09-03 | 0.064317 | +0.93% |
| 2026-09-02 | 0.063722 | +1.48% |
| 2026-09-01 | 0.062795 | -0.07% |
| 2026-08-31 | 0.062843 | +0.42% |
| 2026-08-30 | 0.06258 | -0.19% |
| 2026-08-29 | 0.062697 | +0.83% |
| 2026-08-28 | 0.062181 | — |
KRW to RUB conversion table
1 KRW0.062738 RUB
5 KRW0.31369 RUB
10 KRW0.62738 RUB
25 KRW1.5685 RUB
50 KRW3.1369 RUB
100 KRW6.2738 RUB
500 KRW31.369 RUB
1,000 KRW62.7381 RUB
5,000 KRW313.6905 RUB
10,000 KRW627.381 RUB
Get the KRW/RUB rate in your app
One GET request returns the latest KRW → 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/KRW/RUB"fetch('https://rate-api.com/api/v1/pair/KRW/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KRW = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KRW/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KRW = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KRW/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KRW = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "KRW",
"to": "RUB"
},
"rate": 0.0627,
"timestamp": 1790435123,
"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 KRWRussian Ruble → South Korean Won15.9393Convert KRW to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.