AED to AFN exchange rate API
UAE Dirham to Afghani · quoted 2026-09-25
17.4266
▼ +6.52% over 1Y
1 AED = 17.4266 AFN · 1 AFN = 0.05738 AED · Get this rate via the API
1 AED buys 17.4266 AFN as of 2026-09-25, so 1 AFN buys 0.05738 AED. Over the last year, AED/AFN traded between 17.0029 and 18.6422, averaged 17.6964 and fell 6.52%. The API holds daily AED/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/AFN over 1Y: show the values
| Point | AED/AFN |
|---|---|
| 2025-09-25 | 18.6422 |
| 2025-10-02 | 18.3812 |
| 2025-10-09 | 18.1787 |
| 2025-10-16 | 18.0758 |
| 2025-10-23 | 18.0660 |
| 2025-10-30 | 18.1629 |
| 2025-11-06 | 18.0926 |
| 2025-11-13 | 18.0942 |
| 2025-11-20 | 18.0435 |
| 2025-11-27 | 18.0825 |
| 2025-12-04 | 18.0407 |
| 2025-12-12 | 17.9960 |
| 2025-12-19 | 18.0472 |
| 2025-12-26 | 17.8510 |
| 2026-01-02 | 17.8510 |
| 2026-01-09 | 17.9679 |
| 2026-01-16 | 17.9064 |
| 2026-01-23 | 17.6906 |
| 2026-01-30 | 17.9300 |
| 2026-02-06 | 17.8190 |
| 2026-02-13 | 17.5388 |
| 2026-02-20 | 17.1533 |
| 2026-02-27 | 17.0130 |
| 2026-03-06 | 17.1458 |
| 2026-03-13 | 17.0029 |
| 2026-03-20 | 17.2077 |
| 2026-03-27 | 17.2398 |
| 2026-04-03 | 17.3250 |
| 2026-04-10 | 17.4241 |
| 2026-04-17 | 17.5609 |
| 2026-04-24 | 17.1516 |
| 2026-05-01 | 17.2874 |
| 2026-05-08 | 17.5606 |
| 2026-05-16 | 17.0074 |
| 2026-05-24 | 17.3389 |
| 2026-05-31 | 17.3948 |
| 2026-06-09 | 17.0732 |
| 2026-06-16 | 17.1755 |
| 2026-06-23 | 17.3132 |
| 2026-06-30 | 17.4097 |
| 2026-07-07 | 17.3211 |
| 2026-07-14 | 18.0103 |
| 2026-07-21 | 18.1903 |
| 2026-07-28 | 18.0994 |
| 2026-08-04 | 17.8504 |
| 2026-08-11 | 17.8303 |
| 2026-08-18 | 17.9342 |
| 2026-08-26 | 17.9542 |
| 2026-09-02 | 17.9345 |
| 2026-09-09 | 17.7442 |
| 2026-09-16 | 17.6835 |
| 2026-09-23 | 17.6877 |
High
18.6422
Low
17.0029
Average
17.6964
Get this rate via the API
One GET request returns the AED/AFN 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=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/AFN API questions
How do I get the AED/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/AFN rate in rates.AFN.
How far back does AED/AFN historical data go?
Daily AED/AFN 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/AFN 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.