Skip to content

AED to AOA exchange rate API

UAE Dirham to Kwanza · quoted 2026-09-24

249.4143

▼ +0.04% over YTD

1 AED = 249.4143 AOA · 1 AOA = 0.004009 AED · Get this rate via the API

1 AED buys 249.4143 AOA as of 2026-09-24, so 1 AOA buys 0.004009 AED. Over the year to date, AED/AOA traded between 249.2126 and 254.7236, averaged 250.4518 and fell 0.04%. The API holds daily AED/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/AOA over YTD

AED/AOA over YTD: show the values
PointAED/AOA
2025-12-31249.5137
2026-01-07249.8565
2026-01-14249.5341
2026-01-21249.6957
2026-01-28249.4545
2026-02-04249.2126
2026-02-11249.8283
2026-02-18249.6746
2026-02-25249.7138
2026-03-04249.8962
2026-03-11249.8597
2026-03-18249.9128
2026-03-25249.4875
2026-04-01249.9187
2026-04-08249.8484
2026-04-15249.6534
2026-04-22249.9272
2026-04-29249.9295
2026-05-06249.9269
2026-05-14250.1989
2026-05-21250.2070
2026-05-29249.4520
2026-06-05250.0738
2026-06-14251.9708
2026-06-21254.6304
2026-06-28254.3479
2026-07-05251.6572
2026-07-12254.4411
2026-07-19254.7236
2026-07-26252.1218
2026-08-02249.2269
2026-08-09249.6170
2026-08-16249.4525
2026-08-24250.3225
2026-08-31250.3773
2026-09-07250.3689
2026-09-14249.7971
2026-09-21250.3743

High

254.7236

Low

249.2126

Average

250.4518

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=AOA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=AOA").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/AOA API questions

How do I get the AED/AOA exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/AOA rate in rates.AOA.

How far back does AED/AOA historical data go?

Daily AED/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 AED/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.