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: show the values
| Point | ZMW/KMF |
|---|---|
| 2025-09-26 | 17.6856 |
| 2025-10-03 | 17.6331 |
| 2025-10-10 | 18.7351 |
| 2025-10-17 | 18.5735 |
| 2025-10-24 | 19.1421 |
| 2025-10-31 | 19.1963 |
| 2025-11-07 | 18.7828 |
| 2025-11-14 | 18.6680 |
| 2025-11-21 | 18.4951 |
| 2025-11-28 | 18.5456 |
| 2025-12-05 | 18.2362 |
| 2025-12-13 | 18.1457 |
| 2025-12-20 | 18.5516 |
| 2025-12-27 | 18.5300 |
| 2026-01-03 | 18.9709 |
| 2026-01-10 | 21.6725 |
| 2026-01-17 | 21.0048 |
| 2026-01-24 | 21.2840 |
| 2026-01-31 | 21.0048 |
| 2026-02-07 | 22.2754 |
| 2026-02-14 | 22.7205 |
| 2026-02-21 | 22.0078 |
| 2026-02-28 | 22.0261 |
| 2026-03-07 | 21.9288 |
| 2026-03-14 | 22.1329 |
| 2026-03-21 | 21.7629 |
| 2026-03-28 | 22.7338 |
| 2026-04-04 | 22.1954 |
| 2026-04-11 | 22.0866 |
| 2026-04-18 | 21.9724 |
| 2026-04-25 | 22.2298 |
| 2026-05-02 | 22.4852 |
| 2026-05-09 | 21.9563 |
| 2026-05-17 | 22.3798 |
| 2026-05-25 | 22.3809 |
| 2026-06-01 | 22.9187 |
| 2026-06-10 | 23.9068 |
| 2026-06-17 | 23.8824 |
| 2026-06-24 | 23.9176 |
| 2026-07-01 | 23.8861 |
| 2026-07-08 | 23.2926 |
| 2026-07-15 | 23.6702 |
| 2026-07-22 | 23.4149 |
| 2026-07-29 | 23.0227 |
| 2026-08-05 | 22.4675 |
| 2026-08-12 | 22.6588 |
| 2026-08-20 | 22.4821 |
| 2026-08-27 | 22.1689 |
| 2026-09-03 | 22.1515 |
| 2026-09-10 | 21.9019 |
| 2026-09-17 | 21.8625 |
| 2026-09-24 | 22.0969 |
High
23.9176
Low
17.6331
Average
21.3201
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.