Convert RUB to MOP
Russian Ruble → Macanese Pataca
1 RUB = 0.0950361 MOP(1 MOP = 10.52232 RUB)
Currency converter
1 RUB =
0.095036 MOP
RUB to MOP: last 30 days
Over the last 30 days, 1 RUB traded between 0.092524 and 0.096465 MOP, averaging 0.094792 MOP. The RUB/MOP rate is up 0.59% since 2026-08-28.
- 30-day high
- 0.096465
- 2026-09-22
- 30-day low
- 0.092524
- 2026-09-03
- 30-day average
- 0.094792
- Days with data: 30
- 30-day change
- +0.59%
- since 2026-08-28
0.096465
0.0925242026-08-28 → 2026-09-26
| Date | 1 RUB in MOP | Daily change |
|---|---|---|
| 2026-09-26 | 0.095036 | 0.00% |
| 2026-09-25 | 0.095036 | -0.19% |
| 2026-09-24 | 0.095214 | -0.65% |
| 2026-09-23 | 0.095841 | -0.65% |
| 2026-09-22 | 0.096465 | +0.47% |
| 2026-09-21 | 0.096009 | -0.09% |
| 2026-09-20 | 0.096098 | +0.37% |
| 2026-09-19 | 0.095743 | +0.13% |
| 2026-09-18 | 0.09562 | -0.33% |
| 2026-09-17 | 0.095936 | -0.02% |
| 2026-09-16 | 0.095959 | +0.38% |
| 2026-09-15 | 0.095598 | +0.04% |
| 2026-09-14 | 0.095563 | -0.30% |
| 2026-09-13 | 0.095846 | -0.11% |
| 2026-09-12 | 0.09595 | -0.26% |
| Date | 1 RUB in MOP | Daily change |
|---|---|---|
| 2026-09-11 | 0.096199 | +1.24% |
| 2026-09-10 | 0.095023 | +0.99% |
| 2026-09-09 | 0.094091 | +0.48% |
| 2026-09-08 | 0.093645 | +0.45% |
| 2026-09-07 | 0.093224 | -0.08% |
| 2026-09-06 | 0.093298 | -0.85% |
| 2026-09-05 | 0.094101 | +0.98% |
| 2026-09-04 | 0.093192 | +0.72% |
| 2026-09-03 | 0.092524 | -0.53% |
| 2026-09-02 | 0.09302 | -0.56% |
| 2026-09-01 | 0.093541 | -0.40% |
| 2026-08-31 | 0.093918 | +0.03% |
| 2026-08-30 | 0.093894 | +0.21% |
| 2026-08-29 | 0.0937 | -0.82% |
| 2026-08-28 | 0.094477 | — |
RUB to MOP conversion table
1 RUB0.095036 MOP
5 RUB0.47518 MOP
10 RUB0.95036 MOP
25 RUB2.3759 MOP
50 RUB4.7518 MOP
100 RUB9.5036 MOP
500 RUB47.518 MOP
1,000 RUB95.0361 MOP
5,000 RUB475.1804 MOP
10,000 RUB950.3608 MOP
Get the RUB/MOP rate in your app
One GET request returns the latest RUB → MOP 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/MOP"fetch('https://rate-api.com/api/v1/pair/RUB/MOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MOP');
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']} MOP\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MOP"
},
"rate": 0.095,
"timestamp": 1790429256,
"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
MOP to RUBMacanese Pataca → Russian Ruble10.5223Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.