Convert RUB to KMF
Russian Ruble → Comorian Franc
1 RUB = 5.074951 KMF(1 KMF = 0.197046 RUB)
Currency converter
1 RUB =
5.075 KMF
RUB to KMF: last 30 days
Over the last 30 days, 1 RUB traded between 4.8592 and 5.1188 KMF, averaging 4.9997 KMF. The RUB/KMF rate is up 2.68% since 2026-08-28.
- 30-day high
- 5.1188
- 2026-09-22
- 30-day low
- 4.8592
- 2026-09-03
- 30-day average
- 4.9997
- Days with data: 30
- 30-day change
- +2.68%
- since 2026-08-28
5.1188
4.85922026-08-28 → 2026-09-26
| Date | 1 RUB in KMF | Daily change |
|---|---|---|
| 2026-09-26 | 5.075 | 0.00% |
| 2026-09-25 | 5.075 | -0.52% |
| 2026-09-24 | 5.1014 | -0.26% |
| 2026-09-23 | 5.1144 | -0.09% |
| 2026-09-22 | 5.1188 | +0.51% |
| 2026-09-21 | 5.0928 | -0.02% |
| 2026-09-20 | 5.0938 | +0.37% |
| 2026-09-19 | 5.0752 | +0.20% |
| 2026-09-18 | 5.0651 | -0.59% |
| 2026-09-17 | 5.0953 | +0.66% |
| 2026-09-16 | 5.0621 | +0.31% |
| 2026-09-15 | 5.0464 | +0.30% |
| 2026-09-14 | 5.031 | -0.03% |
| 2026-09-13 | 5.0325 | -0.11% |
| 2026-09-12 | 5.0382 | -0.25% |
| Date | 1 RUB in KMF | Daily change |
|---|---|---|
| 2026-09-11 | 5.0507 | +1.55% |
| 2026-09-10 | 4.9735 | +0.94% |
| 2026-09-09 | 4.927 | +0.40% |
| 2026-09-08 | 4.9075 | +0.31% |
| 2026-09-07 | 4.8923 | -0.00% |
| 2026-09-06 | 4.8925 | -0.88% |
| 2026-09-05 | 4.9358 | +1.06% |
| 2026-09-04 | 4.8841 | +0.51% |
| 2026-09-03 | 4.8592 | -0.70% |
| 2026-09-02 | 4.8935 | -0.37% |
| 2026-09-01 | 4.9119 | -0.51% |
| 2026-08-31 | 4.937 | +0.01% |
| 2026-08-30 | 4.9367 | +0.16% |
| 2026-08-29 | 4.9289 | -0.27% |
| 2026-08-28 | 4.9425 | — |
RUB to KMF conversion table
1 RUB5.075 KMF
5 RUB25.3748 KMF
10 RUB50.7495 KMF
25 RUB126.8738 KMF
50 RUB253.7475 KMF
100 RUB507.4951 KMF
500 RUB2,537.4754 KMF
1,000 RUB5,074.9508 KMF
5,000 RUB25,374.754 KMF
10,000 RUB50,749.508 KMF
Get the RUB/KMF rate in your app
One GET request returns the latest RUB → KMF 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/KMF"fetch('https://rate-api.com/api/v1/pair/RUB/KMF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} KMF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/KMF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} KMF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/KMF');
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']} KMF\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "KMF"
},
"rate": 5.075,
"timestamp": 1790429306,
"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
KMF to RUBComorian Franc → Russian Ruble0.19705Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.