Convert AUD to ISK
Australian Dollar → Icelandic Króna
1 AUD = 84.217016 ISK(1 ISK = 0.0118741 AUD)
Currency converter
1 AUD =
84.217 ISK
AUD to ISK: last 30 days
Over the last 30 days, 1 AUD traded between 84.217 and 87.4035 ISK, averaging 86.4908 ISK. The AUD/ISK rate is down 3.21% since 2026-08-28.
- 30-day high
- 87.4035
- 2026-09-07
- 30-day low
- 84.217
- 2026-09-25
- 30-day average
- 86.4908
- Days with data: 30
- 30-day change
- -3.21%
- since 2026-08-28
87.4035
84.2172026-08-28 → 2026-09-26
| Date | 1 AUD in ISK | Daily change |
|---|---|---|
| 2026-09-26 | 84.217 | 0.00% |
| 2026-09-25 | 84.217 | -1.28% |
| 2026-09-24 | 85.3063 | -0.19% |
| 2026-09-23 | 85.4701 | -0.44% |
| 2026-09-22 | 85.8504 | -0.43% |
| 2026-09-21 | 86.2241 | -0.44% |
| 2026-09-20 | 86.6073 | 0.00% |
| 2026-09-19 | 86.6073 | 0.00% |
| 2026-09-18 | 86.6073 | -0.02% |
| 2026-09-17 | 86.6259 | +0.23% |
| 2026-09-16 | 86.4275 | -0.03% |
| 2026-09-15 | 86.4543 | +0.19% |
| 2026-09-14 | 86.2897 | -0.10% |
| 2026-09-13 | 86.3793 | 0.00% |
| 2026-09-12 | 86.3793 | 0.00% |
| Date | 1 AUD in ISK | Daily change |
|---|---|---|
| 2026-09-11 | 86.3793 | -0.25% |
| 2026-09-10 | 86.5929 | -0.53% |
| 2026-09-09 | 87.053 | -0.19% |
| 2026-09-08 | 87.2159 | -0.21% |
| 2026-09-07 | 87.4035 | +0.15% |
| 2026-09-06 | 87.2713 | 0.00% |
| 2026-09-05 | 87.2713 | 0.00% |
| 2026-09-04 | 87.2713 | +0.23% |
| 2026-09-03 | 87.0738 | +0.32% |
| 2026-09-02 | 86.7987 | +0.05% |
| 2026-09-01 | 86.7528 | -0.24% |
| 2026-08-31 | 86.9584 | -0.06% |
| 2026-08-30 | 87.0063 | 0.00% |
| 2026-08-29 | 87.0063 | 0.00% |
| 2026-08-28 | 87.0063 | — |
AUD to ISK conversion table
1 AUD84.217 ISK
5 AUD421.0851 ISK
10 AUD842.1702 ISK
25 AUD2,105.4254 ISK
50 AUD4,210.8508 ISK
100 AUD8,421.7016 ISK
500 AUD42,108.508 ISK
1,000 AUD84,217.016 ISK
5,000 AUD421,085.08 ISK
10,000 AUD842,170.16 ISK
Get the AUD/ISK rate in your app
One GET request returns the latest AUD → ISK 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/ISK"fetch('https://rate-api.com/api/v1/pair/AUD/ISK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} ISK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/ISK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} ISK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/ISK');
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']} ISK\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "ISK"
},
"rate": 84.217,
"timestamp": 1790429290,
"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
ISK to AUDIcelandic Króna → Australian Dollar0.011874Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.