Skip to content

CHF to KHR exchange rate API

Swiss Franc to Riel · quoted 2026-09-25

4900.96

▼ +2.63% over 1Y

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 year, CHF/KHR traded between 4900.96 and 5234.01, averaged 5047.82 and fell 2.63%. 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 1Y

CHF/KHR over 1Y: show the values
PointCHF/KHR
2025-09-255033.35
2025-10-025040.58
2025-10-095008.15
2025-10-165035.40
2025-10-235050.38
2025-10-305007.19
2025-11-064981.37
2025-11-135042.25
2025-11-204965.50
2025-11-274967.18
2025-12-045005.10
2025-12-125027.54
2025-12-195032.76
2025-12-265082.13
2026-01-025057.13
2026-01-095026.51
2026-01-165019.50
2026-01-235089.77
2026-01-305234.01
2026-02-065189.35
2026-02-135230.32
2026-02-205180.80
2026-02-275200.18
2026-03-065128.21
2026-03-135110.13
2026-03-205079.14
2026-03-275025.12
2026-04-034993.42
2026-04-105085.00
2026-04-175124.06
2026-04-245105.46
2026-05-015136.51
2026-05-085169.00
2026-05-165095.86
2026-05-245128.03
2026-05-315153.69
2026-06-095051.50
2026-06-165043.36
2026-06-234962.93
2026-06-304967.55
2026-07-074969.90
2026-07-144989.16
2026-07-214985.74
2026-07-284933.84
2026-08-045003.37
2026-08-115007.29
2026-08-184976.22
2026-08-265030.41
2026-09-024977.82
2026-09-095011.87
2026-09-164946.50
2026-09-234935.72

High

5234.01

Low

4900.96

Average

5047.82

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.