Skip to content

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

AUD/AFN over 1Y: show the values
PointAUD/AFN
2025-09-2545.0763
2025-10-0244.6170
2025-10-0944.0486
2025-10-1643.1437
2025-10-2343.1563
2025-10-3043.6009
2025-11-0643.3057
2025-11-1343.5721
2025-11-2042.9331
2025-11-2743.3428
2025-12-0443.7779
2025-12-1244.0690
2025-12-1943.7636
2025-12-2643.9887
2026-01-0243.8932
2026-01-0944.0522
2026-01-1644.0523
2026-01-2344.6068
2026-01-3046.1700
2026-02-0645.7292
2026-02-1345.4200
2026-02-2044.4013
2026-02-2744.4060
2026-03-0644.1226
2026-03-1343.9882
2026-03-2044.6660
2026-03-2743.5895
2026-04-0343.8618
2026-04-1045.2575
2026-04-1746.2912
2026-04-2445.0102
2026-05-0145.7269
2026-05-0846.6564
2026-05-1644.6446
2026-05-2445.5255
2026-05-3145.8869
2026-06-0944.2777
2026-06-1644.5690
2026-06-2344.1106
2026-06-3044.0399
2026-07-0744.2025
2026-07-1445.9248
2026-07-2146.8704
2026-07-2846.3254
2026-08-0446.0993
2026-08-1146.2626
2026-08-1846.8435
2026-08-2647.3812
2026-09-0247.0821
2026-09-0947.0866
2026-09-1646.3243
2026-09-2345.9143

High

47.3812

Low

42.9331

Average

44.8782

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.