Convert CAD to UGX
Canadian Dollar → Ugandan Shilling
1 CAD = 2,777.6545 UGX(1 UGX = 0.000360016 CAD)
Currency converter
1 CAD =
2,777.6545 UGX
CAD to UGX: last 30 days
Over the last 30 days, 1 CAD traded between 2,712.1012 and 2,811.0395 UGX, averaging 2,763.0279 UGX. The CAD/UGX rate is up 2.18% since 2026-08-28.
- 30-day high
- 2,811.0395
- 2026-09-21
- 30-day low
- 2,712.1012
- 2026-09-02
- 30-day average
- 2,763.0279
- Days with data: 30
- 30-day change
- +2.18%
- since 2026-08-28
2,811.0395
2,712.10122026-08-28 → 2026-09-26
| Date | 1 CAD in UGX | Daily change |
|---|---|---|
| 2026-09-26 | 2,777.6545 | 0.00% |
| 2026-09-25 | 2,777.6545 | +0.40% |
| 2026-09-24 | 2,766.7121 | -0.20% |
| 2026-09-23 | 2,772.3097 | -0.88% |
| 2026-09-22 | 2,796.7976 | -0.51% |
| 2026-09-21 | 2,811.0395 | +0.07% |
| 2026-09-20 | 2,808.9439 | +0.06% |
| 2026-09-19 | 2,807.3128 | +0.09% |
| 2026-09-18 | 2,804.7525 | +0.03% |
| 2026-09-17 | 2,803.8037 | -0.03% |
| 2026-09-16 | 2,804.5095 | +0.26% |
| 2026-09-15 | 2,797.1121 | +0.41% |
| 2026-09-14 | 2,785.6094 | -0.21% |
| 2026-09-13 | 2,791.5422 | +0.04% |
| 2026-09-12 | 2,790.3585 | +0.93% |
| Date | 1 CAD in UGX | Daily change |
|---|---|---|
| 2026-09-11 | 2,764.5311 | +0.76% |
| 2026-09-10 | 2,743.6523 | -0.24% |
| 2026-09-09 | 2,750.2352 | +0.48% |
| 2026-09-08 | 2,736.9807 | +0.17% |
| 2026-09-07 | 2,732.2985 | -0.23% |
| 2026-09-06 | 2,738.6949 | +0.07% |
| 2026-09-05 | 2,736.8788 | -0.03% |
| 2026-09-04 | 2,737.7 | -0.09% |
| 2026-09-03 | 2,740.2946 | +1.04% |
| 2026-09-02 | 2,712.1012 | -0.48% |
| 2026-09-01 | 2,725.2495 | +0.31% |
| 2026-08-31 | 2,716.6966 | -0.15% |
| 2026-08-30 | 2,720.7311 | +0.02% |
| 2026-08-29 | 2,720.2535 | +0.07% |
| 2026-08-28 | 2,718.4259 | — |
CAD to UGX conversion table
1 CAD2,777.6545 UGX
5 CAD13,888.272 UGX
10 CAD27,776.545 UGX
25 CAD69,441.362 UGX
50 CAD138,882.72 UGX
100 CAD277,765.45 UGX
500 CAD1,388,827.2 UGX
1,000 CAD2,777,654.5 UGX
5,000 CAD13,888,272 UGX
10,000 CAD27,776,545 UGX
Get the CAD/UGX rate in your app
One GET request returns the latest CAD → UGX 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/UGX"fetch('https://rate-api.com/api/v1/pair/CAD/UGX', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} UGX`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/UGX",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} UGX")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/UGX');
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']} UGX\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "UGX"
},
"rate": 2777.6545,
"timestamp": 1790429397,
"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
UGX to CADUgandan Shilling → Canadian Dollar0.00036002Convert CAD to other currencies
Convert other currencies to UGX
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.