Skip to content

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

AUD/AFN over 5Y: show the values
PointAUD/AFN
2024-08-2448.1236
2024-10-0746.5553
2024-11-0643.9557
2024-12-0644.1972
2025-01-0543.8337
2025-02-0446.8595
2025-03-0646.2482
2025-04-0643.0675
2025-05-0645.7542
2025-06-0745.2441
2025-07-0745.3956
2025-08-0644.5302
2025-09-0544.7918
2025-10-0644.3012
2025-11-0543.0992
2025-12-0543.5754
2026-01-0543.7812
2026-02-0446.3405
2026-03-0644.1226
2026-04-0544.7003
2026-05-0545.5240
2026-06-0644.9774
2026-07-0844.3006
2026-08-0746.1161
2026-09-0747.6158

High

48.1236

Low

43.0675

Average

45.0726

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=AFN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.