Skip to content

CHF to ZMW exchange rate API

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

23.5748

▼ +20.83% over 1Y

1 CHF = 23.5748 ZMW · 1 ZMW = 0.04242 CHF · Get this rate via the API

1 CHF buys 23.5748 ZMW as of 2026-09-25, so 1 ZMW buys 0.04242 CHF. Over the last year, CHF/ZMW traded between 22.0799 and 30.1695, averaged 25.1579 and fell 20.83%. The API holds daily CHF/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/ZMW over 1Y

CHF/ZMW over 1Y: show the values
PointCHF/ZMW
2025-09-2529.7768
2025-10-0230.1695
2025-10-0929.6127
2025-10-1628.4283
2025-10-2328.0774
2025-10-3027.5889
2025-11-0628.0021
2025-11-1328.4058
2025-11-2028.2460
2025-11-2728.2917
2025-12-0428.9141
2025-12-1228.9256
2025-12-1928.6089
2025-12-2628.5989
2026-01-0228.0555
2026-01-0924.7786
2026-01-1624.8031
2026-01-2325.1172
2026-01-3025.8342
2026-02-0624.0097
2026-02-1323.9973
2026-02-2024.4816
2026-02-2724.5039
2026-03-0624.7182
2026-03-1324.7497
2026-03-2024.8326
2026-03-2723.7166
2026-04-0324.0602
2026-04-1024.1435
2026-04-1724.4410
2026-04-2423.8427
2026-05-0123.9115
2026-05-0824.5492
2026-05-1624.0253
2026-05-2424.0974
2026-05-3123.5866
2026-06-0922.2766
2026-06-1622.1843
2026-06-2322.0799
2026-06-3022.4434
2026-07-0722.7585
2026-07-1422.2998
2026-07-2122.5681
2026-07-2822.6760
2026-08-0423.2793
2026-08-1123.1555
2026-08-1823.3173
2026-08-2623.7429
2026-09-0223.5398
2026-09-0923.9390
2026-09-1623.9312
2026-09-2323.6974

High

30.1695

Low

22.0799

Average

25.1579

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/ZMW API questions

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

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

How far back does CHF/ZMW historical data go?

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