Convert HNL to CAD
Honduran Lempira → Canadian Dollar
1 HNL = 0.0527037 CAD(1 CAD = 18.973983 HNL)
Currency converter
1 HNL =
0.052704 CAD
HNL to CAD: last 30 days
Over the last 30 days, 1 HNL traded between 0.051327 and 0.052704 CAD, averaging 0.051813 CAD. The HNL/CAD rate is up 2.10% since 2026-08-28.
- 30-day high
- 0.052704
- 2026-09-25
- 30-day low
- 0.051327
- 2026-09-05
- 30-day average
- 0.051813
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
0.052704
0.0513272026-08-28 → 2026-09-26
| Date | 1 HNL in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.052704 | 0.00% |
| 2026-09-25 | 0.052704 | +0.34% |
| 2026-09-24 | 0.052524 | +0.14% |
| 2026-09-23 | 0.052452 | +0.38% |
| 2026-09-22 | 0.052253 | +0.23% |
| 2026-09-21 | 0.052133 | +0.13% |
| 2026-09-20 | 0.052064 | +0.01% |
| 2026-09-19 | 0.05206 | +0.03% |
| 2026-09-18 | 0.052043 | -0.04% |
| 2026-09-17 | 0.052066 | +0.36% |
| 2026-09-16 | 0.05188 | +0.14% |
| 2026-09-15 | 0.051808 | +0.07% |
| 2026-09-14 | 0.051771 | +0.50% |
| 2026-09-13 | 0.051512 | -0.21% |
| 2026-09-12 | 0.051623 | -0.05% |
| Date | 1 HNL in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.051649 | +0.31% |
| 2026-09-10 | 0.05149 | +0.31% |
| 2026-09-09 | 0.051331 | -0.22% |
| 2026-09-08 | 0.051446 | -0.09% |
| 2026-09-07 | 0.051494 | +0.33% |
| 2026-09-06 | 0.051327 | +0.00% |
| 2026-09-05 | 0.051327 | -0.06% |
| 2026-09-04 | 0.051355 | -0.16% |
| 2026-09-03 | 0.051438 | -0.78% |
| 2026-09-02 | 0.051841 | +0.28% |
| 2026-09-01 | 0.051695 | -0.03% |
| 2026-08-31 | 0.051713 | +0.36% |
| 2026-08-30 | 0.051529 | -0.00% |
| 2026-08-29 | 0.051529 | -0.17% |
| 2026-08-28 | 0.051617 | — |
HNL to CAD conversion table
1 HNL0.052704 CAD
5 HNL0.26352 CAD
10 HNL0.52704 CAD
25 HNL1.3176 CAD
50 HNL2.6352 CAD
100 HNL5.2704 CAD
500 HNL26.3519 CAD
1,000 HNL52.7037 CAD
5,000 HNL263.5187 CAD
10,000 HNL527.0375 CAD
Get the HNL/CAD rate in your app
One GET request returns the latest HNL → CAD 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/HNL/CAD"fetch('https://rate-api.com/api/v1/pair/HNL/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HNL = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HNL/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HNL = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HNL/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 HNL = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "HNL",
"to": "CAD"
},
"rate": 0.0527,
"timestamp": 1790435313,
"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
CAD to HNLCanadian Dollar → Honduran Lempira18.974Convert HNL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.