Skip to content

CHF to KHR exchange rate API

Swiss Franc to Riel · quoted 2026-09-25

4900.96

▼ +2.57% over 30D

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 30 days, CHF/KHR traded between 4900.96 and 5030.64, averaged 4971.36 and fell 2.57%. 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 30D

CHF/KHR over 30D: show the values
PointCHF/KHR
2026-08-265030.41
2026-08-275026.48
2026-08-285030.64
2026-08-295004.65
2026-08-304999.22
2026-08-315026.45
2026-09-015000.07
2026-09-024977.82
2026-09-035004.66
2026-09-044999.69
2026-09-054994.84
2026-09-064997.47
2026-09-075001.20
2026-09-084988.65
2026-09-095011.87
2026-09-104992.08
2026-09-114974.65
2026-09-124967.64
2026-09-134963.65
2026-09-144962.59
2026-09-154948.57
2026-09-164946.50
2026-09-174934.55
2026-09-184908.83
2026-09-194923.19
2026-09-204927.29
2026-09-214931.98
2026-09-224947.81
2026-09-234935.72
2026-09-244914.73
2026-09-254908.59

High

5030.64

Low

4900.96

Average

4971.36

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.