Convert AUD to SAR
Australian Dollar → Saudi Riyal
1 AUD = 2.636329 SAR(1 SAR = 0.379315 AUD)
Currency converter
1 AUD =
2.6363 SAR
AUD to SAR: last 30 days
Over the last 30 days, 1 AUD traded between 2.635 and 2.7093 SAR, averaging 2.6799 SAR. The AUD/SAR rate is down 2.29% since 2026-08-28.
- 30-day high
- 2.7093
- 2026-09-09
- 30-day low
- 2.635
- 2026-09-24
- 30-day average
- 2.6799
- Days with data: 30
- 30-day change
- -2.29%
- since 2026-08-28
2.7093
2.6352026-08-28 → 2026-09-26
| Date | 1 AUD in SAR | Daily change |
|---|---|---|
| 2026-09-26 | 2.6363 | 0.00% |
| 2026-09-25 | 2.6363 | +0.05% |
| 2026-09-24 | 2.635 | -0.58% |
| 2026-09-23 | 2.6503 | -0.60% |
| 2026-09-22 | 2.6664 | -0.38% |
| 2026-09-21 | 2.6767 | +0.25% |
| 2026-09-20 | 2.67 | 0.00% |
| 2026-09-19 | 2.67 | +0.99% |
| 2026-09-18 | 2.6439 | -0.89% |
| 2026-09-17 | 2.6677 | -0.26% |
| 2026-09-16 | 2.6746 | +0.09% |
| 2026-09-15 | 2.6721 | -0.06% |
| 2026-09-14 | 2.6736 | -0.60% |
| 2026-09-13 | 2.6897 | 0.00% |
| 2026-09-12 | 2.6897 | 0.00% |
| Date | 1 AUD in SAR | Daily change |
|---|---|---|
| 2026-09-11 | 2.6897 | -0.17% |
| 2026-09-10 | 2.6944 | -0.55% |
| 2026-09-09 | 2.7093 | +0.14% |
| 2026-09-08 | 2.7054 | 0.00% |
| 2026-09-07 | 2.7054 | +0.15% |
| 2026-09-06 | 2.7013 | 0.00% |
| 2026-09-05 | 2.7013 | 0.00% |
| 2026-09-04 | 2.7013 | +0.14% |
| 2026-09-03 | 2.6975 | +0.64% |
| 2026-09-02 | 2.6803 | +0.09% |
| 2026-09-01 | 2.678 | -0.29% |
| 2026-08-31 | 2.6857 | -0.46% |
| 2026-08-30 | 2.698 | 0.00% |
| 2026-08-29 | 2.698 | 0.00% |
| 2026-08-28 | 2.698 | — |
AUD to SAR conversion table
1 AUD2.6363 SAR
5 AUD13.1816 SAR
10 AUD26.3633 SAR
25 AUD65.9082 SAR
50 AUD131.8164 SAR
100 AUD263.6329 SAR
500 AUD1,318.1643 SAR
1,000 AUD2,636.3286 SAR
5,000 AUD13,181.643 SAR
10,000 AUD26,363.286 SAR
Get the AUD/SAR rate in your app
One GET request returns the latest AUD → SAR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/AUD/SAR"fetch('https://rate-api.com/api/v1/pair/AUD/SAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} SAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/SAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} SAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/SAR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} SAR\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "SAR"
},
"rate": 2.6363,
"timestamp": 1790447430,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
SAR to AUDSaudi Riyal → Australian Dollar0.37932Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.