Convert RUB to MAD
Russian Ruble → Moroccan Dirham
1 RUB = 0.113125 MAD(1 MAD = 8.839781 RUB)
Currency converter
1 RUB =
0.11312 MAD
RUB to MAD: last 30 days
Over the last 30 days, 1 RUB traded between 0.10689 and 0.11381 MAD, averaging 0.11061 MAD. The RUB/MAD rate is up 4.48% since 2026-08-28.
- 30-day high
- 0.11381
- 2026-09-22
- 30-day low
- 0.10689
- 2026-09-03
- 30-day average
- 0.11061
- Days with data: 30
- 30-day change
- +4.48%
- since 2026-08-28
0.11381
0.106892026-08-28 → 2026-09-26
| Date | 1 RUB in MAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.11312 | 0.00% |
| 2026-09-25 | 0.11312 | -0.05% |
| 2026-09-24 | 0.11318 | -0.49% |
| 2026-09-23 | 0.11374 | -0.06% |
| 2026-09-22 | 0.11381 | +0.70% |
| 2026-09-21 | 0.11302 | -0.15% |
| 2026-09-20 | 0.11318 | +0.46% |
| 2026-09-19 | 0.11267 | -0.04% |
| 2026-09-18 | 0.11271 | +0.17% |
| 2026-09-17 | 0.11252 | -0.06% |
| 2026-09-16 | 0.11259 | +0.34% |
| 2026-09-15 | 0.11221 | +0.92% |
| 2026-09-14 | 0.11119 | -0.39% |
| 2026-09-13 | 0.11163 | -0.08% |
| 2026-09-12 | 0.11172 | +0.03% |
| Date | 1 RUB in MAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.11169 | +1.35% |
| 2026-09-10 | 0.1102 | +0.87% |
| 2026-09-09 | 0.10924 | +0.18% |
| 2026-09-08 | 0.10905 | +0.81% |
| 2026-09-07 | 0.10817 | -0.07% |
| 2026-09-06 | 0.10824 | -0.84% |
| 2026-09-05 | 0.10916 | +1.12% |
| 2026-09-04 | 0.10795 | +0.99% |
| 2026-09-03 | 0.10689 | -0.65% |
| 2026-09-02 | 0.10758 | -0.15% |
| 2026-09-01 | 0.10775 | -0.13% |
| 2026-08-31 | 0.10789 | -0.04% |
| 2026-08-30 | 0.10794 | +0.16% |
| 2026-08-29 | 0.10777 | -0.47% |
| 2026-08-28 | 0.10828 | — |
RUB to MAD conversion table
1 RUB0.11312 MAD
5 RUB0.56562 MAD
10 RUB1.1312 MAD
25 RUB2.8281 MAD
50 RUB5.6562 MAD
100 RUB11.3125 MAD
500 RUB56.5625 MAD
1,000 RUB113.125 MAD
5,000 RUB565.6249 MAD
10,000 RUB1,131.2498 MAD
Get the RUB/MAD rate in your app
One GET request returns the latest RUB → MAD 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/MAD"fetch('https://rate-api.com/api/v1/pair/RUB/MAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MAD');
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']} MAD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MAD"
},
"rate": 0.1131,
"timestamp": 1790437512,
"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
MAD to RUBMoroccan Dirham → Russian Ruble8.8398Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.