Skip to content

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

USD/AOA over 1Y: show the values
PointUSD/AOA
2025-09-25922.3459
2025-10-02917.7284
2025-10-09917.7080
2025-10-16916.9956
2025-10-23917.8434
2025-10-30922.5742
2025-11-06916.9719
2025-11-13916.2109
2025-11-20920.6103
2025-11-27920.7929
2025-12-04920.2764
2025-12-12921.0593
2025-12-19918.1011
2025-12-26915.6766
2026-01-02921.1781
2026-01-09917.9449
2026-01-16918.1235
2026-01-23916.9363
2026-01-30915.4761
2026-02-06916.6126
2026-02-13918.0102
2026-02-20916.5959
2026-02-27917.8348
2026-03-06915.4418
2026-03-13917.7648
2026-03-20917.4600
2026-03-27917.8452
2026-04-03917.6245
2026-04-10917.0002
2026-04-17917.0000
2026-04-24917.9996
2026-05-01918.0000
2026-05-08918.0003
2026-05-16920.5509
2026-05-24916.9566
2026-05-31928.5427
2026-06-09918.0946
2026-06-16916.0231
2026-06-23917.6428
2026-06-30917.9188
2026-07-07917.4904
2026-07-14917.7223
2026-07-21916.5439
2026-07-28918.0810
2026-08-04917.1630
2026-08-11915.9774
2026-08-18918.3677
2026-08-26920.1819
2026-09-02917.6322
2026-09-09918.3863
2026-09-16918.9193
2026-09-23916.1735

High

928.5427

Low

915.4418

Average

918.1658

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=AOA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=AOA");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=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&currencies=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.