USD to AOA exchange rate API
US Dollar to Kwanza · quoted 2026-09-25
916.6762
▼ +0.61% over 1Y
1 USD = 916.6762 AOA · 1 AOA = 0.001091 USD · Get this rate via the API
1 USD buys 916.6762 AOA as of 2026-09-25, so 1 AOA buys 0.001091 USD. Over the last year, USD/AOA traded between 915.4418 and 928.5427, averaged 918.1658 and fell 0.61%. The API holds daily USD/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/AOA over 1Y: show the values
| Point | USD/AOA |
|---|---|
| 2025-09-25 | 922.3459 |
| 2025-10-02 | 917.7284 |
| 2025-10-09 | 917.7080 |
| 2025-10-16 | 916.9956 |
| 2025-10-23 | 917.8434 |
| 2025-10-30 | 922.5742 |
| 2025-11-06 | 916.9719 |
| 2025-11-13 | 916.2109 |
| 2025-11-20 | 920.6103 |
| 2025-11-27 | 920.7929 |
| 2025-12-04 | 920.2764 |
| 2025-12-12 | 921.0593 |
| 2025-12-19 | 918.1011 |
| 2025-12-26 | 915.6766 |
| 2026-01-02 | 921.1781 |
| 2026-01-09 | 917.9449 |
| 2026-01-16 | 918.1235 |
| 2026-01-23 | 916.9363 |
| 2026-01-30 | 915.4761 |
| 2026-02-06 | 916.6126 |
| 2026-02-13 | 918.0102 |
| 2026-02-20 | 916.5959 |
| 2026-02-27 | 917.8348 |
| 2026-03-06 | 915.4418 |
| 2026-03-13 | 917.7648 |
| 2026-03-20 | 917.4600 |
| 2026-03-27 | 917.8452 |
| 2026-04-03 | 917.6245 |
| 2026-04-10 | 917.0002 |
| 2026-04-17 | 917.0000 |
| 2026-04-24 | 917.9996 |
| 2026-05-01 | 918.0000 |
| 2026-05-08 | 918.0003 |
| 2026-05-16 | 920.5509 |
| 2026-05-24 | 916.9566 |
| 2026-05-31 | 928.5427 |
| 2026-06-09 | 918.0946 |
| 2026-06-16 | 916.0231 |
| 2026-06-23 | 917.6428 |
| 2026-06-30 | 917.9188 |
| 2026-07-07 | 917.4904 |
| 2026-07-14 | 917.7223 |
| 2026-07-21 | 916.5439 |
| 2026-07-28 | 918.0810 |
| 2026-08-04 | 917.1630 |
| 2026-08-11 | 915.9774 |
| 2026-08-18 | 918.3677 |
| 2026-08-26 | 920.1819 |
| 2026-09-02 | 917.6322 |
| 2026-09-09 | 918.3863 |
| 2026-09-16 | 918.9193 |
| 2026-09-23 | 916.1735 |
High
928.5427
Low
915.4418
Average
918.1658
Get this rate via the API
One GET request returns the USD/AOA rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=AOA").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/AOA API questions
How do I get the USD/AOA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/AOA rate in rates.AOA.
How far back does USD/AOA historical data go?
Daily USD/AOA rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/AOA exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.