Convert CAD to AOA
Canadian Dollar → Angolan Kwanza
1 CAD = 648.15891 AOA(1 AOA = 0.00154283 CAD)
Currency converter
1 CAD =
648.1589 AOA
CAD to AOA: last 30 days
Over the last 30 days, 1 CAD traded between 648.1589 and 671.272 AOA, averaging 659.7051 AOA. The CAD/AOA rate is down 2.06% since 2026-08-28.
- 30-day high
- 671.272
- 2026-09-13
- 30-day low
- 648.1589
- 2026-09-25
- 30-day average
- 659.7051
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
671.272
648.15892026-08-28 → 2026-09-26
| Date | 1 CAD in AOA | Daily change |
|---|---|---|
| 2026-09-26 | 648.1589 | 0.00% |
| 2026-09-25 | 648.1589 | -0.37% |
| 2026-09-24 | 650.5645 | +0.04% |
| 2026-09-23 | 650.274 | -0.48% |
| 2026-09-22 | 653.4112 | -0.50% |
| 2026-09-21 | 656.6795 | +0.41% |
| 2026-09-20 | 653.9793 | -0.01% |
| 2026-09-19 | 654.0176 | -0.19% |
| 2026-09-18 | 655.2459 | -0.03% |
| 2026-09-17 | 655.4234 | -0.58% |
| 2026-09-16 | 659.2433 | +0.08% |
| 2026-09-15 | 658.724 | -0.30% |
| 2026-09-14 | 660.6933 | -1.58% |
| 2026-09-13 | 671.272 | +1.27% |
| 2026-09-12 | 662.862 | +0.03% |
| Date | 1 CAD in AOA | Daily change |
|---|---|---|
| 2026-09-11 | 662.6355 | -0.33% |
| 2026-09-10 | 664.8033 | -0.34% |
| 2026-09-09 | 667.0441 | +0.52% |
| 2026-09-08 | 663.6093 | -0.27% |
| 2026-09-07 | 665.4069 | -0.02% |
| 2026-09-06 | 665.5253 | +0.00% |
| 2026-09-05 | 665.4961 | +0.07% |
| 2026-09-04 | 665.05 | -0.03% |
| 2026-09-03 | 665.272 | +0.95% |
| 2026-09-02 | 658.9818 | -0.37% |
| 2026-09-01 | 661.4244 | -0.13% |
| 2026-08-31 | 662.2755 | +0.16% |
| 2026-08-30 | 661.246 | -0.10% |
| 2026-08-29 | 661.9159 | +0.02% |
| 2026-08-28 | 661.7601 | — |
CAD to AOA conversion table
1 CAD648.1589 AOA
5 CAD3,240.7946 AOA
10 CAD6,481.5891 AOA
25 CAD16,203.973 AOA
50 CAD32,407.946 AOA
100 CAD64,815.891 AOA
500 CAD324,079.46 AOA
1,000 CAD648,158.91 AOA
5,000 CAD3,240,794.6 AOA
10,000 CAD6,481,589.1 AOA
Get the CAD/AOA rate in your app
One GET request returns the latest CAD → 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/CAD/AOA"fetch('https://rate-api.com/api/v1/pair/CAD/AOA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} AOA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/AOA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} AOA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/AOA');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} AOA\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "AOA"
},
"rate": 648.1589,
"timestamp": 1790429423,
"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 CADAngolan Kwanza → Canadian Dollar0.0015428Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.