Skip to content

CHF to UGX exchange rate API

Swiss Franc to Uganda Shilling · quoted 2026-09-25

4714.21

▲ +7.23% over 1Y

1 CHF = 4714.21 UGX · 1 UGX = 0.000212 CHF · Get this rate via the API

1 CHF buys 4714.21 UGX as of 2026-09-25, so 1 UGX buys 0.000212 CHF. Over the last year, CHF/UGX traded between 4284.15 and 4828.54, averaged 4592.19 and rose 7.23%. The API holds daily CHF/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/UGX over 1Y

CHF/UGX over 1Y: show the values
PointCHF/UGX
2025-09-254396.30
2025-10-024352.07
2025-10-094284.15
2025-10-164328.90
2025-10-234369.54
2025-10-304315.29
2025-11-064321.70
2025-11-134530.28
2025-11-204502.88
2025-11-274498.20
2025-12-044427.23
2025-12-124466.34
2025-12-194489.51
2025-12-264577.85
2026-01-024564.39
2026-01-094498.25
2026-01-164435.29
2026-01-234436.65
2026-01-304639.23
2026-02-064578.00
2026-02-134609.82
2026-02-204623.89
2026-02-274664.72
2026-03-064704.99
2026-03-134762.05
2026-03-204795.34
2026-03-274662.36
2026-04-034691.28
2026-04-104664.26
2026-04-174722.24
2026-04-244736.91
2026-05-014814.55
2026-05-084819.86
2026-05-164767.70
2026-05-244828.54
2026-05-314827.00
2026-06-094743.98
2026-06-164662.71
2026-06-234502.75
2026-06-304526.31
2026-07-074525.81
2026-07-144545.18
2026-07-214569.88
2026-07-284592.42
2026-08-044623.60
2026-08-114601.45
2026-08-184580.65
2026-08-264638.65
2026-09-024639.80
2026-09-094691.69
2026-09-164773.05
2026-09-234746.59

High

4828.54

Low

4284.15

Average

4592.19

For developers

Get this rate via the API

One GET request returns the CHF/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=CHF&currencies=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=UGX").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/UGX API questions

How do I get the CHF/UGX exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/UGX rate in rates.UGX.

How far back does CHF/UGX historical data go?

Daily CHF/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 CHF/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.