Skip to content

ZMW to KMF exchange rate API

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

22.1330

▲ +31.35% over 5Y

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 5 years, ZMW/KMF traded between 15.6934 and 24.2647, averaged 19.0274 and rose 31.35%. 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 5Y

ZMW/KMF over 5Y: show the values
PointZMW/KMF
2024-08-2416.8510
2024-10-0716.9392
2024-11-0616.9171
2024-12-0617.1647
2025-01-0517.0096
2025-02-0417.0764
2025-03-0615.8555
2025-04-0616.0907
2025-05-0615.6934
2025-06-0716.2084
2025-07-0717.1713
2025-08-0618.3706
2025-09-0517.6090
2025-10-0617.6554
2025-11-0519.0496
2025-12-0518.2362
2026-01-0519.0227
2026-02-0421.2059
2026-03-0621.8936
2026-04-0522.1866
2026-05-0522.4491
2026-06-0624.2647
2026-07-0823.2926
2026-08-0722.3547
2026-09-0722.0126

High

24.2647

Low

15.6934

Average

19.0274

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.