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: show the values
| Point | CHF/KHR |
|---|---|
| 2025-12-31 | 5060.67 |
| 2026-01-07 | 5046.69 |
| 2026-01-14 | 5028.42 |
| 2026-01-21 | 5100.32 |
| 2026-01-28 | 5230.14 |
| 2026-02-04 | 5194.53 |
| 2026-02-11 | 5245.12 |
| 2026-02-18 | 5214.63 |
| 2026-02-25 | 5178.68 |
| 2026-03-04 | 5151.73 |
| 2026-03-11 | 5146.84 |
| 2026-03-18 | 5077.88 |
| 2026-03-25 | 5077.56 |
| 2026-04-01 | 5054.45 |
| 2026-04-08 | 5066.14 |
| 2026-04-15 | 5128.73 |
| 2026-04-22 | 5119.17 |
| 2026-04-29 | 5082.40 |
| 2026-05-06 | 5137.15 |
| 2026-05-14 | 5128.69 |
| 2026-05-21 | 5095.27 |
| 2026-05-29 | 5132.41 |
| 2026-06-05 | 5114.25 |
| 2026-06-14 | 5065.62 |
| 2026-06-21 | 4980.32 |
| 2026-06-28 | 4965.19 |
| 2026-07-05 | 5002.08 |
| 2026-07-12 | 4986.56 |
| 2026-07-19 | 4998.17 |
| 2026-07-26 | 4947.13 |
| 2026-08-02 | 5011.19 |
| 2026-08-09 | 5019.02 |
| 2026-08-16 | 4974.47 |
| 2026-08-24 | 5036.81 |
| 2026-08-31 | 5026.45 |
| 2026-09-07 | 5001.20 |
| 2026-09-14 | 4962.59 |
| 2026-09-21 | 4931.98 |
High
5245.12
Low
4900.96
Average
5067.22
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.