Skip to content

ZMW to KMF exchange rate API

Zambian Kwacha to Comoro Franc · quoted 2026-09-26

22.1330

▲ +25.15% over 1Y

1 ZMW = 22.1330 KMF · 1 KMF = 0.04518 ZMW · Get this rate via the API

1 ZMW buys 22.1330 KMF as of 2026-09-26, so 1 KMF buys 0.04518 ZMW. Over the last year, ZMW/KMF traded between 17.6331 and 23.9176, averaged 21.3201 and rose 25.15%. The API holds daily ZMW/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/KMF over 1Y

ZMW/KMF over 1Y: show the values
PointZMW/KMF
2025-09-2617.6856
2025-10-0317.6331
2025-10-1018.7351
2025-10-1718.5735
2025-10-2419.1421
2025-10-3119.1963
2025-11-0718.7828
2025-11-1418.6680
2025-11-2118.4951
2025-11-2818.5456
2025-12-0518.2362
2025-12-1318.1457
2025-12-2018.5516
2025-12-2718.5300
2026-01-0318.9709
2026-01-1021.6725
2026-01-1721.0048
2026-01-2421.2840
2026-01-3121.0048
2026-02-0722.2754
2026-02-1422.7205
2026-02-2122.0078
2026-02-2822.0261
2026-03-0721.9288
2026-03-1422.1329
2026-03-2121.7629
2026-03-2822.7338
2026-04-0422.1954
2026-04-1122.0866
2026-04-1821.9724
2026-04-2522.2298
2026-05-0222.4852
2026-05-0921.9563
2026-05-1722.3798
2026-05-2522.3809
2026-06-0122.9187
2026-06-1023.9068
2026-06-1723.8824
2026-06-2423.9176
2026-07-0123.8861
2026-07-0823.2926
2026-07-1523.6702
2026-07-2223.4149
2026-07-2923.0227
2026-08-0522.4675
2026-08-1222.6588
2026-08-2022.4821
2026-08-2722.1689
2026-09-0322.1515
2026-09-1021.9019
2026-09-1721.8625
2026-09-2422.0969

High

23.9176

Low

17.6331

Average

21.3201

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/KMF API questions

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

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

How far back does ZMW/KMF historical data go?

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