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: show the values
| Point | CHF/ZMW |
|---|---|
| 2025-09-25 | 29.7768 |
| 2025-10-02 | 30.1695 |
| 2025-10-09 | 29.6127 |
| 2025-10-16 | 28.4283 |
| 2025-10-23 | 28.0774 |
| 2025-10-30 | 27.5889 |
| 2025-11-06 | 28.0021 |
| 2025-11-13 | 28.4058 |
| 2025-11-20 | 28.2460 |
| 2025-11-27 | 28.2917 |
| 2025-12-04 | 28.9141 |
| 2025-12-12 | 28.9256 |
| 2025-12-19 | 28.6089 |
| 2025-12-26 | 28.5989 |
| 2026-01-02 | 28.0555 |
| 2026-01-09 | 24.7786 |
| 2026-01-16 | 24.8031 |
| 2026-01-23 | 25.1172 |
| 2026-01-30 | 25.8342 |
| 2026-02-06 | 24.0097 |
| 2026-02-13 | 23.9973 |
| 2026-02-20 | 24.4816 |
| 2026-02-27 | 24.5039 |
| 2026-03-06 | 24.7182 |
| 2026-03-13 | 24.7497 |
| 2026-03-20 | 24.8326 |
| 2026-03-27 | 23.7166 |
| 2026-04-03 | 24.0602 |
| 2026-04-10 | 24.1435 |
| 2026-04-17 | 24.4410 |
| 2026-04-24 | 23.8427 |
| 2026-05-01 | 23.9115 |
| 2026-05-08 | 24.5492 |
| 2026-05-16 | 24.0253 |
| 2026-05-24 | 24.0974 |
| 2026-05-31 | 23.5866 |
| 2026-06-09 | 22.2766 |
| 2026-06-16 | 22.1843 |
| 2026-06-23 | 22.0799 |
| 2026-06-30 | 22.4434 |
| 2026-07-07 | 22.7585 |
| 2026-07-14 | 22.2998 |
| 2026-07-21 | 22.5681 |
| 2026-07-28 | 22.6760 |
| 2026-08-04 | 23.2793 |
| 2026-08-11 | 23.1555 |
| 2026-08-18 | 23.3173 |
| 2026-08-26 | 23.7429 |
| 2026-09-02 | 23.5398 |
| 2026-09-09 | 23.9390 |
| 2026-09-16 | 23.9312 |
| 2026-09-23 | 23.6974 |
High
30.1695
Low
22.0799
Average
25.1579
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.