CAD to UGX exchange rate API
Canadian Dollar to Uganda Shilling · quoted 2026-09-25
2776.64
▲ +10.24% over 1Y
1 CAD = 2776.64 UGX · 1 UGX = 0.000360 CAD · Get this rate via the API
1 CAD buys 2776.64 UGX as of 2026-09-25, so 1 UGX buys 0.000360 CAD. Over the last year, CAD/UGX traded between 2459.83 and 2804.41, averaged 2636.88 and rose 10.24%. The API holds daily CAD/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CAD/UGX over 1Y: show the values
| Point | CAD/UGX |
|---|---|
| 2025-09-25 | 2518.64 |
| 2025-10-02 | 2483.18 |
| 2025-10-09 | 2462.10 |
| 2025-10-16 | 2459.83 |
| 2025-10-23 | 2491.45 |
| 2025-10-30 | 2475.44 |
| 2025-11-06 | 2477.29 |
| 2025-11-13 | 2573.62 |
| 2025-11-20 | 2584.28 |
| 2025-11-27 | 2580.95 |
| 2025-12-04 | 2536.99 |
| 2025-12-12 | 2582.83 |
| 2025-12-19 | 2589.50 |
| 2025-12-26 | 2641.37 |
| 2026-01-02 | 2635.93 |
| 2026-01-09 | 2592.13 |
| 2026-01-16 | 2560.02 |
| 2026-01-23 | 2546.79 |
| 2026-01-30 | 2635.33 |
| 2026-02-06 | 2605.97 |
| 2026-02-13 | 2601.71 |
| 2026-02-20 | 2620.74 |
| 2026-02-27 | 2631.36 |
| 2026-03-06 | 2696.53 |
| 2026-03-13 | 2735.62 |
| 2026-03-20 | 2752.12 |
| 2026-03-27 | 2678.79 |
| 2026-04-03 | 2691.71 |
| 2026-04-10 | 2662.78 |
| 2026-04-17 | 2702.65 |
| 2026-04-24 | 2719.51 |
| 2026-05-01 | 2769.61 |
| 2026-05-08 | 2747.35 |
| 2026-05-16 | 2729.30 |
| 2026-05-24 | 2738.56 |
| 2026-05-31 | 2733.36 |
| 2026-06-09 | 2710.76 |
| 2026-06-16 | 2647.02 |
| 2026-06-23 | 2570.09 |
| 2026-06-30 | 2574.02 |
| 2026-07-07 | 2566.53 |
| 2026-07-14 | 2614.15 |
| 2026-07-21 | 2633.18 |
| 2026-07-28 | 2668.79 |
| 2026-08-04 | 2661.19 |
| 2026-08-11 | 2675.21 |
| 2026-08-18 | 2682.79 |
| 2026-08-26 | 2689.82 |
| 2026-09-02 | 2712.16 |
| 2026-09-09 | 2750.15 |
| 2026-09-16 | 2804.41 |
| 2026-09-23 | 2772.31 |
High
2804.41
Low
2459.83
Average
2636.88
Get this rate via the API
One GET request returns the CAD/UGX rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=UGX").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/UGX API questions
How do I get the CAD/UGX exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/UGX rate in rates.UGX.
How far back does CAD/UGX historical data go?
Daily CAD/UGX rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/UGX exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.