Skip to content

KMF to MWK exchange rate API

Comoro Franc to Kwacha · quoted 2026-09-25

4.0067

▼ +3.25% over YTD

1 KMF = 4.0067 MWK · 1 MWK = 0.24958 KMF · Get this rate via the API

1 KMF buys 4.0067 MWK as of 2026-09-25, so 1 MWK buys 0.24958 KMF. Over the year to date, KMF/MWK traded between 4.0067 and 4.2271, averaged 4.0976 and fell 3.25%. The API holds daily KMF/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/MWK over YTD

KMF/MWK over YTD: show the values
PointKMF/MWK
2025-12-314.1413
2026-01-074.1267
2026-01-144.1065
2026-01-214.1342
2026-01-284.2271
2026-02-044.1568
2026-02-114.1986
2026-02-184.1715
2026-02-254.1539
2026-03-044.0893
2026-03-114.0996
2026-03-184.0597
2026-03-254.0858
2026-04-014.0811
2026-04-084.0975
2026-04-154.1505
2026-04-224.1339
2026-04-294.1354
2026-05-064.1148
2026-05-144.1433
2026-05-214.1017
2026-05-294.0904
2026-06-054.0989
2026-06-144.0811
2026-06-214.0447
2026-06-284.0166
2026-07-054.0342
2026-07-124.0262
2026-07-194.0302
2026-07-264.0073
2026-08-024.0610
2026-08-094.0796
2026-08-164.0758
2026-08-244.1219
2026-08-314.1055
2026-09-074.0934
2026-09-144.0790
2026-09-214.0426

High

4.2271

Low

4.0067

Average

4.0976

For developers

Get this rate via the API

One GET request returns the KMF/MWK 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=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=MWK");
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=MWK").json()

Replace YOUR_API_KEY with the key from your dashboard.

KMF/MWK API questions

How do I get the KMF/MWK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/MWK rate in rates.MWK.

How far back does KMF/MWK historical data go?

Daily KMF/MWK 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/MWK 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.