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: show the values
| Point | AUD/ZAR |
|---|---|
| 2021-09-27 | 10.9231 |
| 2021-11-08 | 11.1207 |
| 2021-12-20 | 11.2438 |
| 2022-01-31 | 10.9819 |
| 2022-03-14 | 10.9024 |
| 2022-04-27 | 11.3573 |
| 2022-06-08 | 11.0361 |
| 2022-07-20 | 11.7779 |
| 2022-08-31 | 11.6967 |
| 2022-10-12 | 11.3930 |
| 2022-11-23 | 11.4098 |
| 2023-01-05 | 11.6822 |
| 2023-02-16 | 12.5204 |
| 2023-03-30 | 12.0802 |
| 2023-05-16 | 12.7244 |
| 2023-06-27 | 12.3547 |
| 2023-08-08 | 12.2939 |
| 2023-09-19 | 12.2437 |
| 2023-10-31 | 11.9187 |
| 2023-12-12 | 12.4587 |
| 2024-01-26 | 12.3924 |
| 2024-03-08 | 12.3751 |
| 2024-04-23 | 12.4178 |
| 2024-06-05 | 12.5890 |
| 2024-07-17 | 12.2532 |
| 2024-08-27 | 12.0213 |
| 2024-10-01 | 11.9431 |
| 2024-10-31 | 11.5870 |
| 2024-11-30 | 11.7607 |
| 2024-12-30 | 11.6789 |
| 2025-01-29 | 11.6128 |
| 2025-02-28 | 11.4639 |
| 2025-03-30 | 11.5670 |
| 2025-04-29 | 11.8814 |
| 2025-05-29 | 11.4988 |
| 2025-06-28 | 11.6712 |
| 2025-07-28 | 11.6508 |
| 2025-08-27 | 11.4935 |
| 2025-09-26 | 11.3909 |
| 2025-10-26 | 11.2463 |
| 2025-11-25 | 11.1250 |
| 2025-12-25 | 11.1647 |
| 2026-01-24 | 11.1213 |
| 2026-02-23 | 11.3192 |
| 2026-03-25 | 11.7776 |
| 2026-04-24 | 11.8327 |
| 2026-05-24 | 11.7201 |
| 2026-06-23 | 11.4343 |
| 2026-07-23 | 11.4960 |
| 2026-08-22 | 11.4843 |
| 2026-09-21 | 11.6051 |
High
12.7244
Low
10.9024
Average
11.6968
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.