Skip to content

ZMW to CHF exchange rate API

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

0.04232

▲ +18.71% over YTD

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 year to date, ZMW/CHF traded between 0.03565 and 0.04523, averaged 0.04172 and rose 18.71%. 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 YTD

ZMW/CHF over YTD: show the values
PointZMW/CHF
2025-12-310.03565
2026-01-070.03795
2026-01-140.04107
2026-01-210.03895
2026-01-280.03866
2026-02-040.03953
2026-02-110.04024
2026-02-180.04164
2026-02-250.04084
2026-03-040.04061
2026-03-110.04020
2026-03-180.04028
2026-03-250.04162
2026-04-010.04125
2026-04-080.04050
2026-04-150.04090
2026-04-220.04105
2026-04-290.04159
2026-05-060.04137
2026-05-140.04115
2026-05-210.04149
2026-05-290.04207
2026-06-050.04489
2026-06-140.04523
2026-06-210.04511
2026-06-280.04464
2026-07-050.04374
2026-07-120.04478
2026-07-190.04433
2026-07-260.04383
2026-08-020.04305
2026-08-090.04299
2026-08-160.04298
2026-08-240.04228
2026-08-310.04244
2026-09-070.04204
2026-09-140.04219
2026-09-210.04170

High

0.04523

Low

0.03565

Average

0.04172

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.