Convert AUD to NGN
Australian Dollar → Nigerian Naira
1 AUD = 932.81094 NGN(1 NGN = 0.00107203 AUD)
Currency converter
1 AUD =
932.8109 NGN
AUD to NGN: last 30 days
Over the last 30 days, 1 AUD traded between 932.1765 and 966.1881 NGN, averaging 950.1423 NGN. The AUD/NGN rate is down 3.43% since 2026-08-28.
- 30-day high
- 966.1881
- 2026-08-29
- 30-day low
- 932.1765
- 2026-09-24
- 30-day average
- 950.1423
- Days with data: 30
- 30-day change
- -3.43%
- since 2026-08-28
966.1881
932.17652026-08-28 → 2026-09-26
| Date | 1 AUD in NGN | Daily change |
|---|---|---|
| 2026-09-26 | 932.8109 | 0.00% |
| 2026-09-25 | 932.8109 | +0.07% |
| 2026-09-24 | 932.1765 | -0.45% |
| 2026-09-23 | 936.3656 | -0.71% |
| 2026-09-22 | 943.0493 | -0.71% |
| 2026-09-21 | 949.7763 | +0.16% |
| 2026-09-20 | 948.2623 | -0.00% |
| 2026-09-19 | 948.2787 | -0.01% |
| 2026-09-18 | 948.408 | +0.26% |
| 2026-09-17 | 945.9957 | -0.13% |
| 2026-09-16 | 947.1843 | +0.39% |
| 2026-09-15 | 943.4904 | -0.15% |
| 2026-09-14 | 944.866 | -0.72% |
| 2026-09-13 | 951.7164 | +0.03% |
| 2026-09-12 | 951.4274 | -0.01% |
| Date | 1 AUD in NGN | Daily change |
|---|---|---|
| 2026-09-11 | 951.5039 | +0.08% |
| 2026-09-10 | 950.7365 | -0.38% |
| 2026-09-09 | 954.3883 | +0.08% |
| 2026-09-08 | 953.6262 | -0.01% |
| 2026-09-07 | 953.7458 | +0.18% |
| 2026-09-06 | 952.0188 | -0.04% |
| 2026-09-05 | 952.3981 | -0.11% |
| 2026-09-04 | 953.4602 | -0.18% |
| 2026-09-03 | 955.1796 | +0.26% |
| 2026-09-02 | 952.6833 | -0.31% |
| 2026-09-01 | 955.6185 | -0.91% |
| 2026-08-31 | 964.393 | -0.15% |
| 2026-08-30 | 965.7984 | -0.04% |
| 2026-08-29 | 966.1881 | +0.03% |
| 2026-08-28 | 965.9122 | — |
AUD to NGN conversion table
1 AUD932.8109 NGN
5 AUD4,664.0547 NGN
10 AUD9,328.1094 NGN
25 AUD23,320.274 NGN
50 AUD46,640.547 NGN
100 AUD93,281.094 NGN
500 AUD466,405.47 NGN
1,000 AUD932,810.94 NGN
5,000 AUD4,664,054.7 NGN
10,000 AUD9,328,109.4 NGN
Get the AUD/NGN rate in your app
One GET request returns the latest AUD → NGN 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/NGN"fetch('https://rate-api.com/api/v1/pair/AUD/NGN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} NGN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/NGN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} NGN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/NGN');
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']} NGN\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "NGN"
},
"rate": 932.8109,
"timestamp": 1790429360,
"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
NGN to AUDNigerian Naira → Australian Dollar0.001072Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.