Convert CAD to GMD
Canadian Dollar → Gambian Dalasi
1 CAD = 52.340385 GMD(1 GMD = 0.0191057 CAD)
Currency converter
1 CAD =
52.3404 GMD
CAD to GMD: last 30 days
Over the last 30 days, 1 CAD traded between 52.3404 and 54.1577 GMD, averaging 53.231 GMD. The CAD/GMD rate is down 3.36% since 2026-08-28.
- 30-day high
- 54.1577
- 2026-08-28
- 30-day low
- 52.3404
- 2026-09-25
- 30-day average
- 53.231
- Days with data: 30
- 30-day change
- -3.36%
- since 2026-08-28
54.1577
52.34042026-08-28 → 2026-09-26
| Date | 1 CAD in GMD | Daily change |
|---|---|---|
| 2026-09-26 | 52.3404 | 0.00% |
| 2026-09-25 | 52.3404 | -0.18% |
| 2026-09-24 | 52.4351 | -0.08% |
| 2026-09-23 | 52.4752 | -0.33% |
| 2026-09-22 | 52.649 | -0.32% |
| 2026-09-21 | 52.8168 | +0.04% |
| 2026-09-20 | 52.7945 | +0.66% |
| 2026-09-19 | 52.4485 | -0.02% |
| 2026-09-18 | 52.4592 | -0.47% |
| 2026-09-17 | 52.7071 | -0.71% |
| 2026-09-16 | 53.0862 | -0.20% |
| 2026-09-15 | 53.1915 | -0.21% |
| 2026-09-14 | 53.3044 | -0.94% |
| 2026-09-13 | 53.8093 | +1.50% |
| 2026-09-12 | 53.0119 | -0.69% |
| Date | 1 CAD in GMD | Daily change |
|---|---|---|
| 2026-09-11 | 53.3813 | -0.50% |
| 2026-09-10 | 53.6493 | -0.36% |
| 2026-09-09 | 53.8415 | -0.12% |
| 2026-09-08 | 53.9043 | +0.59% |
| 2026-09-07 | 53.5862 | -0.62% |
| 2026-09-06 | 53.9213 | +0.99% |
| 2026-09-05 | 53.3941 | -0.33% |
| 2026-09-04 | 53.5725 | -0.93% |
| 2026-09-03 | 54.0774 | +1.00% |
| 2026-09-02 | 53.5442 | -0.16% |
| 2026-09-01 | 53.6319 | +0.59% |
| 2026-08-31 | 53.3166 | -0.70% |
| 2026-08-30 | 53.6904 | +0.56% |
| 2026-08-29 | 53.3931 | -1.41% |
| 2026-08-28 | 54.1577 | — |
CAD to GMD conversion table
1 CAD52.3404 GMD
5 CAD261.7019 GMD
10 CAD523.4039 GMD
25 CAD1,308.5096 GMD
50 CAD2,617.0193 GMD
100 CAD5,234.0385 GMD
500 CAD26,170.193 GMD
1,000 CAD52,340.385 GMD
5,000 CAD261,701.93 GMD
10,000 CAD523,403.85 GMD
Get the CAD/GMD rate in your app
One GET request returns the latest CAD → GMD 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/CAD/GMD"fetch('https://rate-api.com/api/v1/pair/CAD/GMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} GMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/GMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} GMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/GMD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} GMD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "GMD"
},
"rate": 52.3404,
"timestamp": 1790429381,
"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
GMD to CADGambian Dalasi → Canadian Dollar0.019106Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.