Skip to content

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

CHF/ZWL over 5Y: show the values
PointCHF/ZWL
2024-08-2441063.42
2024-10-0741185.71
2024-11-0678213.61
2024-12-0672549.50
2025-01-0570069.27
2025-02-0472470.73
2025-03-0674982.94
2025-04-0677837.60
2025-05-0681250.74
2025-06-0781926.49
2025-07-0784249.84
2025-08-0683112.28
2025-09-0583128.34
2025-10-0683612.35
2025-11-0581368.03
2025-12-0581288.48
2026-01-0581374.90
2026-02-0482623.29
2026-03-0682256.75
2026-04-0579185.41
2026-05-05410.57
2026-06-0684107.03
2026-07-0882811.42
2026-08-0782126.26
2026-09-0782014.75

High

84249.84

Low

410.5717

Average

74061.47

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.