Convert MAD to GBP
Moroccan Dirham → British Pound
1 MAD = 0.0784625 GBP(1 GBP = 12.744937 MAD)
Currency converter
1 MAD =
0.078463 GBP
MAD to GBP: last 30 days
Over the last 30 days, 1 MAD traded between 0.07821 and 0.079628 GBP, averaging 0.078864 GBP. The MAD/GBP rate is down 1.37% since 2026-08-28.
- 30-day high
- 0.079628
- 2026-08-31
- 30-day low
- 0.07821
- 2026-09-15
- 30-day average
- 0.078864
- Days with data: 30
- 30-day change
- -1.37%
- since 2026-08-28
0.079628
0.078212026-08-28 → 2026-09-26
| Date | 1 MAD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.078463 | 0.00% |
| 2026-09-25 | 0.078463 | -0.40% |
| 2026-09-24 | 0.078778 | +0.28% |
| 2026-09-23 | 0.078559 | +0.07% |
| 2026-09-22 | 0.078505 | +0.02% |
| 2026-09-21 | 0.078485 | -0.33% |
| 2026-09-20 | 0.078742 | -0.08% |
| 2026-09-19 | 0.078808 | +0.16% |
| 2026-09-18 | 0.078684 | -0.25% |
| 2026-09-17 | 0.078882 | +0.62% |
| 2026-09-16 | 0.078397 | +0.24% |
| 2026-09-15 | 0.07821 | -0.80% |
| 2026-09-14 | 0.07884 | +0.20% |
| 2026-09-13 | 0.078686 | -0.03% |
| 2026-09-12 | 0.078707 | -0.30% |
| Date | 1 MAD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.078946 | -0.03% |
| 2026-09-10 | 0.078967 | +0.46% |
| 2026-09-09 | 0.078608 | +0.13% |
| 2026-09-08 | 0.078504 | -0.49% |
| 2026-09-07 | 0.078888 | +0.00% |
| 2026-09-06 | 0.078886 | -0.01% |
| 2026-09-05 | 0.078894 | -0.15% |
| 2026-09-04 | 0.07901 | -0.50% |
| 2026-09-03 | 0.079403 | +0.00% |
| 2026-09-02 | 0.0794 | -0.08% |
| 2026-09-01 | 0.07946 | -0.21% |
| 2026-08-31 | 0.079628 | +0.42% |
| 2026-08-30 | 0.079297 | +0.03% |
| 2026-08-29 | 0.079274 | -0.35% |
| 2026-08-28 | 0.079555 | — |
MAD to GBP conversion table
1 MAD0.078463 GBP
5 MAD0.39231 GBP
10 MAD0.78463 GBP
25 MAD1.9616 GBP
50 MAD3.9231 GBP
100 MAD7.8463 GBP
500 MAD39.2313 GBP
1,000 MAD78.4625 GBP
5,000 MAD392.3127 GBP
10,000 MAD784.6253 GBP
Get the MAD/GBP rate in your app
One GET request returns the latest MAD → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/MAD/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MAD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MAD/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MAD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MAD/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "MAD",
"to": "GBP"
},
"rate": 0.0785,
"timestamp": 1790432140,
"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
GBP to MADBritish Pound → Moroccan Dirham12.7449Convert MAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.