Convert AUD to NIO
Australian Dollar → Nicaraguan Córdoba
1 AUD = 25.867847 NIO(1 NIO = 0.038658 AUD)
Currency converter
1 AUD =
25.8678 NIO
AUD to NIO: last 30 days
Over the last 30 days, 1 AUD traded between 25.8678 and 26.5589 NIO, averaging 26.2739 NIO. The AUD/NIO rate is down 2.20% since 2026-08-28.
- 30-day high
- 26.5589
- 2026-09-09
- 30-day low
- 25.8678
- 2026-09-25
- 30-day average
- 26.2739
- Days with data: 30
- 30-day change
- -2.20%
- since 2026-08-28
26.5589
25.86782026-08-28 → 2026-09-26
| Date | 1 AUD in NIO | Daily change |
|---|---|---|
| 2026-09-26 | 25.8678 | 0.00% |
| 2026-09-25 | 25.8678 | -0.11% |
| 2026-09-24 | 25.8972 | -0.49% |
| 2026-09-23 | 26.0247 | -0.32% |
| 2026-09-22 | 26.1088 | -0.47% |
| 2026-09-21 | 26.2312 | +0.30% |
| 2026-09-20 | 26.1525 | -0.18% |
| 2026-09-19 | 26.1991 | +0.35% |
| 2026-09-18 | 26.109 | +0.04% |
| 2026-09-17 | 26.0991 | -0.32% |
| 2026-09-16 | 26.182 | +0.04% |
| 2026-09-15 | 26.1707 | -0.03% |
| 2026-09-14 | 26.1793 | -0.40% |
| 2026-09-13 | 26.2852 | +0.19% |
| 2026-09-12 | 26.2355 | -0.47% |
| Date | 1 AUD in NIO | Daily change |
|---|---|---|
| 2026-09-11 | 26.359 | -0.21% |
| 2026-09-10 | 26.4149 | -0.54% |
| 2026-09-09 | 26.5589 | +0.04% |
| 2026-09-08 | 26.5493 | -0.01% |
| 2026-09-07 | 26.5526 | +0.42% |
| 2026-09-06 | 26.4426 | -0.24% |
| 2026-09-05 | 26.5069 | +0.02% |
| 2026-09-04 | 26.5016 | +0.19% |
| 2026-09-03 | 26.4511 | +0.69% |
| 2026-09-02 | 26.2703 | -0.04% |
| 2026-09-01 | 26.2795 | -0.35% |
| 2026-08-31 | 26.3729 | -0.08% |
| 2026-08-30 | 26.3948 | -0.40% |
| 2026-08-29 | 26.5008 | +0.19% |
| 2026-08-28 | 26.4506 | — |
AUD to NIO conversion table
1 AUD25.8678 NIO
5 AUD129.3392 NIO
10 AUD258.6785 NIO
25 AUD646.6962 NIO
50 AUD1,293.3923 NIO
100 AUD2,586.7847 NIO
500 AUD12,933.923 NIO
1,000 AUD25,867.847 NIO
5,000 AUD129,339.23 NIO
10,000 AUD258,678.47 NIO
Get the AUD/NIO rate in your app
One GET request returns the latest AUD → NIO 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/NIO"fetch('https://rate-api.com/api/v1/pair/AUD/NIO', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} NIO`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/NIO",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} NIO")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/NIO');
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']} NIO\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "NIO"
},
"rate": 25.8678,
"timestamp": 1790429346,
"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
NIO to AUDNicaraguan Córdoba → Australian Dollar0.038658Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.