Convert KHR to RUB
Cambodian Riel → Russian Ruble
1 KHR = 0.0209096 RUB(1 RUB = 47.824864 KHR)
Currency converter
1 KHR =
0.02091 RUB
KHR to RUB: last 30 days
Over the last 30 days, 1 KHR traded between 0.020659 and 0.021576 RUB, averaging 0.021028 RUB. The KHR/RUB rate is down 1.02% since 2026-08-28.
- 30-day high
- 0.021576
- 2026-09-03
- 30-day low
- 0.020659
- 2026-09-22
- 30-day average
- 0.021028
- Days with data: 30
- 30-day change
- -1.02%
- since 2026-08-28
0.021576
0.0206592026-08-28 → 2026-09-26
| Date | 1 KHR in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.02091 | 0.00% |
| 2026-09-25 | 0.02091 | +0.26% |
| 2026-09-24 | 0.020855 | +0.48% |
| 2026-09-23 | 0.020755 | +0.46% |
| 2026-09-22 | 0.020659 | -0.56% |
| 2026-09-21 | 0.020775 | +0.10% |
| 2026-09-20 | 0.020754 | -0.36% |
| 2026-09-19 | 0.020829 | -0.10% |
| 2026-09-18 | 0.020849 | +0.70% |
| 2026-09-17 | 0.020703 | -0.39% |
| 2026-09-16 | 0.020783 | -0.43% |
| 2026-09-15 | 0.020873 | +0.05% |
| 2026-09-14 | 0.020863 | +0.32% |
| 2026-09-13 | 0.020796 | +0.19% |
| 2026-09-12 | 0.020757 | +0.27% |
| Date | 1 KHR in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.020701 | -1.28% |
| 2026-09-10 | 0.020969 | -1.20% |
| 2026-09-09 | 0.021223 | -0.37% |
| 2026-09-08 | 0.021302 | -0.46% |
| 2026-09-07 | 0.021401 | +0.06% |
| 2026-09-06 | 0.021388 | +0.79% |
| 2026-09-05 | 0.021221 | -0.92% |
| 2026-09-04 | 0.021419 | -0.73% |
| 2026-09-03 | 0.021576 | +0.69% |
| 2026-09-02 | 0.021429 | +0.61% |
| 2026-09-01 | 0.021299 | +0.69% |
| 2026-08-31 | 0.021153 | -0.50% |
| 2026-08-30 | 0.02126 | -0.24% |
| 2026-08-29 | 0.02131 | +0.88% |
| 2026-08-28 | 0.021125 | — |
KHR to RUB conversion table
1 KHR0.02091 RUB
5 KHR0.10455 RUB
10 KHR0.2091 RUB
25 KHR0.52274 RUB
50 KHR1.0455 RUB
100 KHR2.091 RUB
500 KHR10.4548 RUB
1,000 KHR20.9096 RUB
5,000 KHR104.5481 RUB
10,000 KHR209.0963 RUB
Get the KHR/RUB rate in your app
One GET request returns the latest KHR → 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/KHR/RUB"fetch('https://rate-api.com/api/v1/pair/KHR/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KHR = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KHR/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KHR = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KHR/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KHR = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "KHR",
"to": "RUB"
},
"rate": 0.0209,
"timestamp": 1790432106,
"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 KHRRussian Ruble → Cambodian Riel47.8249Convert KHR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.