Convert AOA to CAD
Angolan Kwanza → Canadian Dollar
1 AOA = 0.00154283 CAD(1 CAD = 648.15891 AOA)
Currency converter
1 AOA =
0.0015428 CAD
AOA to CAD: last 30 days
Over the last 30 days, 1 AOA traded between 0.0014897 and 0.0015428 CAD, averaging 0.0015159 CAD. The AOA/CAD rate is up 2.10% since 2026-08-28.
- 30-day high
- 0.0015428
- 2026-09-25
- 30-day low
- 0.0014897
- 2026-09-13
- 30-day average
- 0.0015159
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
0.0015428
0.00148972026-08-28 → 2026-09-26
| Date | 1 AOA in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.0015428 | 0.00% |
| 2026-09-25 | 0.0015428 | +0.37% |
| 2026-09-24 | 0.0015371 | -0.04% |
| 2026-09-23 | 0.0015378 | +0.48% |
| 2026-09-22 | 0.0015304 | +0.50% |
| 2026-09-21 | 0.0015228 | -0.41% |
| 2026-09-20 | 0.0015291 | +0.01% |
| 2026-09-19 | 0.001529 | +0.19% |
| 2026-09-18 | 0.0015261 | +0.03% |
| 2026-09-17 | 0.0015257 | +0.58% |
| 2026-09-16 | 0.0015169 | -0.08% |
| 2026-09-15 | 0.0015181 | +0.30% |
| 2026-09-14 | 0.0015136 | +1.60% |
| 2026-09-13 | 0.0014897 | -1.25% |
| 2026-09-12 | 0.0015086 | -0.03% |
| Date | 1 AOA in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.0015091 | +0.33% |
| 2026-09-10 | 0.0015042 | +0.34% |
| 2026-09-09 | 0.0014992 | -0.51% |
| 2026-09-08 | 0.0015069 | +0.27% |
| 2026-09-07 | 0.0015028 | +0.02% |
| 2026-09-06 | 0.0015026 | -0.00% |
| 2026-09-05 | 0.0015026 | -0.07% |
| 2026-09-04 | 0.0015036 | +0.03% |
| 2026-09-03 | 0.0015031 | -0.95% |
| 2026-09-02 | 0.0015175 | +0.37% |
| 2026-09-01 | 0.0015119 | +0.13% |
| 2026-08-31 | 0.0015099 | -0.16% |
| 2026-08-30 | 0.0015123 | +0.10% |
| 2026-08-29 | 0.0015108 | -0.02% |
| 2026-08-28 | 0.0015111 | — |
AOA to CAD conversion table
1 AOA0.0015428 CAD
5 AOA0.0077142 CAD
10 AOA0.015428 CAD
25 AOA0.038571 CAD
50 AOA0.077142 CAD
100 AOA0.15428 CAD
500 AOA0.77142 CAD
1,000 AOA1.5428 CAD
5,000 AOA7.7142 CAD
10,000 AOA15.4283 CAD
Get the AOA/CAD rate in your app
One GET request returns the latest AOA → CAD 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/AOA/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/AOA/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AOA = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AOA/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AOA = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AOA/CAD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AOA = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "AOA",
"to": "CAD"
},
"rate": 0.001543,
"timestamp": 1790435129,
"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
CAD to AOACanadian Dollar → Angolan Kwanza648.1589Convert AOA to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.