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: show the values
| Point | AED/AOA |
|---|---|
| 2025-12-31 | 249.5137 |
| 2026-01-07 | 249.8565 |
| 2026-01-14 | 249.5341 |
| 2026-01-21 | 249.6957 |
| 2026-01-28 | 249.4545 |
| 2026-02-04 | 249.2126 |
| 2026-02-11 | 249.8283 |
| 2026-02-18 | 249.6746 |
| 2026-02-25 | 249.7138 |
| 2026-03-04 | 249.8962 |
| 2026-03-11 | 249.8597 |
| 2026-03-18 | 249.9128 |
| 2026-03-25 | 249.4875 |
| 2026-04-01 | 249.9187 |
| 2026-04-08 | 249.8484 |
| 2026-04-15 | 249.6534 |
| 2026-04-22 | 249.9272 |
| 2026-04-29 | 249.9295 |
| 2026-05-06 | 249.9269 |
| 2026-05-14 | 250.1989 |
| 2026-05-21 | 250.2070 |
| 2026-05-29 | 249.4520 |
| 2026-06-05 | 250.0738 |
| 2026-06-14 | 251.9708 |
| 2026-06-21 | 254.6304 |
| 2026-06-28 | 254.3479 |
| 2026-07-05 | 251.6572 |
| 2026-07-12 | 254.4411 |
| 2026-07-19 | 254.7236 |
| 2026-07-26 | 252.1218 |
| 2026-08-02 | 249.2269 |
| 2026-08-09 | 249.6170 |
| 2026-08-16 | 249.4525 |
| 2026-08-24 | 250.3225 |
| 2026-08-31 | 250.3773 |
| 2026-09-07 | 250.3689 |
| 2026-09-14 | 249.7971 |
| 2026-09-21 | 250.3743 |
High
254.7236
Low
249.2126
Average
250.4518
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.