Convert CHF to UGX
Swiss Franc → Ugandan Shilling
1 CHF = 4,742.7458 UGX(1 UGX = 0.000210848 CHF)
Currency converter
1 CHF =
4,742.7458 UGX
CHF to UGX: last 30 days
Over the last 30 days, 1 CHF traded between 4,639.7868 and 4,793.418 UGX, averaging 4,714.499 UGX. The CHF/UGX rate is up 1.28% since 2026-08-28.
- 30-day high
- 4,793.418
- 2026-09-22
- 30-day low
- 4,639.7868
- 2026-09-02
- 30-day average
- 4,714.499
- Days with data: 30
- 30-day change
- +1.28%
- since 2026-08-28
4,793.418
4,639.78682026-08-28 → 2026-09-26
| Date | 1 CHF in UGX | Daily change |
|---|---|---|
| 2026-09-26 | 4,742.7458 | 0.00% |
| 2026-09-25 | 4,742.7458 | +0.51% |
| 2026-09-24 | 4,718.6129 | -0.59% |
| 2026-09-23 | 4,746.584 | -0.98% |
| 2026-09-22 | 4,793.418 | +0.02% |
| 2026-09-21 | 4,792.4662 | +0.55% |
| 2026-09-20 | 4,766.3422 | +0.06% |
| 2026-09-19 | 4,763.5745 | +0.09% |
| 2026-09-18 | 4,759.23 | +0.00% |
| 2026-09-17 | 4,759.2128 | -0.29% |
| 2026-09-16 | 4,773.0286 | +0.30% |
| 2026-09-15 | 4,758.8307 | +0.44% |
| 2026-09-14 | 4,737.9277 | -0.15% |
| 2026-09-13 | 4,744.9027 | +0.04% |
| 2026-09-12 | 4,742.8906 | +0.93% |
| Date | 1 CHF in UGX | Daily change |
|---|---|---|
| 2026-09-11 | 4,698.9908 | +0.66% |
| 2026-09-10 | 4,668.3785 | -0.50% |
| 2026-09-09 | 4,691.6919 | +0.77% |
| 2026-09-08 | 4,655.9565 | -0.22% |
| 2026-09-07 | 4,666.1517 | -0.09% |
| 2026-09-06 | 4,670.3066 | +0.07% |
| 2026-09-05 | 4,667.2096 | -0.03% |
| 2026-09-04 | 4,668.61 | -0.14% |
| 2026-09-03 | 4,674.9471 | +0.76% |
| 2026-09-02 | 4,639.7868 | -0.64% |
| 2026-09-01 | 4,669.5699 | +0.08% |
| 2026-08-31 | 4,665.6421 | -0.45% |
| 2026-08-30 | 4,686.6696 | +0.02% |
| 2026-08-29 | 4,685.8468 | +0.07% |
| 2026-08-28 | 4,682.6986 | — |
CHF to UGX conversion table
1 CHF4,742.7458 UGX
5 CHF23,713.729 UGX
10 CHF47,427.458 UGX
25 CHF118,568.64 UGX
50 CHF237,137.29 UGX
100 CHF474,274.58 UGX
500 CHF2,371,372.9 UGX
1,000 CHF4,742,745.8 UGX
5,000 CHF23,713,729 UGX
10,000 CHF47,427,458 UGX
Get the CHF/UGX rate in your app
One GET request returns the latest CHF → 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/CHF/UGX"fetch('https://rate-api.com/api/v1/pair/CHF/UGX', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} UGX`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/UGX",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} UGX")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/UGX');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} UGX\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "UGX"
},
"rate": 4742.7458,
"timestamp": 1790429344,
"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 CHFUgandan Shilling → Swiss Franc0.00021085Convert CHF to other currencies
Convert other currencies to UGX
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.