Skip to content

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

CAD/UGX over 1Y: show the values
PointCAD/UGX
2025-09-252518.64
2025-10-022483.18
2025-10-092462.10
2025-10-162459.83
2025-10-232491.45
2025-10-302475.44
2025-11-062477.29
2025-11-132573.62
2025-11-202584.28
2025-11-272580.95
2025-12-042536.99
2025-12-122582.83
2025-12-192589.50
2025-12-262641.37
2026-01-022635.93
2026-01-092592.13
2026-01-162560.02
2026-01-232546.79
2026-01-302635.33
2026-02-062605.97
2026-02-132601.71
2026-02-202620.74
2026-02-272631.36
2026-03-062696.53
2026-03-132735.62
2026-03-202752.12
2026-03-272678.79
2026-04-032691.71
2026-04-102662.78
2026-04-172702.65
2026-04-242719.51
2026-05-012769.61
2026-05-082747.35
2026-05-162729.30
2026-05-242738.56
2026-05-312733.36
2026-06-092710.76
2026-06-162647.02
2026-06-232570.09
2026-06-302574.02
2026-07-072566.53
2026-07-142614.15
2026-07-212633.18
2026-07-282668.79
2026-08-042661.19
2026-08-112675.21
2026-08-182682.79
2026-08-262689.82
2026-09-022712.16
2026-09-092750.15
2026-09-162804.41
2026-09-232772.31

High

2804.41

Low

2459.83

Average

2636.88

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=UGX");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.