Skip to content

CHF to KHR exchange rate API

Swiss Franc to Riel · quoted 2026-09-25

4900.96

▼ +3.16% over YTD

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 year to date, CHF/KHR traded between 4900.96 and 5245.12, averaged 5067.22 and fell 3.16%. 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 YTD

CHF/KHR over YTD: show the values
PointCHF/KHR
2025-12-315060.67
2026-01-075046.69
2026-01-145028.42
2026-01-215100.32
2026-01-285230.14
2026-02-045194.53
2026-02-115245.12
2026-02-185214.63
2026-02-255178.68
2026-03-045151.73
2026-03-115146.84
2026-03-185077.88
2026-03-255077.56
2026-04-015054.45
2026-04-085066.14
2026-04-155128.73
2026-04-225119.17
2026-04-295082.40
2026-05-065137.15
2026-05-145128.69
2026-05-215095.27
2026-05-295132.41
2026-06-055114.25
2026-06-145065.62
2026-06-214980.32
2026-06-284965.19
2026-07-055002.08
2026-07-124986.56
2026-07-194998.17
2026-07-264947.13
2026-08-025011.19
2026-08-095019.02
2026-08-164974.47
2026-08-245036.81
2026-08-315026.45
2026-09-075001.20
2026-09-144962.59
2026-09-214931.98

High

5245.12

Low

4900.96

Average

5067.22

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.