Convert GMD to GBP
Gambian Dalasi → British Pound
1 GMD = 0.0101938 GBP(1 GBP = 98.099064 GMD)
Currency converter
1 GMD =
0.010194 GBP
GMD to GBP: last 30 days
Over the last 30 days, 1 GMD traded between 0.0098126 and 0.010219 GBP, averaging 0.010033 GBP. The GMD/GBP rate is up 3.88% since 2026-08-28.
- 30-day high
- 0.010219
- 2026-09-24
- 30-day low
- 0.0098126
- 2026-08-28
- 30-day average
- 0.010033
- Days with data: 30
- 30-day change
- +3.88%
- since 2026-08-28
0.010219
0.00981262026-08-28 → 2026-09-26
| Date | 1 GMD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.010194 | 0.00% |
| 2026-09-25 | 0.010194 | -0.25% |
| 2026-09-24 | 0.010219 | +0.31% |
| 2026-09-23 | 0.010188 | +0.67% |
| 2026-09-22 | 0.010121 | +0.27% |
| 2026-09-21 | 0.010093 | -0.38% |
| 2026-09-20 | 0.010132 | -0.66% |
| 2026-09-19 | 0.010199 | +0.02% |
| 2026-09-18 | 0.010196 | +0.61% |
| 2026-09-17 | 0.010135 | +0.91% |
| 2026-09-16 | 0.010043 | +0.27% |
| 2026-09-15 | 0.010017 | +0.06% |
| 2026-09-14 | 0.010011 | +0.84% |
| 2026-09-13 | 0.0099277 | -1.48% |
| 2026-09-12 | 0.010077 | +0.70% |
| Date | 1 GMD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.010007 | +0.29% |
| 2026-09-10 | 0.0099786 | +0.34% |
| 2026-09-09 | 0.0099448 | +0.24% |
| 2026-09-08 | 0.0099207 | -0.59% |
| 2026-09-07 | 0.0099797 | +0.47% |
| 2026-09-06 | 0.0099326 | -0.98% |
| 2026-09-05 | 0.010031 | +0.33% |
| 2026-09-04 | 0.0099973 | +0.64% |
| 2026-09-03 | 0.0099338 | -0.14% |
| 2026-09-02 | 0.0099473 | +0.25% |
| 2026-09-01 | 0.0099221 | -0.54% |
| 2026-08-31 | 0.0099763 | +0.79% |
| 2026-08-30 | 0.009898 | -0.55% |
| 2026-08-29 | 0.0099531 | +1.43% |
| 2026-08-28 | 0.0098126 | — |
GMD to GBP conversion table
1 GMD0.010194 GBP
5 GMD0.050969 GBP
10 GMD0.10194 GBP
25 GMD0.25484 GBP
50 GMD0.50969 GBP
100 GMD1.0194 GBP
500 GMD5.0969 GBP
1,000 GMD10.1938 GBP
5,000 GMD50.9689 GBP
10,000 GMD101.9378 GBP
Get the GMD/GBP rate in your app
One GET request returns the latest GMD → 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/GMD/GBP"fetch('https://rate-api.com/api/v1/pair/GMD/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GMD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GMD/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GMD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GMD/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GMD = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "GMD",
"to": "GBP"
},
"rate": 0.0102,
"timestamp": 1790435213,
"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 GMDBritish Pound → Gambian Dalasi98.0991Convert GMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.