AED to AFN exchange rate API
UAE Dirham to Afghani · quoted 2026-09-25
17.4266
▼ +2.39% over YTD
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 year to date, AED/AFN traded between 17.0167 and 18.0129, averaged 17.5678 and fell 2.39%. 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 YTD: show the values
| Point | AED/AFN |
|---|---|
| 2025-12-31 | 17.8534 |
| 2026-01-07 | 18.0129 |
| 2026-01-14 | 17.9869 |
| 2026-01-21 | 17.8492 |
| 2026-01-28 | 17.9006 |
| 2026-02-04 | 17.9470 |
| 2026-02-11 | 17.6779 |
| 2026-02-18 | 17.0167 |
| 2026-02-25 | 17.2332 |
| 2026-03-04 | 17.0252 |
| 2026-03-11 | 17.1701 |
| 2026-03-18 | 17.1715 |
| 2026-03-25 | 17.1237 |
| 2026-04-01 | 17.2998 |
| 2026-04-08 | 17.6811 |
| 2026-04-15 | 17.4240 |
| 2026-04-22 | 17.1519 |
| 2026-04-29 | 17.1521 |
| 2026-05-06 | 17.2874 |
| 2026-05-14 | 17.4246 |
| 2026-05-21 | 17.1123 |
| 2026-05-29 | 17.1432 |
| 2026-06-05 | 17.2667 |
| 2026-06-14 | 17.5211 |
| 2026-06-21 | 17.5787 |
| 2026-06-28 | 17.6016 |
| 2026-07-05 | 17.8803 |
| 2026-07-12 | 17.8419 |
| 2026-07-19 | 17.9590 |
| 2026-07-26 | 17.9762 |
| 2026-08-02 | 17.9178 |
| 2026-08-09 | 17.9078 |
| 2026-08-16 | 17.7946 |
| 2026-08-24 | 17.8302 |
| 2026-08-31 | 17.8049 |
| 2026-09-07 | 17.9690 |
| 2026-09-14 | 17.5465 |
| 2026-09-21 | 17.6775 |
High
18.0129
Low
17.0167
Average
17.5678
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.