Skip to content

CAD to ZWL exchange rate API

Canadian Dollar to Zimbabwe Dollar · quoted 2026-09-25

47068.59

▼ +1.69% over 1Y

1 CAD = 47068.59 ZWL · 1 ZWL = 0.000021 CAD · Get this rate via the API

1 CAD buys 47068.59 ZWL as of 2026-09-25, so 1 ZWL buys 0.000021 CAD. Over the last year, CAD/ZWL traded between 232.9610 and 48726.73, averaged 42793.26 and fell 1.69%. The API holds daily CAD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/ZWL over 1Y

CAD/ZWL over 1Y: show the values
PointCAD/ZWL
2025-09-2547878.89
2025-10-0247861.71
2025-10-0947869.93
2025-10-1647380.94
2025-10-2347409.26
2025-10-3047185.44
2025-11-0646670.66
2025-11-1346988.93
2025-11-2046670.11
2025-11-2746601.34
2025-12-0446842.12
2025-12-1247418.19
2025-12-1947290.72
2025-12-2647567.96
2026-01-0247280.41
2026-01-0946297.70
2026-01-1646130.14
2026-01-2346503.06
2026-01-3047278.94
2026-02-0647101.54
2026-02-1346875.76
2026-02-2046675.05
2026-02-2746884.98
2026-03-0647143.08
2026-03-1346449.48
2026-03-2046094.71
2026-03-2745699.30
2026-04-0345442.33
2026-04-10232.96
2026-04-17235.52
2026-04-24235.37
2026-05-01237.12
2026-05-08235.76
2026-05-1646833.50
2026-05-2447643.53
2026-05-3148726.73
2026-06-0948109.49
2026-06-1647586.58
2026-06-2347148.10
2026-06-3047105.49
2026-07-0747268.99
2026-07-1447481.29
2026-07-2147567.00
2026-07-2847625.36
2026-08-0447400.42
2026-08-1147695.45
2026-08-1848102.59
2026-08-2648037.68
2026-09-0248091.70
2026-09-0948506.38
2026-09-1648028.37
2026-09-2347346.31

High

48726.73

Low

232.9610

Average

42793.26

For developers

Get this rate via the API

One GET request returns the CAD/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=CAD&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&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=CAD&currencies=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/ZWL API questions

How do I get the CAD/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/ZWL rate in rates.ZWL.

How far back does CAD/ZWL historical data go?

Daily CAD/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 CAD/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.