Convert CHF to KRW
Swiss Franc → South Korean Won
1 CHF = 1,635.9555 KRW(1 KRW = 0.000611264 CHF)
Currency converter
1 CHF =
1,635.9555 KRW
CHF to KRW: last 30 days
Over the last 30 days, 1 CHF traded between 1,635.9555 and 1,709.0866 KRW, averaging 1,668.5068 KRW. The CHF/KRW rate is down 4.28% since 2026-08-28.
- 30-day high
- 1,709.0866
- 2026-08-28
- 30-day low
- 1,635.9555
- 2026-09-25
- 30-day average
- 1,668.5068
- Days with data: 30
- 30-day change
- -4.28%
- since 2026-08-28
1,709.0866
1,635.95552026-08-28 → 2026-09-26
| Date | 1 CHF in KRW | Daily change |
|---|---|---|
| 2026-09-26 | 1,635.9555 | 0.00% |
| 2026-09-25 | 1,635.9555 | -1.06% |
| 2026-09-24 | 1,653.4063 | -0.35% |
| 2026-09-23 | 1,659.2119 | +0.25% |
| 2026-09-22 | 1,655.0121 | -0.93% |
| 2026-09-21 | 1,670.5178 | -0.64% |
| 2026-09-20 | 1,681.2209 | 0.00% |
| 2026-09-19 | 1,681.2209 | 0.00% |
| 2026-09-18 | 1,681.2209 | +0.26% |
| 2026-09-17 | 1,676.8548 | +0.41% |
| 2026-09-16 | 1,670.0447 | +0.53% |
| 2026-09-15 | 1,661.187 | +0.75% |
| 2026-09-14 | 1,648.8542 | +0.11% |
| 2026-09-13 | 1,646.9888 | 0.00% |
| 2026-09-12 | 1,646.9888 | 0.00% |
| Date | 1 CHF in KRW | Daily change |
|---|---|---|
| 2026-09-11 | 1,646.9888 | -0.48% |
| 2026-09-10 | 1,654.9669 | -0.04% |
| 2026-09-09 | 1,655.6185 | +0.14% |
| 2026-09-08 | 1,653.2803 | -0.74% |
| 2026-09-07 | 1,665.674 | -0.18% |
| 2026-09-06 | 1,668.6644 | 0.00% |
| 2026-09-05 | 1,668.6644 | 0.00% |
| 2026-09-04 | 1,668.6644 | -0.61% |
| 2026-09-03 | 1,678.9001 | +0.29% |
| 2026-09-02 | 1,673.9889 | -1.29% |
| 2026-09-01 | 1,695.9397 | +0.24% |
| 2026-08-31 | 1,691.9547 | -1.00% |
| 2026-08-30 | 1,709.0866 | 0.00% |
| 2026-08-29 | 1,709.0866 | 0.00% |
| 2026-08-28 | 1,709.0866 | — |
CHF to KRW conversion table
1 CHF1,635.9555 KRW
5 CHF8,179.7777 KRW
10 CHF16,359.555 KRW
25 CHF40,898.888 KRW
50 CHF81,797.777 KRW
100 CHF163,595.55 KRW
500 CHF817,977.77 KRW
1,000 CHF1,635,955.5 KRW
5,000 CHF8,179,777.7 KRW
10,000 CHF16,359,555 KRW
Get the CHF/KRW rate in your app
One GET request returns the latest CHF → KRW 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/KRW"fetch('https://rate-api.com/api/v1/pair/CHF/KRW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} KRW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/KRW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} KRW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/KRW');
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']} KRW\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "KRW"
},
"rate": 1635.9555,
"timestamp": 1790429350,
"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
KRW to CHFSouth Korean Won → Swiss Franc0.00061126Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.