Skip to content

ZWL to KMF exchange rate API

Zimbabwe Dollar to Comoro Franc · quoted 2026-09-26

0.006488

▼ +48.54% over 5Y

1 ZWL = 0.006488 KMF · 1 KMF = 154.1307 ZWL · Get this rate via the API

1 ZWL buys 0.006488 KMF as of 2026-09-26, so 1 KMF buys 154.1307 ZWL. Over the last 5 years, ZWL/KMF traded between 0.006218 and 1.3059, averaged 0.05704 and fell 48.54%. The API holds daily ZWL/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/KMF over 5Y

ZWL/KMF over 5Y: show the values
PointZWL/KMF
2024-08-240.012608
2024-10-070.012731
2024-11-060.006628
2024-12-060.007312
2025-01-050.007494
2025-02-040.007241
2025-03-060.006847
2025-04-060.006718
2025-05-060.006496
2025-06-070.006408
2025-07-070.006218
2025-08-060.006337
2025-09-050.006320
2025-10-060.006292
2025-11-050.006495
2025-12-050.006457
2026-01-050.006491
2026-02-040.006491
2026-03-060.006579
2026-04-050.006740
2026-05-051.305917
2026-06-060.006378
2026-07-080.006435
2026-08-070.006415
2026-09-070.006384

High

1.3059

Low

0.006218

Average

0.05704

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/KMF API questions

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

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

How far back does ZWL/KMF historical data go?

Daily ZWL/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 ZWL/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.