Convert CHF to UAH
Swiss Franc → Ukrainian Hryvnia
1 CHF = 54.137267 UAH(1 UAH = 0.0184716 CHF)
Currency converter
1 CHF =
54.1373 UAH
CHF to UAH: last 30 days
Over the last 30 days, 1 CHF traded between 54.1005 and 55.463 UAH, averaging 54.7392 UAH. The CHF/UAH rate is down 2.29% since 2026-08-28.
- 30-day high
- 55.463
- 2026-08-29
- 30-day low
- 54.1005
- 2026-09-19
- 30-day average
- 54.7392
- Days with data: 30
- 30-day change
- -2.29%
- since 2026-08-28
55.463
54.10052026-08-28 → 2026-09-26
| Date | 1 CHF in UAH | Daily change |
|---|---|---|
| 2026-09-26 | 54.1373 | 0.00% |
| 2026-09-25 | 54.1373 | -0.36% |
| 2026-09-24 | 54.3317 | -0.33% |
| 2026-09-23 | 54.5116 | -0.22% |
| 2026-09-22 | 54.6333 | +0.35% |
| 2026-09-21 | 54.4441 | +0.63% |
| 2026-09-20 | 54.1029 | +0.00% |
| 2026-09-19 | 54.1005 | -0.03% |
| 2026-09-18 | 54.1157 | -0.10% |
| 2026-09-17 | 54.172 | -0.60% |
| 2026-09-16 | 54.4969 | -0.24% |
| 2026-09-15 | 54.6284 | +0.17% |
| 2026-09-14 | 54.5335 | -0.30% |
| 2026-09-13 | 54.6987 | +0.17% |
| 2026-09-12 | 54.6076 | +0.02% |
| Date | 1 CHF in UAH | Daily change |
|---|---|---|
| 2026-09-11 | 54.5947 | -0.78% |
| 2026-09-10 | 55.0228 | -0.50% |
| 2026-09-09 | 55.2978 | +1.04% |
| 2026-09-08 | 54.7311 | -0.80% |
| 2026-09-07 | 55.1732 | +0.08% |
| 2026-09-06 | 55.1307 | +0.18% |
| 2026-09-05 | 55.0308 | -0.32% |
| 2026-09-04 | 55.21 | +0.05% |
| 2026-09-03 | 55.1817 | +0.86% |
| 2026-09-02 | 54.7129 | -0.32% |
| 2026-09-01 | 54.8898 | -0.67% |
| 2026-08-31 | 55.2621 | -0.28% |
| 2026-08-30 | 55.4179 | -0.08% |
| 2026-08-29 | 55.463 | +0.10% |
| 2026-08-28 | 55.4066 | — |
CHF to UAH conversion table
1 CHF54.1373 UAH
5 CHF270.6863 UAH
10 CHF541.3727 UAH
25 CHF1,353.4317 UAH
50 CHF2,706.8633 UAH
100 CHF5,413.7267 UAH
500 CHF27,068.633 UAH
1,000 CHF54,137.267 UAH
5,000 CHF270,686.33 UAH
10,000 CHF541,372.67 UAH
Get the CHF/UAH rate in your app
One GET request returns the latest CHF → UAH 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/UAH"fetch('https://rate-api.com/api/v1/pair/CHF/UAH', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} UAH`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/UAH",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} UAH")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/UAH');
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']} UAH\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "UAH"
},
"rate": 54.1373,
"timestamp": 1790437513,
"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
UAH to CHFUkrainian Hryvnia → Swiss Franc0.018472Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.