Skip to content

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

CAD/ZAR over 1Y: show the values
PointCAD/ZAR
2025-09-2412.4733
2025-10-0112.3312
2025-10-0812.3276
2025-10-1512.3325
2025-10-2212.4469
2025-10-2912.2813
2025-11-0512.3450
2025-11-1212.1687
2025-11-1912.2445
2025-11-2612.1686
2025-12-0312.2498
2025-12-1012.2981
2025-12-1712.1341
2025-12-2412.1584
2025-12-3112.0860
2026-01-0711.9152
2026-01-1411.8140
2026-01-2111.8250
2026-01-2811.7090
2026-02-0411.6731
2026-02-1111.7301
2026-02-1811.7418
2026-02-2511.5848
2026-03-0411.9483
2026-03-1112.0664
2026-03-1812.3098
2026-03-2512.2715
2026-04-0112.0780
2026-04-0811.7676
2026-04-1511.9106
2026-04-2212.0513
2026-04-2912.1386
2026-05-0612.0607
2026-05-1312.0152
2026-05-2012.0612
2026-05-2711.8253
2026-06-0311.7412
2026-06-1011.9186
2026-06-1711.5772
2026-06-2411.6727
2026-07-0111.5536
2026-07-0811.5499
2026-07-1511.6402
2026-07-2211.6951
2026-07-2911.8755
2026-08-0511.6370
2026-08-1211.5861
2026-08-1911.7105
2026-08-2611.4815
2026-09-0211.5582
2026-09-0911.6497
2026-09-1611.6704
2026-09-2311.6027

High

12.4733

Low

11.4815

Average

11.9308

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=ZAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=ZAR");
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=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&currencies=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.