Convert CAD to NPR
Canadian Dollar → Nepalese Rupee
1 CAD = 108.40007 NPR(1 NPR = 0.00922509 CAD)
Currency converter
1 CAD =
108.4001 NPR
CAD to NPR: last 30 days
Over the last 30 days, 1 CAD traded between 108.4001 and 110.5744 NPR, averaging 109.7014 NPR. The CAD/NPR rate is down 1.67% since 2026-08-28.
- 30-day high
- 110.5744
- 2026-09-11
- 30-day low
- 108.4001
- 2026-09-25
- 30-day average
- 109.7014
- Days with data: 30
- 30-day change
- -1.67%
- since 2026-08-28
110.5744
108.40012026-08-28 → 2026-09-26
| Date | 1 CAD in NPR | Daily change |
|---|---|---|
| 2026-09-26 | 108.4001 | 0.00% |
| 2026-09-25 | 108.4001 | -0.33% |
| 2026-09-24 | 108.758 | +0.03% |
| 2026-09-23 | 108.7268 | -0.38% |
| 2026-09-22 | 109.1434 | -0.30% |
| 2026-09-21 | 109.4724 | -0.15% |
| 2026-09-20 | 109.6355 | -0.05% |
| 2026-09-19 | 109.6877 | +0.18% |
| 2026-09-18 | 109.4875 | -0.14% |
| 2026-09-17 | 109.6372 | -0.44% |
| 2026-09-16 | 110.1212 | -0.08% |
| 2026-09-15 | 110.2103 | -0.07% |
| 2026-09-14 | 110.283 | -0.10% |
| 2026-09-13 | 110.3985 | -0.03% |
| 2026-09-12 | 110.4308 | -0.13% |
| Date | 1 CAD in NPR | Daily change |
|---|---|---|
| 2026-09-11 | 110.5744 | +0.18% |
| 2026-09-10 | 110.3807 | -0.03% |
| 2026-09-09 | 110.4095 | +0.59% |
| 2026-09-08 | 109.7628 | +0.32% |
| 2026-09-07 | 109.4103 | -0.19% |
| 2026-09-06 | 109.6156 | +0.07% |
| 2026-09-05 | 109.5382 | -0.04% |
| 2026-09-04 | 109.5875 | +0.02% |
| 2026-09-03 | 109.5674 | +0.39% |
| 2026-09-02 | 109.1464 | -0.23% |
| 2026-09-01 | 109.393 | -0.57% |
| 2026-08-31 | 110.0163 | -0.22% |
| 2026-08-30 | 110.254 | -0.08% |
| 2026-08-29 | 110.3478 | +0.09% |
| 2026-08-28 | 110.2458 | — |
CAD to NPR conversion table
1 CAD108.4001 NPR
5 CAD542.0004 NPR
10 CAD1,084.0007 NPR
25 CAD2,710.0019 NPR
50 CAD5,420.0037 NPR
100 CAD10,840.007 NPR
500 CAD54,200.037 NPR
1,000 CAD108,400.07 NPR
5,000 CAD542,000.37 NPR
10,000 CAD1,084,000.7 NPR
Get the CAD/NPR rate in your app
One GET request returns the latest CAD → NPR 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/NPR"fetch('https://rate-api.com/api/v1/pair/CAD/NPR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} NPR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/NPR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} NPR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/NPR');
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']} NPR\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "NPR"
},
"rate": 108.4001,
"timestamp": 1790437584,
"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
NPR to CADNepalese Rupee → Canadian Dollar0.0092251Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.