Skip to content

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

KMF/CDF over 1Y: show the values
PointKMF/CDF
2025-09-246.5591
2025-10-016.2174
2025-10-085.8434
2025-10-155.3060
2025-10-225.1701
2025-10-295.4112
2025-11-055.0882
2025-11-125.1504
2025-11-195.3523
2025-11-265.3604
2025-12-035.4109
2025-12-115.4476
2025-12-185.4957
2025-12-255.4524
2026-01-015.4440
2026-01-085.4549
2026-01-155.3906
2026-01-225.1971
2026-01-295.5787
2026-02-055.4648
2026-02-125.3614
2026-02-195.5394
2026-02-265.1124
2026-03-055.4336
2026-03-125.3296
2026-03-195.3982
2026-03-265.4450
2026-04-025.4305
2026-04-095.4204
2026-04-165.5144
2026-04-235.4893
2026-04-305.4976
2026-05-075.5274
2026-05-155.3199
2026-05-235.3361
2026-05-305.4347
2026-06-065.4174
2026-06-155.4509
2026-06-225.3736
2026-06-295.3550
2026-07-065.3617
2026-07-135.3219
2026-07-205.3663
2026-07-275.3458
2026-08-035.3664
2026-08-105.3763
2026-08-175.3958
2026-08-255.4350
2026-09-015.4129
2026-09-085.4507
2026-09-155.4121
2026-09-225.3864

High

6.5591

Low

5.0882

Average

5.4331

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=CDF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=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&currencies=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.