Convert GBP to MAD
British Pound → Moroccan Dirham
1 GBP = 12.744937 MAD(1 MAD = 0.0784625 GBP)
Currency converter
1 GBP =
12.7449 MAD
GBP to MAD: last 30 days
Over the last 30 days, 1 GBP traded between 12.5584 and 12.7861 MAD, averaging 12.6803 MAD. The GBP/MAD rate is up 1.39% since 2026-08-28.
- 30-day high
- 12.7861
- 2026-09-15
- 30-day low
- 12.5584
- 2026-08-31
- 30-day average
- 12.6803
- Days with data: 30
- 30-day change
- +1.39%
- since 2026-08-28
12.7861
12.55842026-08-28 → 2026-09-26
| Date | 1 GBP in MAD | Daily change |
|---|---|---|
| 2026-09-26 | 12.7449 | 0.00% |
| 2026-09-25 | 12.7449 | +0.40% |
| 2026-09-24 | 12.6938 | -0.28% |
| 2026-09-23 | 12.7293 | -0.07% |
| 2026-09-22 | 12.7381 | -0.02% |
| 2026-09-21 | 12.7413 | +0.33% |
| 2026-09-20 | 12.6997 | +0.08% |
| 2026-09-19 | 12.689 | -0.16% |
| 2026-09-18 | 12.709 | +0.25% |
| 2026-09-17 | 12.6772 | -0.61% |
| 2026-09-16 | 12.7556 | -0.24% |
| 2026-09-15 | 12.7861 | +0.81% |
| 2026-09-14 | 12.6838 | -0.20% |
| 2026-09-13 | 12.7088 | +0.03% |
| 2026-09-12 | 12.7053 | +0.30% |
| Date | 1 GBP in MAD | Daily change |
|---|---|---|
| 2026-09-11 | 12.667 | +0.03% |
| 2026-09-10 | 12.6636 | -0.45% |
| 2026-09-09 | 12.7214 | -0.13% |
| 2026-09-08 | 12.7382 | +0.49% |
| 2026-09-07 | 12.6762 | -0.00% |
| 2026-09-06 | 12.6765 | +0.01% |
| 2026-09-05 | 12.6752 | +0.15% |
| 2026-09-04 | 12.6567 | +0.50% |
| 2026-09-03 | 12.594 | -0.00% |
| 2026-09-02 | 12.5944 | +0.08% |
| 2026-09-01 | 12.5849 | +0.21% |
| 2026-08-31 | 12.5584 | -0.42% |
| 2026-08-30 | 12.6109 | -0.03% |
| 2026-08-29 | 12.6145 | +0.35% |
| 2026-08-28 | 12.57 | — |
GBP to MAD conversion table
1 GBP12.7449 MAD
5 GBP63.7247 MAD
10 GBP127.4494 MAD
25 GBP318.6234 MAD
50 GBP637.2468 MAD
100 GBP1,274.4937 MAD
500 GBP6,372.4683 MAD
1,000 GBP12,744.937 MAD
5,000 GBP63,724.683 MAD
10,000 GBP127,449.37 MAD
Get the GBP/MAD rate in your app
One GET request returns the latest GBP → 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/GBP/MAD"fetch('https://rate-api.com/api/v1/pair/GBP/MAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} MAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/MAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} MAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/MAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} MAD\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "MAD"
},
"rate": 12.7449,
"timestamp": 1790429396,
"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 GBPMoroccan Dirham → British Pound0.078463Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.