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: show the values
| Point | CAD/ZWL |
|---|---|
| 2025-09-25 | 47878.89 |
| 2025-10-02 | 47861.71 |
| 2025-10-09 | 47869.93 |
| 2025-10-16 | 47380.94 |
| 2025-10-23 | 47409.26 |
| 2025-10-30 | 47185.44 |
| 2025-11-06 | 46670.66 |
| 2025-11-13 | 46988.93 |
| 2025-11-20 | 46670.11 |
| 2025-11-27 | 46601.34 |
| 2025-12-04 | 46842.12 |
| 2025-12-12 | 47418.19 |
| 2025-12-19 | 47290.72 |
| 2025-12-26 | 47567.96 |
| 2026-01-02 | 47280.41 |
| 2026-01-09 | 46297.70 |
| 2026-01-16 | 46130.14 |
| 2026-01-23 | 46503.06 |
| 2026-01-30 | 47278.94 |
| 2026-02-06 | 47101.54 |
| 2026-02-13 | 46875.76 |
| 2026-02-20 | 46675.05 |
| 2026-02-27 | 46884.98 |
| 2026-03-06 | 47143.08 |
| 2026-03-13 | 46449.48 |
| 2026-03-20 | 46094.71 |
| 2026-03-27 | 45699.30 |
| 2026-04-03 | 45442.33 |
| 2026-04-10 | 232.96 |
| 2026-04-17 | 235.52 |
| 2026-04-24 | 235.37 |
| 2026-05-01 | 237.12 |
| 2026-05-08 | 235.76 |
| 2026-05-16 | 46833.50 |
| 2026-05-24 | 47643.53 |
| 2026-05-31 | 48726.73 |
| 2026-06-09 | 48109.49 |
| 2026-06-16 | 47586.58 |
| 2026-06-23 | 47148.10 |
| 2026-06-30 | 47105.49 |
| 2026-07-07 | 47268.99 |
| 2026-07-14 | 47481.29 |
| 2026-07-21 | 47567.00 |
| 2026-07-28 | 47625.36 |
| 2026-08-04 | 47400.42 |
| 2026-08-11 | 47695.45 |
| 2026-08-18 | 48102.59 |
| 2026-08-26 | 48037.68 |
| 2026-09-02 | 48091.70 |
| 2026-09-09 | 48506.38 |
| 2026-09-16 | 48028.37 |
| 2026-09-23 | 47346.31 |
High
48726.73
Low
232.9610
Average
42793.26
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.