Convert MAD to RUB
Moroccan Dirham → Russian Ruble
1 MAD = 8.839781 RUB(1 RUB = 0.113125 MAD)
Currency converter
1 MAD =
8.8398 RUB
MAD to RUB: last 30 days
Over the last 30 days, 1 MAD traded between 8.7869 and 9.3557 RUB, averaging 9.045 RUB. The MAD/RUB rate is down 4.29% since 2026-08-28.
- 30-day high
- 9.3557
- 2026-09-03
- 30-day low
- 8.7869
- 2026-09-22
- 30-day average
- 9.045
- Days with data: 30
- 30-day change
- -4.29%
- since 2026-08-28
9.3557
8.78692026-08-28 → 2026-09-26
| Date | 1 MAD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 8.8398 | 0.00% |
| 2026-09-25 | 8.8398 | +0.05% |
| 2026-09-24 | 8.8354 | +0.49% |
| 2026-09-23 | 8.792 | +0.06% |
| 2026-09-22 | 8.7869 | -0.69% |
| 2026-09-21 | 8.8482 | +0.15% |
| 2026-09-20 | 8.8352 | -0.45% |
| 2026-09-19 | 8.8755 | +0.04% |
| 2026-09-18 | 8.8723 | -0.17% |
| 2026-09-17 | 8.8875 | +0.06% |
| 2026-09-16 | 8.882 | -0.34% |
| 2026-09-15 | 8.912 | -0.91% |
| 2026-09-14 | 8.9937 | +0.39% |
| 2026-09-13 | 8.9585 | +0.08% |
| 2026-09-12 | 8.951 | -0.03% |
| Date | 1 MAD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 8.9535 | -1.33% |
| 2026-09-10 | 9.0746 | -0.87% |
| 2026-09-09 | 9.1539 | -0.18% |
| 2026-09-08 | 9.1703 | -0.81% |
| 2026-09-07 | 9.245 | +0.07% |
| 2026-09-06 | 9.2386 | +0.85% |
| 2026-09-05 | 9.1611 | -1.11% |
| 2026-09-04 | 9.2638 | -0.98% |
| 2026-09-03 | 9.3557 | +0.65% |
| 2026-09-02 | 9.2951 | +0.15% |
| 2026-09-01 | 9.2809 | +0.13% |
| 2026-08-31 | 9.2684 | +0.04% |
| 2026-08-30 | 9.2647 | -0.16% |
| 2026-08-29 | 9.2793 | +0.47% |
| 2026-08-28 | 9.2356 | — |
MAD to RUB conversion table
1 MAD8.8398 RUB
5 MAD44.1989 RUB
10 MAD88.3978 RUB
25 MAD220.9945 RUB
50 MAD441.989 RUB
100 MAD883.9781 RUB
500 MAD4,419.8903 RUB
1,000 MAD8,839.7806 RUB
5,000 MAD44,198.903 RUB
10,000 MAD88,397.806 RUB
Get the MAD/RUB rate in your app
One GET request returns the latest MAD → 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/MAD/RUB"fetch('https://rate-api.com/api/v1/pair/MAD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MAD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MAD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MAD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MAD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MAD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "MAD",
"to": "RUB"
},
"rate": 8.8398,
"timestamp": 1790435058,
"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 MADRussian Ruble → Moroccan Dirham0.11312Convert MAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.