Convert MNT to RUB
Mongolian Tugrik → Russian Ruble
1 MNT = 0.0236283 RUB(1 RUB = 42.322205 MNT)
Currency converter
1 MNT =
0.023628 RUB
MNT to RUB: last 30 days
Over the last 30 days, 1 MNT traded between 0.023276 and 0.024276 RUB, averaging 0.023689 RUB. The MNT/RUB rate is down 0.46% since 2026-08-28.
- 30-day high
- 0.024276
- 2026-09-03
- 30-day low
- 0.023276
- 2026-09-22
- 30-day average
- 0.023689
- Days with data: 30
- 30-day change
- -0.46%
- since 2026-08-28
0.024276
0.0232762026-08-28 → 2026-09-26
| Date | 1 MNT in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.023628 | 0.00% |
| 2026-09-25 | 0.023628 | +0.27% |
| 2026-09-24 | 0.023566 | +0.57% |
| 2026-09-23 | 0.023431 | +0.67% |
| 2026-09-22 | 0.023276 | -0.44% |
| 2026-09-21 | 0.023378 | -0.03% |
| 2026-09-20 | 0.023385 | -0.30% |
| 2026-09-19 | 0.023455 | -0.09% |
| 2026-09-18 | 0.023476 | +0.27% |
| 2026-09-17 | 0.023413 | +0.08% |
| 2026-09-16 | 0.023394 | -0.44% |
| 2026-09-15 | 0.023497 | +0.02% |
| 2026-09-14 | 0.023492 | +0.25% |
| 2026-09-13 | 0.023433 | +0.14% |
| 2026-09-12 | 0.023402 | +0.30% |
| Date | 1 MNT in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.023332 | -1.30% |
| 2026-09-10 | 0.023638 | -0.93% |
| 2026-09-09 | 0.02386 | -0.45% |
| 2026-09-08 | 0.023968 | -0.41% |
| 2026-09-07 | 0.024066 | -0.02% |
| 2026-09-06 | 0.024069 | +0.80% |
| 2026-09-05 | 0.023877 | -0.83% |
| 2026-09-04 | 0.024077 | -0.82% |
| 2026-09-03 | 0.024276 | +0.59% |
| 2026-09-02 | 0.024133 | +0.59% |
| 2026-09-01 | 0.023992 | +0.37% |
| 2026-08-31 | 0.023904 | -0.08% |
| 2026-08-30 | 0.023923 | -0.15% |
| 2026-08-29 | 0.023959 | +0.93% |
| 2026-08-28 | 0.023739 | — |
MNT to RUB conversion table
1 MNT0.023628 RUB
5 MNT0.11814 RUB
10 MNT0.23628 RUB
25 MNT0.59071 RUB
50 MNT1.1814 RUB
100 MNT2.3628 RUB
500 MNT11.8141 RUB
1,000 MNT23.6283 RUB
5,000 MNT118.1413 RUB
10,000 MNT236.2826 RUB
Get the MNT/RUB rate in your app
One GET request returns the latest MNT → 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/MNT/RUB"fetch('https://rate-api.com/api/v1/pair/MNT/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MNT = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MNT/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MNT = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MNT/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MNT = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "MNT",
"to": "RUB"
},
"rate": 0.0236,
"timestamp": 1790435062,
"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 MNTRussian Ruble → Mongolian Tugrik42.3222Convert MNT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.