CHF to ZWL exchange rate API
Swiss Franc to Zimbabwe Dollar · quoted 2026-09-25
80378.63
▼ +3.82% over 1Y
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 year, CHF/ZWL traded between 408.0661 and 86049.25, averaged 74519.83 and fell 3.82%. 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 1Y: show the values
| Point | CHF/ZWL |
|---|---|
| 2025-09-25 | 83572.83 |
| 2025-10-02 | 83883.46 |
| 2025-10-09 | 83295.47 |
| 2025-10-16 | 83382.71 |
| 2025-10-23 | 83146.87 |
| 2025-10-30 | 82255.55 |
| 2025-11-06 | 81418.12 |
| 2025-11-13 | 82713.52 |
| 2025-11-20 | 81318.66 |
| 2025-11-27 | 81219.19 |
| 2025-12-04 | 81742.97 |
| 2025-12-12 | 81997.46 |
| 2025-12-19 | 81989.87 |
| 2025-12-26 | 82441.76 |
| 2026-01-02 | 81870.98 |
| 2026-01-09 | 80342.48 |
| 2026-01-16 | 79921.64 |
| 2026-01-23 | 81010.73 |
| 2026-01-30 | 83229.92 |
| 2026-02-06 | 82744.79 |
| 2026-02-13 | 83056.64 |
| 2026-02-20 | 82350.90 |
| 2026-02-27 | 83114.79 |
| 2026-03-06 | 82256.75 |
| 2026-03-13 | 80857.26 |
| 2026-03-20 | 80316.15 |
| 2026-03-27 | 79538.18 |
| 2026-04-03 | 79199.54 |
| 2026-04-10 | 408.07 |
| 2026-04-17 | 411.51 |
| 2026-04-24 | 409.96 |
| 2026-05-01 | 412.20 |
| 2026-05-08 | 413.61 |
| 2026-05-16 | 81811.62 |
| 2026-05-24 | 84003.69 |
| 2026-05-31 | 86049.25 |
| 2026-06-09 | 84194.22 |
| 2026-06-16 | 83823.43 |
| 2026-06-23 | 82602.47 |
| 2026-06-30 | 82833.01 |
| 2026-07-07 | 83354.06 |
| 2026-07-14 | 82555.01 |
| 2026-07-21 | 82552.59 |
| 2026-07-28 | 81953.03 |
| 2026-08-04 | 82354.37 |
| 2026-08-11 | 82037.66 |
| 2026-08-18 | 82131.37 |
| 2026-08-26 | 82841.98 |
| 2026-09-02 | 82272.34 |
| 2026-09-09 | 82750.79 |
| 2026-09-16 | 81743.23 |
| 2026-09-23 | 81063.52 |
High
86049.25
Low
408.0661
Average
74519.83
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.