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: show the values
| Point | CHF/KHR |
|---|---|
| 2025-09-25 | 5033.35 |
| 2025-10-02 | 5040.58 |
| 2025-10-09 | 5008.15 |
| 2025-10-16 | 5035.40 |
| 2025-10-23 | 5050.38 |
| 2025-10-30 | 5007.19 |
| 2025-11-06 | 4981.37 |
| 2025-11-13 | 5042.25 |
| 2025-11-20 | 4965.50 |
| 2025-11-27 | 4967.18 |
| 2025-12-04 | 5005.10 |
| 2025-12-12 | 5027.54 |
| 2025-12-19 | 5032.76 |
| 2025-12-26 | 5082.13 |
| 2026-01-02 | 5057.13 |
| 2026-01-09 | 5026.51 |
| 2026-01-16 | 5019.50 |
| 2026-01-23 | 5089.77 |
| 2026-01-30 | 5234.01 |
| 2026-02-06 | 5189.35 |
| 2026-02-13 | 5230.32 |
| 2026-02-20 | 5180.80 |
| 2026-02-27 | 5200.18 |
| 2026-03-06 | 5128.21 |
| 2026-03-13 | 5110.13 |
| 2026-03-20 | 5079.14 |
| 2026-03-27 | 5025.12 |
| 2026-04-03 | 4993.42 |
| 2026-04-10 | 5085.00 |
| 2026-04-17 | 5124.06 |
| 2026-04-24 | 5105.46 |
| 2026-05-01 | 5136.51 |
| 2026-05-08 | 5169.00 |
| 2026-05-16 | 5095.86 |
| 2026-05-24 | 5128.03 |
| 2026-05-31 | 5153.69 |
| 2026-06-09 | 5051.50 |
| 2026-06-16 | 5043.36 |
| 2026-06-23 | 4962.93 |
| 2026-06-30 | 4967.55 |
| 2026-07-07 | 4969.90 |
| 2026-07-14 | 4989.16 |
| 2026-07-21 | 4985.74 |
| 2026-07-28 | 4933.84 |
| 2026-08-04 | 5003.37 |
| 2026-08-11 | 5007.29 |
| 2026-08-18 | 4976.22 |
| 2026-08-26 | 5030.41 |
| 2026-09-02 | 4977.82 |
| 2026-09-09 | 5011.87 |
| 2026-09-16 | 4946.50 |
| 2026-09-23 | 4935.72 |
High
5234.01
Low
4900.96
Average
5047.82
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.