Convert CHF to UZS
Swiss Franc → Uzbekistani Som
1 CHF = 14,265.206 UZS(1 UZS = 0.0000701006 CHF)
Currency converter
1 CHF =
14,265.206 UZS
CHF to UZS: last 30 days
Over the last 30 days, 1 CHF traded between 14,265.206 and 14,703.085 UZS, averaging 14,466.974 UZS. The CHF/UZS rate is down 2.83% since 2026-08-28.
- 30-day high
- 14,703.085
- 2026-08-29
- 30-day low
- 14,265.206
- 2026-09-25
- 30-day average
- 14,466.974
- Days with data: 30
- 30-day change
- -2.83%
- since 2026-08-28
14,703.085
14,265.2062026-08-28 → 2026-09-26
| Date | 1 CHF in UZS | Daily change |
|---|---|---|
| 2026-09-26 | 14,265.206 | 0.00% |
| 2026-09-25 | 14,265.206 | -0.11% |
| 2026-09-24 | 14,281.412 | -0.30% |
| 2026-09-23 | 14,324.169 | -0.50% |
| 2026-09-22 | 14,396.863 | -0.08% |
| 2026-09-21 | 14,408.8 | +0.48% |
| 2026-09-20 | 14,339.554 | -0.04% |
| 2026-09-19 | 14,345.923 | +0.17% |
| 2026-09-18 | 14,322.044 | +0.20% |
| 2026-09-17 | 14,293.669 | -0.55% |
| 2026-09-16 | 14,372.317 | +0.23% |
| 2026-09-15 | 14,339.556 | -0.27% |
| 2026-09-14 | 14,378.993 | -0.37% |
| 2026-09-13 | 14,432.467 | -0.18% |
| 2026-09-12 | 14,457.998 | +0.01% |
| Date | 1 CHF in UZS | Daily change |
|---|---|---|
| 2026-09-11 | 14,456.889 | -0.59% |
| 2026-09-10 | 14,543.221 | -0.61% |
| 2026-09-09 | 14,632.153 | +0.87% |
| 2026-09-08 | 14,505.492 | -0.34% |
| 2026-09-07 | 14,555.707 | -0.07% |
| 2026-09-06 | 14,565.518 | -0.05% |
| 2026-09-05 | 14,573.505 | +0.12% |
| 2026-09-04 | 14,556.323 | -0.21% |
| 2026-09-03 | 14,587.038 | +0.49% |
| 2026-09-02 | 14,515.742 | -0.39% |
| 2026-09-01 | 14,572.79 | -0.43% |
| 2026-08-31 | 14,635.392 | -0.45% |
| 2026-08-30 | 14,701.961 | -0.01% |
| 2026-08-29 | 14,703.085 | +0.16% |
| 2026-08-28 | 14,680.217 | — |
CHF to UZS conversion table
1 CHF14,265.206 UZS
5 CHF71,326.028 UZS
10 CHF142,652.06 UZS
25 CHF356,630.14 UZS
50 CHF713,260.28 UZS
100 CHF1,426,520.6 UZS
500 CHF7,132,602.8 UZS
1,000 CHF14,265,206 UZS
5,000 CHF71,326,028 UZS
10,000 CHF142,652,056 UZS
Get the CHF/UZS rate in your app
One GET request returns the latest CHF → UZS 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/UZS"fetch('https://rate-api.com/api/v1/pair/CHF/UZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} UZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/UZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} UZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/UZS');
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']} UZS\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "UZS"
},
"rate": 14265.2056,
"timestamp": 1790429357,
"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
UZS to CHFUzbekistani Som → Swiss Franc0.000070101Convert CHF to other currencies
Convert other currencies to UZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.