Skip to content

AUD to ZAR exchange rate API

Australian Dollar to Rand · quoted 2026-09-24

11.5373

▲ +5.62% over 5Y

1 AUD = 11.5373 ZAR · 1 ZAR = 0.08668 AUD · Get this rate via the API

1 AUD buys 11.5373 ZAR as of 2026-09-24, so 1 ZAR buys 0.08668 AUD. Over the last 5 years, AUD/ZAR traded between 10.9024 and 12.7244, averaged 11.6968 and rose 5.62%. The API holds daily AUD/ZAR rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

AUD/ZAR over 5Y

AUD/ZAR over 5Y: show the values
PointAUD/ZAR
2021-09-2710.9231
2021-11-0811.1207
2021-12-2011.2438
2022-01-3110.9819
2022-03-1410.9024
2022-04-2711.3573
2022-06-0811.0361
2022-07-2011.7779
2022-08-3111.6967
2022-10-1211.3930
2022-11-2311.4098
2023-01-0511.6822
2023-02-1612.5204
2023-03-3012.0802
2023-05-1612.7244
2023-06-2712.3547
2023-08-0812.2939
2023-09-1912.2437
2023-10-3111.9187
2023-12-1212.4587
2024-01-2612.3924
2024-03-0812.3751
2024-04-2312.4178
2024-06-0512.5890
2024-07-1712.2532
2024-08-2712.0213
2024-10-0111.9431
2024-10-3111.5870
2024-11-3011.7607
2024-12-3011.6789
2025-01-2911.6128
2025-02-2811.4639
2025-03-3011.5670
2025-04-2911.8814
2025-05-2911.4988
2025-06-2811.6712
2025-07-2811.6508
2025-08-2711.4935
2025-09-2611.3909
2025-10-2611.2463
2025-11-2511.1250
2025-12-2511.1647
2026-01-2411.1213
2026-02-2311.3192
2026-03-2511.7776
2026-04-2411.8327
2026-05-2411.7201
2026-06-2311.4343
2026-07-2311.4960
2026-08-2211.4843
2026-09-2111.6051

High

12.7244

Low

10.9024

Average

11.6968

For developers

Get this rate via the API

One GET request returns the AUD/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=AUD&currencies=ZAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&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=AUD&currencies=ZAR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/ZAR API questions

How do I get the AUD/ZAR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/ZAR rate in rates.ZAR.

How far back does AUD/ZAR historical data go?

Daily AUD/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 AUD/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.