CHF to ZWL exchange rate API
Swiss Franc to Zimbabwe Dollar · quoted 2026-09-25
80378.63
▲ +95.74% over 5Y
1 CHF = 80378.63 ZWL · 1 ZWL = 0.000012 CHF · Get this rate via the API
1 CHF buys 80378.63 ZWL as of 2026-09-25, so 1 ZWL buys 0.000012 CHF. Over the last 5 years, CHF/ZWL traded between 410.5717 and 84249.84, averaged 74061.47 and rose 95.74%. The API holds daily CHF/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/ZWL over 5Y: show the values
| Point | CHF/ZWL |
|---|---|
| 2024-08-24 | 41063.42 |
| 2024-10-07 | 41185.71 |
| 2024-11-06 | 78213.61 |
| 2024-12-06 | 72549.50 |
| 2025-01-05 | 70069.27 |
| 2025-02-04 | 72470.73 |
| 2025-03-06 | 74982.94 |
| 2025-04-06 | 77837.60 |
| 2025-05-06 | 81250.74 |
| 2025-06-07 | 81926.49 |
| 2025-07-07 | 84249.84 |
| 2025-08-06 | 83112.28 |
| 2025-09-05 | 83128.34 |
| 2025-10-06 | 83612.35 |
| 2025-11-05 | 81368.03 |
| 2025-12-05 | 81288.48 |
| 2026-01-05 | 81374.90 |
| 2026-02-04 | 82623.29 |
| 2026-03-06 | 82256.75 |
| 2026-04-05 | 79185.41 |
| 2026-05-05 | 410.57 |
| 2026-06-06 | 84107.03 |
| 2026-07-08 | 82811.42 |
| 2026-08-07 | 82126.26 |
| 2026-09-07 | 82014.75 |
High
84249.84
Low
410.5717
Average
74061.47
Get this rate via the API
One GET request returns the CHF/ZWL 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=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/ZWL API questions
How do I get the CHF/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/ZWL rate in rates.ZWL.
How far back does CHF/ZWL historical data go?
Daily CHF/ZWL 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/ZWL 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.