Convert AUD to AOA
Australian Dollar → Angolan Kwanza
1 AUD = 644.44259 AOA(1 AOA = 0.00155173 AUD)
Currency converter
1 AUD =
644.4426 AOA
AUD to AOA: last 30 days
Over the last 30 days, 1 AUD traded between 644.4426 and 667.2276 AOA, averaging 656.3408 AOA. The AUD/AOA rate is down 2.30% since 2026-08-28.
- 30-day high
- 667.2276
- 2026-09-13
- 30-day low
- 644.4426
- 2026-09-25
- 30-day average
- 656.3408
- Days with data: 30
- 30-day change
- -2.30%
- since 2026-08-28
667.2276
644.44262026-08-28 → 2026-09-26
| Date | 1 AUD in AOA | Daily change |
|---|---|---|
| 2026-09-26 | 644.4426 | 0.00% |
| 2026-09-25 | 644.4426 | -0.14% |
| 2026-09-24 | 645.3365 | -0.33% |
| 2026-09-23 | 647.4951 | -0.76% |
| 2026-09-22 | 652.482 | -0.60% |
| 2026-09-21 | 656.3982 | +0.62% |
| 2026-09-20 | 652.3496 | -0.01% |
| 2026-09-19 | 652.3878 | -0.19% |
| 2026-09-18 | 653.613 | +0.17% |
| 2026-09-17 | 652.5326 | -0.44% |
| 2026-09-16 | 655.3878 | +0.31% |
| 2026-09-15 | 653.3731 | -0.12% |
| 2026-09-14 | 654.1457 | -1.96% |
| 2026-09-13 | 667.2276 | +1.27% |
| 2026-09-12 | 658.8682 | +0.03% |
| Date | 1 AUD in AOA | Daily change |
|---|---|---|
| 2026-09-11 | 658.6432 | -0.20% |
| 2026-09-10 | 659.9312 | -0.54% |
| 2026-09-09 | 663.526 | +0.39% |
| 2026-09-08 | 660.9283 | -0.38% |
| 2026-09-07 | 663.4387 | +0.28% |
| 2026-09-06 | 661.5941 | +0.00% |
| 2026-09-05 | 661.5651 | +0.07% |
| 2026-09-04 | 661.1216 | +0.17% |
| 2026-09-03 | 660.008 | +0.63% |
| 2026-09-02 | 655.8732 | -0.02% |
| 2026-09-01 | 655.9925 | -0.40% |
| 2026-08-31 | 658.6234 | -0.07% |
| 2026-08-30 | 659.1052 | -0.10% |
| 2026-08-29 | 659.7728 | +0.02% |
| 2026-08-28 | 659.6175 | — |
AUD to AOA conversion table
1 AUD644.4426 AOA
5 AUD3,222.2129 AOA
10 AUD6,444.4259 AOA
25 AUD16,111.065 AOA
50 AUD32,222.129 AOA
100 AUD64,444.259 AOA
500 AUD322,221.29 AOA
1,000 AUD644,442.59 AOA
5,000 AUD3,222,212.9 AOA
10,000 AUD6,444,425.9 AOA
Get the AUD/AOA rate in your app
One GET request returns the latest AUD → AOA 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/AOA"fetch('https://rate-api.com/api/v1/pair/AUD/AOA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} AOA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/AOA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} AOA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/AOA');
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']} AOA\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "AOA"
},
"rate": 644.4426,
"timestamp": 1790429355,
"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
AOA to AUDAngolan Kwanza → Australian Dollar0.0015517Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.