Convert GMD to CAD
Gambian Dalasi → Canadian Dollar
1 GMD = 0.0191057 CAD(1 CAD = 52.340385 GMD)
Currency converter
1 GMD =
0.019106 CAD
GMD to CAD: last 30 days
Over the last 30 days, 1 GMD traded between 0.018465 and 0.019106 CAD, averaging 0.018788 CAD. The GMD/CAD rate is up 3.47% since 2026-08-28.
- 30-day high
- 0.019106
- 2026-09-25
- 30-day low
- 0.018465
- 2026-08-28
- 30-day average
- 0.018788
- Days with data: 30
- 30-day change
- +3.47%
- since 2026-08-28
0.019106
0.0184652026-08-28 → 2026-09-26
| Date | 1 GMD in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.019106 | 0.00% |
| 2026-09-25 | 0.019106 | +0.18% |
| 2026-09-24 | 0.019071 | +0.08% |
| 2026-09-23 | 0.019057 | +0.33% |
| 2026-09-22 | 0.018994 | +0.32% |
| 2026-09-21 | 0.018933 | -0.04% |
| 2026-09-20 | 0.018941 | -0.66% |
| 2026-09-19 | 0.019066 | +0.02% |
| 2026-09-18 | 0.019062 | +0.47% |
| 2026-09-17 | 0.018973 | +0.72% |
| 2026-09-16 | 0.018837 | +0.20% |
| 2026-09-15 | 0.0188 | +0.21% |
| 2026-09-14 | 0.01876 | +0.95% |
| 2026-09-13 | 0.018584 | -1.48% |
| 2026-09-12 | 0.018864 | +0.70% |
| Date | 1 GMD in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.018733 | +0.50% |
| 2026-09-10 | 0.01864 | +0.36% |
| 2026-09-09 | 0.018573 | +0.12% |
| 2026-09-08 | 0.018551 | -0.59% |
| 2026-09-07 | 0.018662 | +0.63% |
| 2026-09-06 | 0.018546 | -0.98% |
| 2026-09-05 | 0.018729 | +0.33% |
| 2026-09-04 | 0.018666 | +0.94% |
| 2026-09-03 | 0.018492 | -0.99% |
| 2026-09-02 | 0.018676 | +0.16% |
| 2026-09-01 | 0.018646 | -0.59% |
| 2026-08-31 | 0.018756 | +0.70% |
| 2026-08-30 | 0.018625 | -0.55% |
| 2026-08-29 | 0.018729 | +1.43% |
| 2026-08-28 | 0.018465 | — |
GMD to CAD conversion table
1 GMD0.019106 CAD
5 GMD0.095529 CAD
10 GMD0.19106 CAD
25 GMD0.47764 CAD
50 GMD0.95529 CAD
100 GMD1.9106 CAD
500 GMD9.5529 CAD
1,000 GMD19.1057 CAD
5,000 GMD95.5285 CAD
10,000 GMD191.0571 CAD
Get the GMD/CAD rate in your app
One GET request returns the latest GMD → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/GMD/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GMD = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GMD/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GMD = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GMD/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "GMD",
"to": "CAD"
},
"rate": 0.0191,
"timestamp": 1790435101,
"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
CAD to GMDCanadian Dollar → Gambian Dalasi52.3404Convert GMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.