CAD to UGX exchange rate API
Canadian Dollar to Uganda Shilling · quoted 2026-09-25
2776.64
▲ +5.04% over YTD
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 year to date, CAD/UGX traded between 2509.78 and 2810.97, averaged 2678.17 and rose 5.04%. 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 YTD: show the values
| Point | CAD/UGX |
|---|---|
| 2025-12-31 | 2643.50 |
| 2026-01-07 | 2623.66 |
| 2026-01-14 | 2580.90 |
| 2026-01-21 | 2509.78 |
| 2026-01-28 | 2634.27 |
| 2026-02-04 | 2610.50 |
| 2026-02-11 | 2622.78 |
| 2026-02-18 | 2589.67 |
| 2026-02-25 | 2617.15 |
| 2026-03-04 | 2725.44 |
| 2026-03-11 | 2736.26 |
| 2026-03-18 | 2744.61 |
| 2026-03-25 | 2716.17 |
| 2026-04-01 | 2707.53 |
| 2026-04-08 | 2707.95 |
| 2026-04-15 | 2693.58 |
| 2026-04-22 | 2710.55 |
| 2026-04-29 | 2719.92 |
| 2026-05-06 | 2769.59 |
| 2026-05-14 | 2735.30 |
| 2026-05-21 | 2738.98 |
| 2026-05-29 | 2735.04 |
| 2026-06-05 | 2716.94 |
| 2026-06-14 | 2681.67 |
| 2026-06-21 | 2571.00 |
| 2026-06-28 | 2587.27 |
| 2026-07-05 | 2570.72 |
| 2026-07-12 | 2601.22 |
| 2026-07-19 | 2635.58 |
| 2026-07-26 | 2678.85 |
| 2026-08-02 | 2676.07 |
| 2026-08-09 | 2671.87 |
| 2026-08-16 | 2674.44 |
| 2026-08-24 | 2687.90 |
| 2026-08-31 | 2716.73 |
| 2026-09-07 | 2732.23 |
| 2026-09-14 | 2785.59 |
| 2026-09-21 | 2810.97 |
High
2810.97
Low
2509.78
Average
2678.17
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.