KMF to CDF exchange rate API
Comoro Franc to Congolese Franc · quoted 2026-09-24
5.3425
▼ +18.55% over 1Y
1 KMF = 5.3425 CDF · 1 CDF = 0.18718 KMF · Get this rate via the API
1 KMF buys 5.3425 CDF as of 2026-09-24, so 1 CDF buys 0.18718 KMF. Over the last year, KMF/CDF traded between 5.0882 and 6.5591, averaged 5.4331 and fell 18.55%. The API holds daily KMF/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/CDF over 1Y: show the values
| Point | KMF/CDF |
|---|---|
| 2025-09-24 | 6.5591 |
| 2025-10-01 | 6.2174 |
| 2025-10-08 | 5.8434 |
| 2025-10-15 | 5.3060 |
| 2025-10-22 | 5.1701 |
| 2025-10-29 | 5.4112 |
| 2025-11-05 | 5.0882 |
| 2025-11-12 | 5.1504 |
| 2025-11-19 | 5.3523 |
| 2025-11-26 | 5.3604 |
| 2025-12-03 | 5.4109 |
| 2025-12-11 | 5.4476 |
| 2025-12-18 | 5.4957 |
| 2025-12-25 | 5.4524 |
| 2026-01-01 | 5.4440 |
| 2026-01-08 | 5.4549 |
| 2026-01-15 | 5.3906 |
| 2026-01-22 | 5.1971 |
| 2026-01-29 | 5.5787 |
| 2026-02-05 | 5.4648 |
| 2026-02-12 | 5.3614 |
| 2026-02-19 | 5.5394 |
| 2026-02-26 | 5.1124 |
| 2026-03-05 | 5.4336 |
| 2026-03-12 | 5.3296 |
| 2026-03-19 | 5.3982 |
| 2026-03-26 | 5.4450 |
| 2026-04-02 | 5.4305 |
| 2026-04-09 | 5.4204 |
| 2026-04-16 | 5.5144 |
| 2026-04-23 | 5.4893 |
| 2026-04-30 | 5.4976 |
| 2026-05-07 | 5.5274 |
| 2026-05-15 | 5.3199 |
| 2026-05-23 | 5.3361 |
| 2026-05-30 | 5.4347 |
| 2026-06-06 | 5.4174 |
| 2026-06-15 | 5.4509 |
| 2026-06-22 | 5.3736 |
| 2026-06-29 | 5.3550 |
| 2026-07-06 | 5.3617 |
| 2026-07-13 | 5.3219 |
| 2026-07-20 | 5.3663 |
| 2026-07-27 | 5.3458 |
| 2026-08-03 | 5.3664 |
| 2026-08-10 | 5.3763 |
| 2026-08-17 | 5.3958 |
| 2026-08-25 | 5.4350 |
| 2026-09-01 | 5.4129 |
| 2026-09-08 | 5.4507 |
| 2026-09-15 | 5.4121 |
| 2026-09-22 | 5.3864 |
High
6.5591
Low
5.0882
Average
5.4331
Get this rate via the API
One GET request returns the KMF/CDF 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=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/CDF API questions
How do I get the KMF/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/CDF rate in rates.CDF.
How far back does KMF/CDF historical data go?
Daily KMF/CDF 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/CDF 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.