CAD to ZWL exchange rate API
Canadian Dollar to Zimbabwe Dollar · quoted 2026-09-25
47068.59
▼ +0.76% over YTD
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 year to date, CAD/ZWL traded between 233.6406 and 48674.95, averaged 42401.31 and fell 0.76%. 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: show the values
| Point | CAD/ZWL |
|---|---|
| 2025-12-31 | 47428.35 |
| 2026-01-07 | 46833.12 |
| 2026-01-14 | 46356.58 |
| 2026-01-21 | 46439.75 |
| 2026-01-28 | 47186.57 |
| 2026-02-04 | 46938.27 |
| 2026-02-11 | 47211.39 |
| 2026-02-18 | 46857.53 |
| 2026-02-25 | 46973.45 |
| 2026-03-04 | 47142.09 |
| 2026-03-11 | 47101.06 |
| 2026-03-18 | 46100.56 |
| 2026-03-25 | 45982.59 |
| 2026-04-01 | 45621.47 |
| 2026-04-08 | 45685.56 |
| 2026-04-15 | 233.64 |
| 2026-04-22 | 235.63 |
| 2026-04-29 | 235.48 |
| 2026-05-06 | 236.72 |
| 2026-05-14 | 46921.42 |
| 2026-05-21 | 47588.35 |
| 2026-05-29 | 48674.95 |
| 2026-06-05 | 48391.65 |
| 2026-06-14 | 47888.43 |
| 2026-06-21 | 47230.60 |
| 2026-06-28 | 47248.95 |
| 2026-07-05 | 47257.64 |
| 2026-07-12 | 47145.77 |
| 2026-07-19 | 47627.67 |
| 2026-07-26 | 47270.22 |
| 2026-08-02 | 47621.05 |
| 2026-08-09 | 47759.97 |
| 2026-08-16 | 47881.90 |
| 2026-08-24 | 48054.05 |
| 2026-08-31 | 47686.57 |
| 2026-09-07 | 48023.20 |
| 2026-09-14 | 47960.56 |
| 2026-09-21 | 47549.61 |
High
48674.95
Low
233.6406
Average
42401.31
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.