Convert AUD to QAR
Australian Dollar → Qatari Rial
1 AUD = 2.558996 QAR(1 QAR = 0.390778 AUD)
Currency converter
1 AUD =
2.559 QAR
AUD to QAR: last 30 days
Over the last 30 days, 1 AUD traded between 2.5577 and 2.6299 QAR, averaging 2.6022 QAR. The AUD/QAR rate is down 2.29% since 2026-08-28.
- 30-day high
- 2.6299
- 2026-09-09
- 30-day low
- 2.5577
- 2026-09-24
- 30-day average
- 2.6022
- Days with data: 30
- 30-day change
- -2.29%
- since 2026-08-28
2.6299
2.55772026-08-28 → 2026-09-26
| Date | 1 AUD in QAR | Daily change |
|---|---|---|
| 2026-09-26 | 2.559 | 0.00% |
| 2026-09-25 | 2.559 | +0.05% |
| 2026-09-24 | 2.5577 | -0.58% |
| 2026-09-23 | 2.5725 | -0.60% |
| 2026-09-22 | 2.5882 | -0.38% |
| 2026-09-21 | 2.5981 | +0.25% |
| 2026-09-20 | 2.5917 | 0.00% |
| 2026-09-19 | 2.5917 | -0.13% |
| 2026-09-18 | 2.595 | +0.21% |
| 2026-09-17 | 2.5895 | -0.26% |
| 2026-09-16 | 2.5961 | +0.09% |
| 2026-09-15 | 2.5937 | -0.06% |
| 2026-09-14 | 2.5952 | -0.60% |
| 2026-09-13 | 2.6108 | 0.00% |
| 2026-09-12 | 2.6108 | 0.00% |
| Date | 1 AUD in QAR | Daily change |
|---|---|---|
| 2026-09-11 | 2.6108 | -0.17% |
| 2026-09-10 | 2.6153 | -0.55% |
| 2026-09-09 | 2.6299 | +0.14% |
| 2026-09-08 | 2.6261 | 0.00% |
| 2026-09-07 | 2.6261 | +0.15% |
| 2026-09-06 | 2.6221 | 0.00% |
| 2026-09-05 | 2.6221 | 0.00% |
| 2026-09-04 | 2.6221 | +0.14% |
| 2026-09-03 | 2.6183 | +0.64% |
| 2026-09-02 | 2.6017 | +0.09% |
| 2026-09-01 | 2.5994 | -0.29% |
| 2026-08-31 | 2.6069 | -0.46% |
| 2026-08-30 | 2.6189 | 0.00% |
| 2026-08-29 | 2.6189 | 0.00% |
| 2026-08-28 | 2.6189 | — |
AUD to QAR conversion table
1 AUD2.559 QAR
5 AUD12.795 QAR
10 AUD25.59 QAR
25 AUD63.9749 QAR
50 AUD127.9498 QAR
100 AUD255.8996 QAR
500 AUD1,279.4982 QAR
1,000 AUD2,558.9963 QAR
5,000 AUD12,794.982 QAR
10,000 AUD25,589.963 QAR
Get the AUD/QAR rate in your app
One GET request returns the latest AUD → QAR 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/QAR"fetch('https://rate-api.com/api/v1/pair/AUD/QAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} QAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/QAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} QAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/QAR');
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']} QAR\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "QAR"
},
"rate": 2.559,
"timestamp": 1790429346,
"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
QAR to AUDQatari Rial → Australian Dollar0.39078Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.