KMF to KHR exchange rate API
Comoro Franc to Riel · quoted 2026-09-27
9.4029
▲ +1.01% over 5Y
1 KMF = 9.4029 KHR · 1 KHR = 0.10635 KMF · Get this rate via the API
1 KMF buys 9.4029 KHR as of 2026-09-27, so 1 KHR buys 0.10635 KMF. Over the last 5 years, KMF/KHR traded between 8.4070 and 9.6843, averaged 9.2641 and rose 1.01%. The API holds daily KMF/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/KHR over 5Y: show the values
| Point | KMF/KHR |
|---|---|
| 2024-08-24 | 9.3091 |
| 2024-10-07 | 9.0748 |
| 2024-11-06 | 8.9513 |
| 2024-12-06 | 8.6699 |
| 2025-01-05 | 8.4469 |
| 2025-02-04 | 8.4070 |
| 2025-03-06 | 8.8156 |
| 2025-04-06 | 8.9066 |
| 2025-05-06 | 9.2079 |
| 2025-06-07 | 9.3185 |
| 2025-07-07 | 9.6092 |
| 2025-08-06 | 9.4025 |
| 2025-09-05 | 9.4918 |
| 2025-10-06 | 9.5675 |
| 2025-11-05 | 9.3837 |
| 2025-12-05 | 9.4875 |
| 2026-01-05 | 9.5462 |
| 2026-02-04 | 9.6843 |
| 2026-03-06 | 9.4762 |
| 2026-04-05 | 9.3607 |
| 2026-05-05 | 9.5409 |
| 2026-06-06 | 9.3942 |
| 2026-07-08 | 9.3483 |
| 2026-08-07 | 9.5124 |
| 2026-09-07 | 9.5513 |
High
9.6843
Low
8.4070
Average
9.2641
Get this rate via the API
One GET request returns the KMF/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=KMF¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/KHR API questions
How do I get the KMF/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/KHR rate in rates.KHR.
How far back does KMF/KHR historical data go?
Daily KMF/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 KMF/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.