Convert AUD to NOK
Australian Dollar → Norwegian Krone
1 AUD = 6.683107 NOK(1 NOK = 0.149631 AUD)
Currency converter
1 AUD =
6.6831 NOK
AUD to NOK: last 30 days
Over the last 30 days, 1 AUD traded between 6.633 and 6.7172 NOK, averaging 6.6859 NOK. The AUD/NOK rate is down 0.41% since 2026-08-28.
- 30-day high
- 6.7172
- 2026-09-21
- 30-day low
- 6.633
- 2026-09-09
- 30-day average
- 6.6859
- Days with data: 30
- 30-day change
- -0.41%
- since 2026-08-28
6.7172
6.6332026-08-28 → 2026-09-26
| Date | 1 AUD in NOK | Daily change |
|---|---|---|
| 2026-09-26 | 6.6831 | 0.00% |
| 2026-09-25 | 6.6831 | +0.20% |
| 2026-09-24 | 6.6697 | -0.28% |
| 2026-09-23 | 6.6883 | -0.17% |
| 2026-09-22 | 6.6997 | -0.26% |
| 2026-09-21 | 6.7172 | +0.02% |
| 2026-09-20 | 6.7158 | 0.00% |
| 2026-09-19 | 6.7158 | 0.00% |
| 2026-09-18 | 6.7158 | +0.13% |
| 2026-09-17 | 6.7074 | +0.57% |
| 2026-09-16 | 6.6694 | +0.14% |
| 2026-09-15 | 6.66 | +0.21% |
| 2026-09-14 | 6.6457 | -0.37% |
| 2026-09-13 | 6.6704 | 0.00% |
| 2026-09-12 | 6.6704 | 0.00% |
| Date | 1 AUD in NOK | Daily change |
|---|---|---|
| 2026-09-11 | 6.6704 | +0.19% |
| 2026-09-10 | 6.6576 | +0.37% |
| 2026-09-09 | 6.633 | -0.62% |
| 2026-09-08 | 6.6747 | -0.20% |
| 2026-09-07 | 6.688 | -0.12% |
| 2026-09-06 | 6.6962 | 0.00% |
| 2026-09-05 | 6.6962 | 0.00% |
| 2026-09-04 | 6.6962 | +0.06% |
| 2026-09-03 | 6.6923 | +0.29% |
| 2026-09-02 | 6.6727 | +0.10% |
| 2026-09-01 | 6.6659 | -0.36% |
| 2026-08-31 | 6.69 | -0.31% |
| 2026-08-30 | 6.7106 | 0.00% |
| 2026-08-29 | 6.7106 | 0.00% |
| 2026-08-28 | 6.7106 | — |
AUD to NOK conversion table
1 AUD6.6831 NOK
5 AUD33.4155 NOK
10 AUD66.8311 NOK
25 AUD167.0777 NOK
50 AUD334.1554 NOK
100 AUD668.3107 NOK
500 AUD3,341.5536 NOK
1,000 AUD6,683.1073 NOK
5,000 AUD33,415.536 NOK
10,000 AUD66,831.073 NOK
Get the AUD/NOK rate in your app
One GET request returns the latest AUD → NOK 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/NOK"fetch('https://rate-api.com/api/v1/pair/AUD/NOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} NOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/NOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} NOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/NOK');
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']} NOK\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "NOK"
},
"rate": 6.6831,
"timestamp": 1790437531,
"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
NOK to AUDNorwegian Krone → Australian Dollar0.14963Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.