Skip to content

ZMW to CHF exchange rate API

Zambian Kwacha to Swiss Franc · quoted 2026-09-24

0.04232

▲ +25.79% over 1Y

1 ZMW = 0.04232 CHF · 1 CHF = 23.6284 ZMW · Get this rate via the API

1 ZMW buys 0.04232 CHF as of 2026-09-24, so 1 CHF buys 23.6284 ZMW. Over the last year, ZMW/CHF traded between 0.03342 and 0.04523, averaged 0.03997 and rose 25.79%. The API holds daily ZMW/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/CHF over 1Y

ZMW/CHF over 1Y: show the values
PointZMW/CHF
2025-09-240.03364
2025-10-010.03342
2025-10-080.03349
2025-10-150.03544
2025-10-220.03524
2025-10-290.03611
2025-11-050.03604
2025-11-120.03520
2025-11-190.03523
2025-11-260.03522
2025-12-030.03471
2025-12-110.03421
2025-12-180.03441
2025-12-250.03493
2026-01-010.03562
2026-01-080.03988
2026-01-150.04057
2026-01-220.03920
2026-01-290.03855
2026-02-050.04002
2026-02-120.04038
2026-02-190.04138
2026-02-260.04110
2026-03-050.04057
2026-03-120.04009
2026-03-190.04046
2026-03-260.04237
2026-04-020.04157
2026-04-090.04137
2026-04-160.04096
2026-04-230.04111
2026-04-300.04159
2026-05-070.04097
2026-05-150.04158
2026-05-230.04155
2026-05-300.04238
2026-06-060.04523
2026-06-150.04514
2026-06-220.04514
2026-06-290.04455
2026-07-060.04393
2026-07-130.04463
2026-07-200.04417
2026-07-270.04373
2026-08-030.04309
2026-08-100.04309
2026-08-170.04270
2026-08-250.04189
2026-09-010.04230
2026-09-080.04216
2026-09-150.04217
2026-09-220.04170

High

0.04523

Low

0.03342

Average

0.03997

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/CHF API questions

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

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

How far back does ZMW/CHF historical data go?

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