Convert CHF to KHR
Swiss Franc → Cambodian Riel
1 CHF = 4,908.588 KHR(1 KHR = 0.000203725 CHF)
Currency converter
1 CHF =
4,908.588 KHR
CHF to KHR: last 30 days
Over the last 30 days, 1 CHF traded between 4,907.0748 and 5,030.8842 KHR, averaging 4,969.1545 KHR. The CHF/KHR rate is down 2.43% since 2026-08-28.
- 30-day high
- 5,030.8842
- 2026-08-30
- 30-day low
- 4,907.0748
- 2026-09-20
- 30-day average
- 4,969.1545
- Days with data: 30
- 30-day change
- -2.43%
- since 2026-08-28
5,030.8842
4,907.07482026-08-28 → 2026-09-26
| Date | 1 CHF in KHR | Daily change |
|---|---|---|
| 2026-09-26 | 4,908.588 | 0.00% |
| 2026-09-25 | 4,908.588 | -0.12% |
| 2026-09-24 | 4,914.7229 | -0.43% |
| 2026-09-23 | 4,935.7234 | -0.24% |
| 2026-09-22 | 4,947.8031 | +0.32% |
| 2026-09-21 | 4,931.9735 | +0.51% |
| 2026-09-20 | 4,907.0748 | -0.01% |
| 2026-09-19 | 4,907.6285 | -0.03% |
| 2026-09-18 | 4,908.8582 | -0.52% |
| 2026-09-17 | 4,934.5669 | -0.24% |
| 2026-09-16 | 4,946.4773 | -0.04% |
| 2026-09-15 | 4,948.5742 | -0.28% |
| 2026-09-14 | 4,962.5655 | -0.17% |
| 2026-09-13 | 4,971.0117 | -0.08% |
| 2026-09-12 | 4,974.9777 | +0.01% |
| Date | 1 CHF in KHR | Daily change |
|---|---|---|
| 2026-09-11 | 4,974.671 | -0.35% |
| 2026-09-10 | 4,992.1034 | -0.39% |
| 2026-09-09 | 5,011.8798 | +0.47% |
| 2026-09-08 | 4,988.6518 | -0.25% |
| 2026-09-07 | 5,001.2075 | +0.00% |
| 2026-09-06 | 5,001.0109 | +0.07% |
| 2026-09-05 | 4,997.5039 | -0.04% |
| 2026-09-04 | 4,999.6919 | -0.10% |
| 2026-09-03 | 5,004.6384 | +0.54% |
| 2026-09-02 | 4,977.8006 | -0.44% |
| 2026-09-01 | 5,000.0434 | -0.53% |
| 2026-08-31 | 5,026.4711 | -0.09% |
| 2026-08-30 | 5,030.8842 | +0.05% |
| 2026-08-29 | 5,028.3009 | -0.05% |
| 2026-08-28 | 5,030.641 | — |
CHF to KHR conversion table
1 CHF4,908.588 KHR
5 CHF24,542.94 KHR
10 CHF49,085.88 KHR
25 CHF122,714.7 KHR
50 CHF245,429.4 KHR
100 CHF490,858.8 KHR
500 CHF2,454,294 KHR
1,000 CHF4,908,588 KHR
5,000 CHF24,542,940 KHR
10,000 CHF49,085,880 KHR
Get the CHF/KHR rate in your app
One GET request returns the latest CHF → KHR 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/KHR"fetch('https://rate-api.com/api/v1/pair/CHF/KHR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} KHR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/KHR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} KHR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/KHR');
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']} KHR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "KHR"
},
"rate": 4908.588,
"timestamp": 1790429349,
"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
KHR to CHFCambodian Riel → Swiss Franc0.00020372Convert CHF to other currencies
Convert other currencies to KHR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.