Convert MOP to RUB
Macanese Pataca → Russian Ruble
1 MOP = 10.52232 RUB(1 RUB = 0.0950361 MOP)
Currency converter
1 MOP =
10.5223 RUB
MOP to RUB: last 30 days
Over the last 30 days, 1 MOP traded between 10.3665 and 10.808 RUB, averaging 10.551 RUB. The MOP/RUB rate is down 0.59% since 2026-08-28.
- 30-day high
- 10.808
- 2026-09-03
- 30-day low
- 10.3665
- 2026-09-22
- 30-day average
- 10.551
- Days with data: 30
- 30-day change
- -0.59%
- since 2026-08-28
10.808
10.36652026-08-28 → 2026-09-26
| Date | 1 MOP in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 10.5223 | 0.00% |
| 2026-09-25 | 10.5223 | +0.19% |
| 2026-09-24 | 10.5027 | +0.66% |
| 2026-09-23 | 10.434 | +0.65% |
| 2026-09-22 | 10.3665 | -0.47% |
| 2026-09-21 | 10.4157 | +0.09% |
| 2026-09-20 | 10.4061 | -0.37% |
| 2026-09-19 | 10.4447 | -0.13% |
| 2026-09-18 | 10.458 | +0.33% |
| 2026-09-17 | 10.4236 | +0.02% |
| 2026-09-16 | 10.4211 | -0.38% |
| 2026-09-15 | 10.4605 | -0.04% |
| 2026-09-14 | 10.4643 | +0.30% |
| 2026-09-13 | 10.4334 | +0.11% |
| 2026-09-12 | 10.4221 | +0.26% |
| Date | 1 MOP in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 10.3952 | -1.22% |
| 2026-09-10 | 10.5237 | -0.98% |
| 2026-09-09 | 10.628 | -0.47% |
| 2026-09-08 | 10.6786 | -0.45% |
| 2026-09-07 | 10.7269 | +0.08% |
| 2026-09-06 | 10.7184 | +0.86% |
| 2026-09-05 | 10.6269 | -0.97% |
| 2026-09-04 | 10.7305 | -0.72% |
| 2026-09-03 | 10.808 | +0.54% |
| 2026-09-02 | 10.7504 | +0.56% |
| 2026-09-01 | 10.6905 | +0.40% |
| 2026-08-31 | 10.6475 | -0.03% |
| 2026-08-30 | 10.6503 | -0.21% |
| 2026-08-29 | 10.6724 | +0.83% |
| 2026-08-28 | 10.5846 | — |
MOP to RUB conversion table
1 MOP10.5223 RUB
5 MOP52.6116 RUB
10 MOP105.2232 RUB
25 MOP263.058 RUB
50 MOP526.116 RUB
100 MOP1,052.232 RUB
500 MOP5,261.16 RUB
1,000 MOP10,522.32 RUB
5,000 MOP52,611.6 RUB
10,000 MOP105,223.2 RUB
Get the MOP/RUB rate in your app
One GET request returns the latest MOP → 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/MOP/RUB"fetch('https://rate-api.com/api/v1/pair/MOP/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MOP = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MOP/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MOP = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MOP/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MOP = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "MOP",
"to": "RUB"
},
"rate": 10.5223,
"timestamp": 1790432033,
"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 MOPRussian Ruble → Macanese Pataca0.095036Convert MOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.