Convert CHF to HNL
Swiss Franc → Honduran Lempira
1 CHF = 32.397398 HNL(1 HNL = 0.0308667 CHF)
Currency converter
1 CHF =
32.3974 HNL
CHF to HNL: last 30 days
Over the last 30 days, 1 CHF traded between 32.3974 and 33.4295 HNL, averaging 32.9349 HNL. The CHF/HNL rate is down 2.92% since 2026-08-28.
- 30-day high
- 33.4295
- 2026-08-30
- 30-day low
- 32.3974
- 2026-09-25
- 30-day average
- 32.9349
- Days with data: 30
- 30-day change
- -2.92%
- since 2026-08-28
33.4295
32.39742026-08-28 → 2026-09-26
| Date | 1 CHF in HNL | Daily change |
|---|---|---|
| 2026-09-26 | 32.3974 | 0.00% |
| 2026-09-25 | 32.3974 | -0.23% |
| 2026-09-24 | 32.4709 | -0.52% |
| 2026-09-23 | 32.6422 | -0.48% |
| 2026-09-22 | 32.7999 | +0.30% |
| 2026-09-21 | 32.7027 | +0.34% |
| 2026-09-20 | 32.5914 | -0.01% |
| 2026-09-19 | 32.5939 | -0.03% |
| 2026-09-18 | 32.6047 | +0.01% |
| 2026-09-17 | 32.601 | -0.62% |
| 2026-09-16 | 32.8049 | -0.10% |
| 2026-09-15 | 32.8391 | -0.04% |
| 2026-09-14 | 32.8533 | -0.43% |
| 2026-09-13 | 32.9967 | +0.22% |
| 2026-09-12 | 32.9259 | +0.05% |
| Date | 1 CHF in HNL | Daily change |
|---|---|---|
| 2026-09-11 | 32.9097 | -0.41% |
| 2026-09-10 | 33.0454 | -0.57% |
| 2026-09-09 | 33.2337 | +0.51% |
| 2026-09-08 | 33.0663 | -0.30% |
| 2026-09-07 | 33.1644 | -0.18% |
| 2026-09-06 | 33.2241 | -0.00% |
| 2026-09-05 | 33.2244 | +0.06% |
| 2026-09-04 | 33.2059 | +0.12% |
| 2026-09-03 | 33.1659 | +0.50% |
| 2026-09-02 | 33.0003 | -0.44% |
| 2026-09-01 | 33.145 | -0.20% |
| 2026-08-31 | 33.2102 | -0.66% |
| 2026-08-30 | 33.4295 | +0.00% |
| 2026-08-29 | 33.429 | +0.17% |
| 2026-08-28 | 33.3721 | — |
CHF to HNL conversion table
1 CHF32.3974 HNL
5 CHF161.987 HNL
10 CHF323.974 HNL
25 CHF809.935 HNL
50 CHF1,619.8699 HNL
100 CHF3,239.7398 HNL
500 CHF16,198.699 HNL
1,000 CHF32,397.398 HNL
5,000 CHF161,986.99 HNL
10,000 CHF323,973.98 HNL
Get the CHF/HNL rate in your app
One GET request returns the latest CHF → 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/CHF/HNL"fetch('https://rate-api.com/api/v1/pair/CHF/HNL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} HNL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/HNL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} HNL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/HNL');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} HNL\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "HNL"
},
"rate": 32.3974,
"timestamp": 1790429423,
"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 CHFHonduran Lempira → Swiss Franc0.030867Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.