AUD to ZAR exchange rate API
Australian Dollar to Rand · quoted 2026-09-24
11.5373
▲ +0.95% over 1Y
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 year, AUD/ZAR traded between 10.9467 and 11.9267, averaged 11.4395 and rose 0.95%. 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 1Y: show the values
| Point | AUD/ZAR |
|---|---|
| 2025-09-24 | 11.4293 |
| 2025-10-01 | 11.3553 |
| 2025-10-08 | 11.2969 |
| 2025-10-15 | 11.2845 |
| 2025-10-22 | 11.3251 |
| 2025-10-29 | 11.2894 |
| 2025-11-05 | 11.3100 |
| 2025-11-12 | 11.1509 |
| 2025-11-19 | 11.1314 |
| 2025-11-26 | 11.1381 |
| 2025-12-03 | 11.2601 |
| 2025-12-10 | 11.3114 |
| 2025-12-17 | 11.0793 |
| 2025-12-24 | 11.1498 |
| 2025-12-31 | 11.0596 |
| 2026-01-07 | 11.0700 |
| 2026-01-14 | 10.9467 |
| 2026-01-21 | 11.0421 |
| 2026-01-28 | 11.1170 |
| 2026-02-04 | 11.2038 |
| 2026-02-11 | 11.3037 |
| 2026-02-18 | 11.3323 |
| 2026-02-25 | 11.2474 |
| 2026-03-04 | 11.5190 |
| 2026-03-11 | 11.7289 |
| 2026-03-18 | 11.9089 |
| 2026-03-25 | 11.7776 |
| 2026-04-01 | 11.6691 |
| 2026-04-08 | 11.5094 |
| 2026-04-15 | 11.7143 |
| 2026-04-22 | 11.7795 |
| 2026-04-29 | 11.8883 |
| 2026-05-06 | 11.8832 |
| 2026-05-13 | 11.9267 |
| 2026-05-20 | 11.8299 |
| 2026-05-27 | 11.6644 |
| 2026-06-03 | 11.6514 |
| 2026-06-10 | 11.6278 |
| 2026-06-17 | 11.4524 |
| 2026-06-24 | 11.4625 |
| 2026-07-01 | 11.3249 |
| 2026-07-08 | 11.3430 |
| 2026-07-15 | 11.4392 |
| 2026-07-22 | 11.5223 |
| 2026-07-29 | 11.6249 |
| 2026-08-05 | 11.5269 |
| 2026-08-12 | 11.4087 |
| 2026-08-19 | 11.4941 |
| 2026-08-26 | 11.4355 |
| 2026-09-02 | 11.5032 |
| 2026-09-09 | 11.5883 |
| 2026-09-16 | 11.6026 |
| 2026-09-23 | 11.5531 |
High
11.9267
Low
10.9467
Average
11.4395
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.