AUD to AFN exchange rate API
Australian Dollar to Afghani · quoted 2026-09-25
44.8776
▼ +0.44% over 1Y
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 year, AUD/AFN traded between 42.9331 and 47.3812, averaged 44.8782 and fell 0.44%. 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 1Y: show the values
| Point | AUD/AFN |
|---|---|
| 2025-09-25 | 45.0763 |
| 2025-10-02 | 44.6170 |
| 2025-10-09 | 44.0486 |
| 2025-10-16 | 43.1437 |
| 2025-10-23 | 43.1563 |
| 2025-10-30 | 43.6009 |
| 2025-11-06 | 43.3057 |
| 2025-11-13 | 43.5721 |
| 2025-11-20 | 42.9331 |
| 2025-11-27 | 43.3428 |
| 2025-12-04 | 43.7779 |
| 2025-12-12 | 44.0690 |
| 2025-12-19 | 43.7636 |
| 2025-12-26 | 43.9887 |
| 2026-01-02 | 43.8932 |
| 2026-01-09 | 44.0522 |
| 2026-01-16 | 44.0523 |
| 2026-01-23 | 44.6068 |
| 2026-01-30 | 46.1700 |
| 2026-02-06 | 45.7292 |
| 2026-02-13 | 45.4200 |
| 2026-02-20 | 44.4013 |
| 2026-02-27 | 44.4060 |
| 2026-03-06 | 44.1226 |
| 2026-03-13 | 43.9882 |
| 2026-03-20 | 44.6660 |
| 2026-03-27 | 43.5895 |
| 2026-04-03 | 43.8618 |
| 2026-04-10 | 45.2575 |
| 2026-04-17 | 46.2912 |
| 2026-04-24 | 45.0102 |
| 2026-05-01 | 45.7269 |
| 2026-05-08 | 46.6564 |
| 2026-05-16 | 44.6446 |
| 2026-05-24 | 45.5255 |
| 2026-05-31 | 45.8869 |
| 2026-06-09 | 44.2777 |
| 2026-06-16 | 44.5690 |
| 2026-06-23 | 44.1106 |
| 2026-06-30 | 44.0399 |
| 2026-07-07 | 44.2025 |
| 2026-07-14 | 45.9248 |
| 2026-07-21 | 46.8704 |
| 2026-07-28 | 46.3254 |
| 2026-08-04 | 46.0993 |
| 2026-08-11 | 46.2626 |
| 2026-08-18 | 46.8435 |
| 2026-08-26 | 47.3812 |
| 2026-09-02 | 47.0821 |
| 2026-09-09 | 47.0866 |
| 2026-09-16 | 46.3243 |
| 2026-09-23 | 45.9143 |
High
47.3812
Low
42.9331
Average
44.8782
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.