Convert RUB to MMK
Russian Ruble → Myanmar Kyat
1 RUB = 24.695917 MMK(1 MMK = 0.0404925 RUB)
Currency converter
1 RUB =
24.6959 MMK
RUB to MMK: last 30 days
Over the last 30 days, 1 RUB traded between 24.0558 and 25.0731 MMK, averaging 24.6398 MMK. The RUB/MMK rate is up 0.53% since 2026-08-28.
- 30-day high
- 25.0731
- 2026-09-22
- 30-day low
- 24.0558
- 2026-09-03
- 30-day average
- 24.6398
- Days with data: 30
- 30-day change
- +0.53%
- since 2026-08-28
25.0731
24.05582026-08-28 → 2026-09-26
| Date | 1 RUB in MMK | Daily change |
|---|---|---|
| 2026-09-26 | 24.6959 | 0.00% |
| 2026-09-25 | 24.6959 | -0.21% |
| 2026-09-24 | 24.7489 | -0.62% |
| 2026-09-23 | 24.9032 | -0.68% |
| 2026-09-22 | 25.0731 | +0.52% |
| 2026-09-21 | 24.9443 | -0.10% |
| 2026-09-20 | 24.97 | +0.36% |
| 2026-09-19 | 24.8792 | +0.12% |
| 2026-09-18 | 24.8485 | -0.33% |
| 2026-09-17 | 24.9308 | -0.04% |
| 2026-09-16 | 24.9404 | +0.38% |
| 2026-09-15 | 24.8459 | +0.03% |
| 2026-09-14 | 24.8393 | -0.30% |
| 2026-09-13 | 24.9135 | -0.10% |
| 2026-09-12 | 24.9378 | -0.27% |
| Date | 1 RUB in MMK | Daily change |
|---|---|---|
| 2026-09-11 | 25.0063 | +1.25% |
| 2026-09-10 | 24.6986 | +0.99% |
| 2026-09-09 | 24.4555 | +0.45% |
| 2026-09-08 | 24.3468 | +0.43% |
| 2026-09-07 | 24.2424 | -0.06% |
| 2026-09-06 | 24.2579 | -0.87% |
| 2026-09-05 | 24.4716 | +1.01% |
| 2026-09-04 | 24.2264 | +0.71% |
| 2026-09-03 | 24.0558 | -0.49% |
| 2026-09-02 | 24.1753 | -0.63% |
| 2026-09-01 | 24.3274 | -0.40% |
| 2026-08-31 | 24.4241 | +0.06% |
| 2026-08-30 | 24.4101 | +0.20% |
| 2026-08-29 | 24.3612 | -0.83% |
| 2026-08-28 | 24.5663 | — |
RUB to MMK conversion table
1 RUB24.6959 MMK
5 RUB123.4796 MMK
10 RUB246.9592 MMK
25 RUB617.3979 MMK
50 RUB1,234.7958 MMK
100 RUB2,469.5917 MMK
500 RUB12,347.958 MMK
1,000 RUB24,695.917 MMK
5,000 RUB123,479.58 MMK
10,000 RUB246,959.17 MMK
Get the RUB/MMK rate in your app
One GET request returns the latest RUB → MMK 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/MMK"fetch('https://rate-api.com/api/v1/pair/RUB/MMK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MMK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MMK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MMK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MMK');
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']} MMK\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MMK"
},
"rate": 24.6959,
"timestamp": 1790429350,
"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
MMK to RUBMyanmar Kyat → Russian Ruble0.040493Convert RUB to other currencies
Convert other currencies to MMK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.