Convert ISK to AUD
Icelandic Króna → Australian Dollar
1 ISK = 0.0118741 AUD(1 AUD = 84.217016 ISK)
Currency converter
1 ISK =
0.011874 AUD
ISK to AUD: last 30 days
Over the last 30 days, 1 ISK traded between 0.011441 and 0.011874 AUD, averaging 0.011563 AUD. The ISK/AUD rate is up 3.31% since 2026-08-28.
- 30-day high
- 0.011874
- 2026-09-25
- 30-day low
- 0.011441
- 2026-09-07
- 30-day average
- 0.011563
- Days with data: 30
- 30-day change
- +3.31%
- since 2026-08-28
0.011874
0.0114412026-08-28 → 2026-09-26
| Date | 1 ISK in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.011874 | 0.00% |
| 2026-09-25 | 0.011874 | +1.29% |
| 2026-09-24 | 0.011722 | +0.19% |
| 2026-09-23 | 0.0117 | +0.44% |
| 2026-09-22 | 0.011648 | +0.44% |
| 2026-09-21 | 0.011598 | +0.44% |
| 2026-09-20 | 0.011546 | 0.00% |
| 2026-09-19 | 0.011546 | 0.00% |
| 2026-09-18 | 0.011546 | +0.02% |
| 2026-09-17 | 0.011544 | -0.23% |
| 2026-09-16 | 0.01157 | +0.03% |
| 2026-09-15 | 0.011567 | -0.19% |
| 2026-09-14 | 0.011589 | +0.10% |
| 2026-09-13 | 0.011577 | 0.00% |
| 2026-09-12 | 0.011577 | 0.00% |
| Date | 1 ISK in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.011577 | +0.25% |
| 2026-09-10 | 0.011548 | +0.53% |
| 2026-09-09 | 0.011487 | +0.19% |
| 2026-09-08 | 0.011466 | +0.22% |
| 2026-09-07 | 0.011441 | -0.15% |
| 2026-09-06 | 0.011459 | 0.00% |
| 2026-09-05 | 0.011459 | 0.00% |
| 2026-09-04 | 0.011459 | -0.23% |
| 2026-09-03 | 0.011485 | -0.32% |
| 2026-09-02 | 0.011521 | -0.05% |
| 2026-09-01 | 0.011527 | +0.24% |
| 2026-08-31 | 0.0115 | +0.06% |
| 2026-08-30 | 0.011493 | 0.00% |
| 2026-08-29 | 0.011493 | 0.00% |
| 2026-08-28 | 0.011493 | — |
ISK to AUD conversion table
1 ISK0.011874 AUD
5 ISK0.05937 AUD
10 ISK0.11874 AUD
25 ISK0.29685 AUD
50 ISK0.5937 AUD
100 ISK1.1874 AUD
500 ISK5.937 AUD
1,000 ISK11.8741 AUD
5,000 ISK59.3704 AUD
10,000 ISK118.7409 AUD
Get the ISK/AUD rate in your app
One GET request returns the latest ISK → AUD 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/ISK/AUD"fetch('https://rate-api.com/api/v1/pair/ISK/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ISK = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ISK/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ISK = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ISK/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ISK = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "ISK",
"to": "AUD"
},
"rate": 0.0119,
"timestamp": 1790432043,
"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
AUD to ISKAustralian Dollar → Icelandic Króna84.217Convert ISK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.