Convert CAD to HNL
Canadian Dollar → Honduran Lempira
1 CAD = 18.973983 HNL(1 HNL = 0.0527037 CAD)
Currency converter
1 CAD =
18.974 HNL
CAD to HNL: last 30 days
Over the last 30 days, 1 CAD traded between 18.974 and 19.483 HNL, averaging 19.3014 HNL. The CAD/HNL rate is down 2.06% since 2026-08-28.
- 30-day high
- 19.483
- 2026-09-05
- 30-day low
- 18.974
- 2026-09-25
- 30-day average
- 19.3014
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
19.483
18.9742026-08-28 → 2026-09-26
| Date | 1 CAD in HNL | Daily change |
|---|---|---|
| 2026-09-26 | 18.974 | 0.00% |
| 2026-09-25 | 18.974 | -0.34% |
| 2026-09-24 | 19.039 | -0.14% |
| 2026-09-23 | 19.0652 | -0.38% |
| 2026-09-22 | 19.1377 | -0.23% |
| 2026-09-21 | 19.1819 | -0.13% |
| 2026-09-20 | 19.2071 | -0.01% |
| 2026-09-19 | 19.2086 | -0.03% |
| 2026-09-18 | 19.2149 | +0.04% |
| 2026-09-17 | 19.2063 | -0.36% |
| 2026-09-16 | 19.2753 | -0.14% |
| 2026-09-15 | 19.3019 | -0.07% |
| 2026-09-14 | 19.3157 | -0.50% |
| 2026-09-13 | 19.4128 | +0.22% |
| 2026-09-12 | 19.3711 | +0.05% |
| Date | 1 CAD in HNL | Daily change |
|---|---|---|
| 2026-09-11 | 19.3616 | -0.31% |
| 2026-09-10 | 19.4211 | -0.31% |
| 2026-09-09 | 19.4813 | +0.22% |
| 2026-09-08 | 19.4379 | +0.09% |
| 2026-09-07 | 19.4197 | -0.32% |
| 2026-09-06 | 19.4828 | -0.00% |
| 2026-09-05 | 19.483 | +0.06% |
| 2026-09-04 | 19.4722 | +0.16% |
| 2026-09-03 | 19.4407 | +0.78% |
| 2026-09-02 | 19.2897 | -0.28% |
| 2026-09-01 | 19.3441 | +0.03% |
| 2026-08-31 | 19.3375 | -0.36% |
| 2026-08-30 | 19.4067 | +0.00% |
| 2026-08-29 | 19.4064 | +0.17% |
| 2026-08-28 | 19.3733 | — |
CAD to HNL conversion table
1 CAD18.974 HNL
5 CAD94.8699 HNL
10 CAD189.7398 HNL
25 CAD474.3496 HNL
50 CAD948.6992 HNL
100 CAD1,897.3983 HNL
500 CAD9,486.9915 HNL
1,000 CAD18,973.983 HNL
5,000 CAD94,869.915 HNL
10,000 CAD189,739.83 HNL
Get the CAD/HNL rate in your app
One GET request returns the latest CAD → HNL 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/HNL"fetch('https://rate-api.com/api/v1/pair/CAD/HNL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} HNL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/HNL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} HNL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/HNL');
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']} HNL\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "HNL"
},
"rate": 18.974,
"timestamp": 1790429449,
"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
HNL to CADHonduran Lempira → Canadian Dollar0.052704Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.