Convert USD to AOA
US Dollar → Angolan Kwanza
1 USD = 916.67621 AOA(1 AOA = 0.0010909 USD)
Currency converter
1 USD =
916.6762 AOA
USD to AOA: last 30 days
Over the last 30 days, 1 USD traded between 916.0903 and 930.2487 AOA, averaging 918.1311 AOA. The USD/AOA rate is down 0.01% since 2026-08-28.
- 30-day high
- 930.2487
- 2026-09-13
- 30-day low
- 916.0903
- 2026-08-30
- 30-day average
- 918.1311
- Days with data: 30
- 30-day change
- -0.01%
- since 2026-08-28
930.2487
916.09032026-08-28 → 2026-09-26
| Date | 1 USD in AOA | Daily change |
|---|---|---|
| 2026-09-26 | 916.6762 | 0.00% |
| 2026-09-25 | 916.6762 | -0.19% |
| 2026-09-24 | 918.4137 | +0.24% |
| 2026-09-23 | 916.1735 | -0.16% |
| 2026-09-22 | 917.6507 | -0.21% |
| 2026-09-21 | 919.6139 | +0.37% |
| 2026-09-20 | 916.2251 | -0.01% |
| 2026-09-19 | 916.2787 | -0.19% |
| 2026-09-18 | 917.9995 | +0.08% |
| 2026-09-17 | 917.2651 | -0.18% |
| 2026-09-16 | 918.9193 | +0.22% |
| 2026-09-15 | 916.9437 | -0.06% |
| 2026-09-14 | 917.5048 | -1.37% |
| 2026-09-13 | 930.2487 | +1.27% |
| 2026-09-12 | 918.5941 | +0.03% |
| Date | 1 USD in AOA | Daily change |
|---|---|---|
| 2026-09-11 | 918.2803 | -0.02% |
| 2026-09-10 | 918.4922 | +0.01% |
| 2026-09-09 | 918.3863 | +0.25% |
| 2026-09-08 | 916.1127 | -0.38% |
| 2026-09-07 | 919.5924 | +0.13% |
| 2026-09-06 | 918.4249 | +0.00% |
| 2026-09-05 | 918.3847 | +0.07% |
| 2026-09-04 | 917.769 | +0.02% |
| 2026-09-03 | 917.5431 | -0.01% |
| 2026-09-02 | 917.6322 | -0.10% |
| 2026-09-01 | 918.5863 | -0.11% |
| 2026-08-31 | 919.6358 | +0.39% |
| 2026-08-30 | 916.0903 | -0.10% |
| 2026-08-29 | 917.0183 | +0.02% |
| 2026-08-28 | 916.8024 | — |
USD to AOA conversion table
1 USD916.6762 AOA
5 USD4,583.381 AOA
10 USD9,166.7621 AOA
25 USD22,916.905 AOA
50 USD45,833.81 AOA
100 USD91,667.621 AOA
500 USD458,338.1 AOA
1,000 USD916,676.21 AOA
5,000 USD4,583,381 AOA
10,000 USD9,166,762.1 AOA
Get the USD/AOA rate in your app
One GET request returns the latest USD → 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/USD/AOA"fetch('https://rate-api.com/api/v1/pair/USD/AOA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} AOA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/AOA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} AOA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/AOA');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} AOA\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "AOA"
},
"rate": 916.6762,
"timestamp": 1790429357,
"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 USDAngolan Kwanza → US Dollar0.0010909Convert USD to other currencies
Convert other currencies to AOA
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.