Convert HNL to GBP
Honduran Lempira → British Pound
1 HNL = 0.0281199 GBP(1 GBP = 35.562023 HNL)
Currency converter
1 HNL =
0.02812 GBP
HNL to GBP: last 30 days
Over the last 30 days, 1 HNL traded between 0.027384 and 0.028144 GBP, averaging 0.027667 GBP. The HNL/GBP rate is up 2.51% since 2026-08-28.
- 30-day high
- 0.028144
- 2026-09-24
- 30-day low
- 0.027384
- 2026-08-30
- 30-day average
- 0.027667
- Days with data: 30
- 30-day change
- +2.51%
- since 2026-08-28
0.028144
0.0273842026-08-28 → 2026-09-26
| Date | 1 HNL in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.02812 | 0.00% |
| 2026-09-25 | 0.02812 | -0.09% |
| 2026-09-24 | 0.028144 | +0.37% |
| 2026-09-23 | 0.028041 | +0.71% |
| 2026-09-22 | 0.027842 | +0.18% |
| 2026-09-21 | 0.027792 | -0.20% |
| 2026-09-20 | 0.027849 | +0.01% |
| 2026-09-19 | 0.027847 | +0.03% |
| 2026-09-18 | 0.027838 | +0.09% |
| 2026-09-17 | 0.027813 | +0.55% |
| 2026-09-16 | 0.02766 | +0.21% |
| 2026-09-15 | 0.027604 | -0.08% |
| 2026-09-14 | 0.027626 | +0.39% |
| 2026-09-13 | 0.027518 | -0.21% |
| 2026-09-12 | 0.027577 | -0.05% |
| Date | 1 HNL in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.027591 | +0.09% |
| 2026-09-10 | 0.027565 | +0.29% |
| 2026-09-09 | 0.027485 | -0.10% |
| 2026-09-08 | 0.027512 | -0.09% |
| 2026-09-07 | 0.027538 | +0.17% |
| 2026-09-06 | 0.02749 | +0.00% |
| 2026-09-05 | 0.02749 | -0.06% |
| 2026-09-04 | 0.027505 | -0.46% |
| 2026-09-03 | 0.027632 | +0.08% |
| 2026-09-02 | 0.027611 | +0.37% |
| 2026-09-01 | 0.027509 | +0.01% |
| 2026-08-31 | 0.027506 | +0.45% |
| 2026-08-30 | 0.027384 | -0.00% |
| 2026-08-29 | 0.027384 | -0.17% |
| 2026-08-28 | 0.027431 | — |
HNL to GBP conversion table
1 HNL0.02812 GBP
5 HNL0.1406 GBP
10 HNL0.2812 GBP
25 HNL0.703 GBP
50 HNL1.406 GBP
100 HNL2.812 GBP
500 HNL14.0599 GBP
1,000 HNL28.1199 GBP
5,000 HNL140.5994 GBP
10,000 HNL281.1989 GBP
Get the HNL/GBP rate in your app
One GET request returns the latest HNL → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/HNL/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HNL = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HNL/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HNL = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HNL/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "HNL",
"to": "GBP"
},
"rate": 0.0281,
"timestamp": 1790432242,
"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
GBP to HNLBritish Pound → Honduran Lempira35.562Convert HNL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.