Convert AUD to ERN
Australian Dollar → Eritrean Nakfa
1 AUD = 10.545314 ERN(1 ERN = 0.0948288 AUD)
Currency converter
1 AUD =
10.5453 ERN
AUD to ERN: last 30 days
Over the last 30 days, 1 AUD traded between 10.54 and 10.8374 ERN, averaging 10.723 ERN. The AUD/ERN rate is down 2.29% since 2026-08-28.
- 30-day high
- 10.8374
- 2026-09-09
- 30-day low
- 10.54
- 2026-09-24
- 30-day average
- 10.723
- Days with data: 30
- 30-day change
- -2.29%
- since 2026-08-28
10.8374
10.542026-08-28 → 2026-09-26
| Date | 1 AUD in ERN | Daily change |
|---|---|---|
| 2026-09-26 | 10.5453 | 0.00% |
| 2026-09-25 | 10.5453 | +0.05% |
| 2026-09-24 | 10.54 | -0.58% |
| 2026-09-23 | 10.6011 | -0.60% |
| 2026-09-22 | 10.6655 | -0.38% |
| 2026-09-21 | 10.7066 | +0.25% |
| 2026-09-20 | 10.68 | 0.00% |
| 2026-09-19 | 10.68 | +0.00% |
| 2026-09-18 | 10.68 | +0.09% |
| 2026-09-17 | 10.6708 | -0.26% |
| 2026-09-16 | 10.6982 | +0.09% |
| 2026-09-15 | 10.6883 | -0.06% |
| 2026-09-14 | 10.6944 | -0.60% |
| 2026-09-13 | 10.7589 | 0.00% |
| 2026-09-12 | 10.7589 | 0.00% |
| Date | 1 AUD in ERN | Daily change |
|---|---|---|
| 2026-09-11 | 10.7589 | -0.17% |
| 2026-09-10 | 10.7774 | -0.55% |
| 2026-09-09 | 10.8374 | +0.14% |
| 2026-09-08 | 10.8217 | 0.00% |
| 2026-09-07 | 10.8217 | +0.15% |
| 2026-09-06 | 10.8054 | 0.00% |
| 2026-09-05 | 10.8054 | 0.00% |
| 2026-09-04 | 10.8054 | +0.14% |
| 2026-09-03 | 10.7898 | +0.64% |
| 2026-09-02 | 10.7212 | +0.09% |
| 2026-09-01 | 10.712 | -0.29% |
| 2026-08-31 | 10.7427 | -0.46% |
| 2026-08-30 | 10.7921 | 0.00% |
| 2026-08-29 | 10.7921 | 0.00% |
| 2026-08-28 | 10.7921 | — |
AUD to ERN conversion table
1 AUD10.5453 ERN
5 AUD52.7266 ERN
10 AUD105.4531 ERN
25 AUD263.6329 ERN
50 AUD527.2657 ERN
100 AUD1,054.5314 ERN
500 AUD5,272.6572 ERN
1,000 AUD10,545.314 ERN
5,000 AUD52,726.572 ERN
10,000 AUD105,453.14 ERN
Get the AUD/ERN rate in your app
One GET request returns the latest AUD → ERN 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/ERN"fetch('https://rate-api.com/api/v1/pair/AUD/ERN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} ERN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/ERN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} ERN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/ERN');
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']} ERN\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "ERN"
},
"rate": 10.5453,
"timestamp": 1790447426,
"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
ERN to AUDEritrean Nakfa → Australian Dollar0.094829Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.