AUD to AFN exchange rate API
Australian Dollar to Afghani · quoted 2026-09-25
44.8776
▼ +6.75% over 5Y
1 AUD = 44.8776 AFN · 1 AFN = 0.02228 AUD · Get this rate via the API
1 AUD buys 44.8776 AFN as of 2026-09-25, so 1 AFN buys 0.02228 AUD. Over the last 5 years, AUD/AFN traded between 43.0675 and 48.1236, averaged 45.0726 and fell 6.75%. The API holds daily AUD/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/AFN over 5Y: show the values
| Point | AUD/AFN |
|---|---|
| 2024-08-24 | 48.1236 |
| 2024-10-07 | 46.5553 |
| 2024-11-06 | 43.9557 |
| 2024-12-06 | 44.1972 |
| 2025-01-05 | 43.8337 |
| 2025-02-04 | 46.8595 |
| 2025-03-06 | 46.2482 |
| 2025-04-06 | 43.0675 |
| 2025-05-06 | 45.7542 |
| 2025-06-07 | 45.2441 |
| 2025-07-07 | 45.3956 |
| 2025-08-06 | 44.5302 |
| 2025-09-05 | 44.7918 |
| 2025-10-06 | 44.3012 |
| 2025-11-05 | 43.0992 |
| 2025-12-05 | 43.5754 |
| 2026-01-05 | 43.7812 |
| 2026-02-04 | 46.3405 |
| 2026-03-06 | 44.1226 |
| 2026-04-05 | 44.7003 |
| 2026-05-05 | 45.5240 |
| 2026-06-06 | 44.9774 |
| 2026-07-08 | 44.3006 |
| 2026-08-07 | 46.1161 |
| 2026-09-07 | 47.6158 |
High
48.1236
Low
43.0675
Average
45.0726
Get this rate via the API
One GET request returns the AUD/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=AUD¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/AFN API questions
How do I get the AUD/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/AFN rate in rates.AFN.
How far back does AUD/AFN historical data go?
Daily AUD/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 AUD/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.