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: show the values
| Point | CHF/KHR |
|---|---|
| 2026-08-26 | 5030.41 |
| 2026-08-27 | 5026.48 |
| 2026-08-28 | 5030.64 |
| 2026-08-29 | 5004.65 |
| 2026-08-30 | 4999.22 |
| 2026-08-31 | 5026.45 |
| 2026-09-01 | 5000.07 |
| 2026-09-02 | 4977.82 |
| 2026-09-03 | 5004.66 |
| 2026-09-04 | 4999.69 |
| 2026-09-05 | 4994.84 |
| 2026-09-06 | 4997.47 |
| 2026-09-07 | 5001.20 |
| 2026-09-08 | 4988.65 |
| 2026-09-09 | 5011.87 |
| 2026-09-10 | 4992.08 |
| 2026-09-11 | 4974.65 |
| 2026-09-12 | 4967.64 |
| 2026-09-13 | 4963.65 |
| 2026-09-14 | 4962.59 |
| 2026-09-15 | 4948.57 |
| 2026-09-16 | 4946.50 |
| 2026-09-17 | 4934.55 |
| 2026-09-18 | 4908.83 |
| 2026-09-19 | 4923.19 |
| 2026-09-20 | 4927.29 |
| 2026-09-21 | 4931.98 |
| 2026-09-22 | 4947.81 |
| 2026-09-23 | 4935.72 |
| 2026-09-24 | 4914.73 |
| 2026-09-25 | 4908.59 |
High
5030.64
Low
4900.96
Average
4971.36
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.