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: show the values
| Point | AED/AOA |
|---|---|
| 2025-09-24 | 249.8822 |
| 2025-10-01 | 249.8640 |
| 2025-10-08 | 250.0660 |
| 2025-10-15 | 249.9076 |
| 2025-10-22 | 249.6004 |
| 2025-10-29 | 249.6168 |
| 2025-11-05 | 249.6797 |
| 2025-11-12 | 248.4034 |
| 2025-11-19 | 249.9169 |
| 2025-11-26 | 248.4701 |
| 2025-12-03 | 250.7389 |
| 2025-12-11 | 250.9681 |
| 2025-12-18 | 250.6233 |
| 2025-12-25 | 249.7571 |
| 2026-01-01 | 249.2842 |
| 2026-01-08 | 249.9288 |
| 2026-01-15 | 249.7845 |
| 2026-01-22 | 249.8327 |
| 2026-01-29 | 249.9313 |
| 2026-02-05 | 249.8650 |
| 2026-02-12 | 249.6574 |
| 2026-02-19 | 249.8839 |
| 2026-02-26 | 249.6653 |
| 2026-03-05 | 248.9907 |
| 2026-03-12 | 249.8924 |
| 2026-03-19 | 249.8821 |
| 2026-03-26 | 249.5982 |
| 2026-04-02 | 249.7793 |
| 2026-04-09 | 249.6552 |
| 2026-04-16 | 249.9285 |
| 2026-04-23 | 249.9269 |
| 2026-04-30 | 249.9289 |
| 2026-05-07 | 249.9313 |
| 2026-05-15 | 249.9320 |
| 2026-05-23 | 249.6810 |
| 2026-05-30 | 252.8166 |
| 2026-06-06 | 250.1228 |
| 2026-06-15 | 250.1020 |
| 2026-06-22 | 249.9179 |
| 2026-06-29 | 250.1173 |
| 2026-07-06 | 250.0427 |
| 2026-07-13 | 250.3493 |
| 2026-07-20 | 250.0298 |
| 2026-07-27 | 250.2945 |
| 2026-08-03 | 250.2721 |
| 2026-08-10 | 249.9970 |
| 2026-08-17 | 250.3201 |
| 2026-08-25 | 249.9699 |
| 2026-09-01 | 250.0902 |
| 2026-09-08 | 249.4181 |
| 2026-09-15 | 249.6452 |
| 2026-09-22 | 249.8393 |
High
252.8166
Low
248.4034
Average
249.9097
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.