Skip to content

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

CHF/ZWL over 1Y: show the values
PointCHF/ZWL
2025-09-2583572.83
2025-10-0283883.46
2025-10-0983295.47
2025-10-1683382.71
2025-10-2383146.87
2025-10-3082255.55
2025-11-0681418.12
2025-11-1382713.52
2025-11-2081318.66
2025-11-2781219.19
2025-12-0481742.97
2025-12-1281997.46
2025-12-1981989.87
2025-12-2682441.76
2026-01-0281870.98
2026-01-0980342.48
2026-01-1679921.64
2026-01-2381010.73
2026-01-3083229.92
2026-02-0682744.79
2026-02-1383056.64
2026-02-2082350.90
2026-02-2783114.79
2026-03-0682256.75
2026-03-1380857.26
2026-03-2080316.15
2026-03-2779538.18
2026-04-0379199.54
2026-04-10408.07
2026-04-17411.51
2026-04-24409.96
2026-05-01412.20
2026-05-08413.61
2026-05-1681811.62
2026-05-2484003.69
2026-05-3186049.25
2026-06-0984194.22
2026-06-1683823.43
2026-06-2382602.47
2026-06-3082833.01
2026-07-0783354.06
2026-07-1482555.01
2026-07-2182552.59
2026-07-2881953.03
2026-08-0482354.37
2026-08-1182037.66
2026-08-1882131.37
2026-08-2682841.98
2026-09-0282272.34
2026-09-0982750.79
2026-09-1681743.23
2026-09-2381063.52

High

86049.25

Low

408.0661

Average

74519.83

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ZWL");
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=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&currencies=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.