Skip to content

CAD to ZWL exchange rate API

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

47060.94

▼ +0.77% over YTD

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

1 CAD buys 47060.94 ZWL as of 2026-09-25, so 1 ZWL buys 0.000021 CAD. Over the year to date, CAD/ZWL traded between 233.6406 and 48674.95, averaged 42401.11 and fell 0.77%. 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 YTD

CAD/ZWL over YTD: show the values
PointCAD/ZWL
2025-12-3147428.35
2026-01-0746833.12
2026-01-1446356.58
2026-01-2146439.75
2026-01-2847186.57
2026-02-0446938.27
2026-02-1147211.39
2026-02-1846857.53
2026-02-2546973.45
2026-03-0447142.09
2026-03-1147101.06
2026-03-1846100.56
2026-03-2545982.59
2026-04-0145621.47
2026-04-0845685.56
2026-04-15233.64
2026-04-22235.63
2026-04-29235.48
2026-05-06236.72
2026-05-1446921.42
2026-05-2147588.35
2026-05-2948674.95
2026-06-0548391.65
2026-06-1447888.43
2026-06-2147230.60
2026-06-2847248.95
2026-07-0547257.64
2026-07-1247145.77
2026-07-1947627.67
2026-07-2647270.22
2026-08-0247621.05
2026-08-0947759.97
2026-08-1647881.90
2026-08-2448054.05
2026-08-3147686.57
2026-09-0748023.20
2026-09-1447960.56
2026-09-2147549.61

High

48674.95

Low

233.6406

Average

42401.11

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.