CAD to ZAR exchange rate API
Canadian Dollar to Rand · quoted 2026-09-24
11.6002
▼ +7.00% over 1Y
1 CAD = 11.6002 ZAR · 1 ZAR = 0.08621 CAD · Get this rate via the API
1 CAD buys 11.6002 ZAR as of 2026-09-24, so 1 ZAR buys 0.08621 CAD. Over the last year, CAD/ZAR traded between 11.4815 and 12.4733, averaged 11.9308 and fell 7.00%. The API holds daily CAD/ZAR rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
CAD/ZAR over 1Y: show the values
| Point | CAD/ZAR |
|---|---|
| 2025-09-24 | 12.4733 |
| 2025-10-01 | 12.3312 |
| 2025-10-08 | 12.3276 |
| 2025-10-15 | 12.3325 |
| 2025-10-22 | 12.4469 |
| 2025-10-29 | 12.2813 |
| 2025-11-05 | 12.3450 |
| 2025-11-12 | 12.1687 |
| 2025-11-19 | 12.2445 |
| 2025-11-26 | 12.1686 |
| 2025-12-03 | 12.2498 |
| 2025-12-10 | 12.2981 |
| 2025-12-17 | 12.1341 |
| 2025-12-24 | 12.1584 |
| 2025-12-31 | 12.0860 |
| 2026-01-07 | 11.9152 |
| 2026-01-14 | 11.8140 |
| 2026-01-21 | 11.8250 |
| 2026-01-28 | 11.7090 |
| 2026-02-04 | 11.6731 |
| 2026-02-11 | 11.7301 |
| 2026-02-18 | 11.7418 |
| 2026-02-25 | 11.5848 |
| 2026-03-04 | 11.9483 |
| 2026-03-11 | 12.0664 |
| 2026-03-18 | 12.3098 |
| 2026-03-25 | 12.2715 |
| 2026-04-01 | 12.0780 |
| 2026-04-08 | 11.7676 |
| 2026-04-15 | 11.9106 |
| 2026-04-22 | 12.0513 |
| 2026-04-29 | 12.1386 |
| 2026-05-06 | 12.0607 |
| 2026-05-13 | 12.0152 |
| 2026-05-20 | 12.0612 |
| 2026-05-27 | 11.8253 |
| 2026-06-03 | 11.7412 |
| 2026-06-10 | 11.9186 |
| 2026-06-17 | 11.5772 |
| 2026-06-24 | 11.6727 |
| 2026-07-01 | 11.5536 |
| 2026-07-08 | 11.5499 |
| 2026-07-15 | 11.6402 |
| 2026-07-22 | 11.6951 |
| 2026-07-29 | 11.8755 |
| 2026-08-05 | 11.6370 |
| 2026-08-12 | 11.5861 |
| 2026-08-19 | 11.7105 |
| 2026-08-26 | 11.4815 |
| 2026-09-02 | 11.5582 |
| 2026-09-09 | 11.6497 |
| 2026-09-16 | 11.6704 |
| 2026-09-23 | 11.6027 |
High
12.4733
Low
11.4815
Average
11.9308
Get this rate via the API
One GET request returns the CAD/ZAR 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=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/ZAR API questions
How do I get the CAD/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/ZAR rate in rates.ZAR.
How far back does CAD/ZAR historical data go?
Daily CAD/ZAR rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/ZAR 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.