Convert CAD to NOK
Canadian Dollar → Norwegian Krone
1 CAD = 6.721647 NOK(1 NOK = 0.148773 CAD)
Currency converter
1 CAD =
6.7216 NOK
CAD to NOK: last 30 days
Over the last 30 days, 1 CAD traded between 6.6682 and 6.7457 NOK, averaging 6.7202 NOK. The CAD/NOK rate is down 0.16% since 2026-08-28.
- 30-day high
- 6.7457
- 2026-09-03
- 30-day low
- 6.6682
- 2026-09-09
- 30-day average
- 6.7202
- Days with data: 30
- 30-day change
- -0.16%
- since 2026-08-28
6.7457
6.66822026-08-28 → 2026-09-26
| Date | 1 CAD in NOK | Daily change |
|---|---|---|
| 2026-09-26 | 6.7216 | 0.00% |
| 2026-09-25 | 6.7216 | -0.03% |
| 2026-09-24 | 6.7237 | +0.10% |
| 2026-09-23 | 6.717 | +0.12% |
| 2026-09-22 | 6.7093 | -0.16% |
| 2026-09-21 | 6.7201 | -0.19% |
| 2026-09-20 | 6.7326 | 0.00% |
| 2026-09-19 | 6.7326 | 0.00% |
| 2026-09-18 | 6.7326 | -0.07% |
| 2026-09-17 | 6.7371 | +0.42% |
| 2026-09-16 | 6.7087 | -0.09% |
| 2026-09-15 | 6.7145 | +0.03% |
| 2026-09-14 | 6.7122 | +0.02% |
| 2026-09-13 | 6.7109 | 0.00% |
| 2026-09-12 | 6.7109 | 0.00% |
| Date | 1 CAD in NOK | Daily change |
|---|---|---|
| 2026-09-11 | 6.7109 | +0.06% |
| 2026-09-10 | 6.7068 | +0.58% |
| 2026-09-09 | 6.6682 | -0.50% |
| 2026-09-08 | 6.7018 | -0.09% |
| 2026-09-07 | 6.7079 | -0.42% |
| 2026-09-06 | 6.736 | 0.00% |
| 2026-09-05 | 6.736 | 0.00% |
| 2026-09-04 | 6.736 | -0.14% |
| 2026-09-03 | 6.7457 | +0.62% |
| 2026-09-02 | 6.7043 | -0.25% |
| 2026-09-01 | 6.7211 | -0.09% |
| 2026-08-31 | 6.7271 | -0.08% |
| 2026-08-30 | 6.7324 | 0.00% |
| 2026-08-29 | 6.7324 | 0.00% |
| 2026-08-28 | 6.7324 | — |
CAD to NOK conversion table
1 CAD6.7216 NOK
5 CAD33.6082 NOK
10 CAD67.2165 NOK
25 CAD168.0412 NOK
50 CAD336.0824 NOK
100 CAD672.1647 NOK
500 CAD3,360.8235 NOK
1,000 CAD6,721.6469 NOK
5,000 CAD33,608.235 NOK
10,000 CAD67,216.469 NOK
Get the CAD/NOK rate in your app
One GET request returns the latest CAD → 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/CAD/NOK"fetch('https://rate-api.com/api/v1/pair/CAD/NOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} NOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/NOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} NOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/NOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} NOK\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "NOK"
},
"rate": 6.7216,
"timestamp": 1790429424,
"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 CADNorwegian Krone → Canadian Dollar0.14877Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.