Convert RUB to MNT
Russian Ruble → Mongolian Tugrik
1 RUB = 42.629166 MNT(1 MNT = 0.0234581 RUB)
Currency converter
1 RUB =
42.6292 MNT
RUB to MNT: last 30 days
Over the last 30 days, 1 RUB traded between 41.1922 and 42.963 MNT, averaging 42.2469 MNT. The RUB/MNT rate is up 2.13% since 2026-08-29.
- 30-day high
- 42.963
- 2026-09-22
- 30-day low
- 41.1922
- 2026-09-03
- 30-day average
- 42.2469
- Days with data: 30
- 30-day change
- +2.13%
- since 2026-08-29
42.963
41.19222026-08-29 → 2026-09-27
| Date | 1 RUB in MNT | Daily change |
|---|---|---|
| 2026-09-27 | 42.6292 | 0.00% |
| 2026-09-26 | 42.6292 | +0.73% |
| 2026-09-25 | 42.3222 | -0.27% |
| 2026-09-24 | 42.4348 | -0.57% |
| 2026-09-23 | 42.6785 | -0.66% |
| 2026-09-22 | 42.963 | +0.44% |
| 2026-09-21 | 42.7754 | +0.03% |
| 2026-09-20 | 42.7626 | +0.30% |
| 2026-09-19 | 42.6356 | +0.09% |
| 2026-09-18 | 42.5962 | -0.27% |
| 2026-09-17 | 42.7114 | -0.08% |
| 2026-09-16 | 42.7452 | +0.44% |
| 2026-09-15 | 42.5582 | -0.02% |
| 2026-09-14 | 42.5674 | -0.25% |
| 2026-09-13 | 42.6744 | -0.14% |
| Date | 1 RUB in MNT | Daily change |
|---|---|---|
| 2026-09-12 | 42.7322 | -0.30% |
| 2026-09-11 | 42.8593 | +1.31% |
| 2026-09-10 | 42.3041 | +0.94% |
| 2026-09-09 | 41.9107 | +0.45% |
| 2026-09-08 | 41.7231 | +0.41% |
| 2026-09-07 | 41.5529 | +0.02% |
| 2026-09-06 | 41.5464 | -0.80% |
| 2026-09-05 | 41.8806 | +0.84% |
| 2026-09-04 | 41.5327 | +0.83% |
| 2026-09-03 | 41.1922 | -0.59% |
| 2026-09-02 | 41.4363 | -0.59% |
| 2026-09-01 | 41.6802 | -0.37% |
| 2026-08-31 | 41.8332 | +0.08% |
| 2026-08-30 | 41.8006 | +0.15% |
| 2026-08-29 | 41.7384 | — |
RUB to MNT conversion table
1 RUB42.6292 MNT
5 RUB213.1458 MNT
10 RUB426.2917 MNT
25 RUB1,065.7292 MNT
50 RUB2,131.4583 MNT
100 RUB4,262.9166 MNT
500 RUB21,314.583 MNT
1,000 RUB42,629.166 MNT
5,000 RUB213,145.83 MNT
10,000 RUB426,291.66 MNT
Get the RUB/MNT rate in your app
One GET request returns the latest RUB → MNT 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/MNT"fetch('https://rate-api.com/api/v1/pair/RUB/MNT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MNT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MNT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MNT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MNT');
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']} MNT\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MNT"
},
"rate": 42.6292,
"timestamp": 1790499658,
"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
MNT to RUBMongolian Tugrik → Russian Ruble0.023458Convert RUB to other currencies
Convert other currencies to MNT
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.