Skip to content

KMF to CDF exchange rate API

Comoro Franc to Congolese Franc · quoted 2026-09-24

5.3425

▼ +1.73% over YTD

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 year to date, KMF/CDF traded between 5.0457 and 5.5797, averaged 5.3769 and fell 1.73%. 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 YTD

KMF/CDF over YTD: show the values
PointKMF/CDF
2025-12-315.4362
2026-01-075.4614
2026-01-145.0457
2026-01-215.0997
2026-01-285.5797
2026-02-045.4662
2026-02-115.5320
2026-02-185.5623
2026-02-255.0586
2026-03-045.4219
2026-03-115.1558
2026-03-185.4112
2026-03-255.4647
2026-04-015.4424
2026-04-085.5017
2026-04-155.5263
2026-04-225.5095
2026-04-295.5166
2026-05-065.5050
2026-05-145.4289
2026-05-215.4209
2026-05-295.4499
2026-06-055.4820
2026-06-145.3524
2026-06-215.2929
2026-06-285.2749
2026-07-055.2373
2026-07-125.2318
2026-07-195.2566
2026-07-265.2138
2026-08-025.3207
2026-08-095.3270
2026-08-165.3254
2026-08-245.4417
2026-08-315.3558
2026-09-075.4315
2026-09-145.4277
2026-09-215.3897

High

5.5797

Low

5.0457

Average

5.3769

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.