Skip to content

CHF to KHR exchange rate API

Swiss Franc to Riel · quoted 2026-09-25

4907.14

▼ +0.03% over 7D

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

1 CHF buys 4907.14 KHR as of 2026-09-25, so 1 KHR buys 0.000204 CHF. Over the last 7 days, CHF/KHR traded between 4907.14 and 4947.81, averaged 4922.81 and fell 0.03%. 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 7D

CHF/KHR over 7D: show the values
PointCHF/KHR
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

4947.81

Low

4907.14

Average

4922.81

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.