Skip to content

CHF to KHR exchange rate API

Swiss Franc to Riel · quoted 2026-09-25

4900.96

▲ +1.69% over 5Y

1 CHF = 4900.96 KHR · 1 KHR = 0.000204 CHF · Get this rate via the API

1 CHF buys 4900.96 KHR as of 2026-09-25, so 1 KHR buys 0.000204 CHF. Over the last 5 years, CHF/KHR traded between 4411.91 and 5194.53, averaged 4883.21 and rose 1.69%. The API holds daily CHF/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/KHR over 5Y

CHF/KHR over 5Y: show the values
PointCHF/KHR
2024-08-244819.60
2024-10-074758.51
2024-11-064640.76
2024-12-064599.42
2025-01-054435.54
2025-02-044411.91
2025-03-064526.40
2025-04-064658.06
2025-05-064860.19
2025-06-074892.67
2025-07-075034.39
2025-08-064952.40
2025-09-054986.71
2025-10-065034.11
2025-11-054959.85
2025-12-054980.26
2026-01-055042.81
2026-02-045194.53
2026-03-065128.21
2026-04-054996.31
2026-05-055115.58
2026-06-065039.69
2026-07-084981.63
2026-08-075011.85
2026-09-075001.20

High

5194.53

Low

4411.91

Average

4883.21

For developers

Get this rate via the API

One GET request returns the CHF/KHR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=KHR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=KHR").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/KHR API questions

How do I get the CHF/KHR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/KHR rate in rates.KHR.

How far back does CHF/KHR historical data go?

Daily CHF/KHR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/KHR exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.