Convert AUD to AFN
Australian Dollar → Afghan Afghani
1 AUD = 44.998365 AFN(1 AFN = 0.022223 AUD)
Currency converter
1 AUD =
44.9984 AFN
AUD to AFN: last 30 days
Over the last 30 days, 1 AUD traded between 44.9591 and 47.6151 AFN, averaging 46.5376 AFN. The AUD/AFN rate is down 5.18% since 2026-08-28.
- 30-day high
- 47.6151
- 2026-09-07
- 30-day low
- 44.9591
- 2026-09-24
- 30-day average
- 46.5376
- Days with data: 30
- 30-day change
- -5.18%
- since 2026-08-28
47.6151
44.95912026-08-28 → 2026-09-26
| Date | 1 AUD in AFN | Daily change |
|---|---|---|
| 2026-09-26 | 44.9984 | 0.00% |
| 2026-09-25 | 44.9984 | +0.09% |
| 2026-09-24 | 44.9591 | -2.08% |
| 2026-09-23 | 45.9143 | -0.36% |
| 2026-09-22 | 46.0806 | -0.57% |
| 2026-09-21 | 46.3445 | +0.55% |
| 2026-09-20 | 46.0901 | +1.69% |
| 2026-09-19 | 45.3259 | -2.06% |
| 2026-09-18 | 46.2801 | +0.30% |
| 2026-09-17 | 46.1417 | -0.39% |
| 2026-09-16 | 46.3243 | +0.18% |
| 2026-09-15 | 46.2431 | +0.64% |
| 2026-09-14 | 45.9492 | -0.47% |
| 2026-09-13 | 46.1665 | -2.18% |
| 2026-09-12 | 47.1954 | +0.64% |
| Date | 1 AUD in AFN | Daily change |
|---|---|---|
| 2026-09-11 | 46.895 | -0.60% |
| 2026-09-10 | 47.1793 | +0.19% |
| 2026-09-09 | 47.088 | -0.28% |
| 2026-09-08 | 47.2197 | -0.83% |
| 2026-09-07 | 47.6151 | +2.45% |
| 2026-09-06 | 46.4767 | -1.86% |
| 2026-09-05 | 47.3588 | -0.22% |
| 2026-09-04 | 47.4632 | +0.30% |
| 2026-09-03 | 47.3191 | +0.50% |
| 2026-09-02 | 47.0827 | -0.10% |
| 2026-09-01 | 47.1288 | +0.62% |
| 2026-08-31 | 46.8362 | -0.08% |
| 2026-08-30 | 46.8729 | -0.54% |
| 2026-08-29 | 47.1264 | -0.69% |
| 2026-08-28 | 47.4559 | — |
AUD to AFN conversion table
1 AUD44.9984 AFN
5 AUD224.9918 AFN
10 AUD449.9837 AFN
25 AUD1,124.9591 AFN
50 AUD2,249.9183 AFN
100 AUD4,499.8365 AFN
500 AUD22,499.183 AFN
1,000 AUD44,998.365 AFN
5,000 AUD224,991.83 AFN
10,000 AUD449,983.65 AFN
Get the AUD/AFN rate in your app
One GET request returns the latest AUD → AFN rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/AUD/AFN"fetch('https://rate-api.com/api/v1/pair/AUD/AFN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} AFN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/AFN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} AFN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/AFN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} AFN\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "AFN"
},
"rate": 44.9984,
"timestamp": 1790429334,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
AFN to AUDAfghan Afghani → Australian Dollar0.022223Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.