Skip to content

AED to AOA exchange rate API

UAE Dirham to Kwanza · quoted 2026-09-24

249.4143

▼ +0.19% over 1Y

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 last year, AED/AOA traded between 248.4034 and 252.8166, averaged 249.9097 and fell 0.19%. 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 1Y

AED/AOA over 1Y: show the values
PointAED/AOA
2025-09-24249.8822
2025-10-01249.8640
2025-10-08250.0660
2025-10-15249.9076
2025-10-22249.6004
2025-10-29249.6168
2025-11-05249.6797
2025-11-12248.4034
2025-11-19249.9169
2025-11-26248.4701
2025-12-03250.7389
2025-12-11250.9681
2025-12-18250.6233
2025-12-25249.7571
2026-01-01249.2842
2026-01-08249.9288
2026-01-15249.7845
2026-01-22249.8327
2026-01-29249.9313
2026-02-05249.8650
2026-02-12249.6574
2026-02-19249.8839
2026-02-26249.6653
2026-03-05248.9907
2026-03-12249.8924
2026-03-19249.8821
2026-03-26249.5982
2026-04-02249.7793
2026-04-09249.6552
2026-04-16249.9285
2026-04-23249.9269
2026-04-30249.9289
2026-05-07249.9313
2026-05-15249.9320
2026-05-23249.6810
2026-05-30252.8166
2026-06-06250.1228
2026-06-15250.1020
2026-06-22249.9179
2026-06-29250.1173
2026-07-06250.0427
2026-07-13250.3493
2026-07-20250.0298
2026-07-27250.2945
2026-08-03250.2721
2026-08-10249.9970
2026-08-17250.3201
2026-08-25249.9699
2026-09-01250.0902
2026-09-08249.4181
2026-09-15249.6452
2026-09-22249.8393

High

252.8166

Low

248.4034

Average

249.9097

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.