GBP to HNL exchange rate API
Pound Sterling to Lempira · quoted 2026-09-26
35.5435
▲ +1.34% over 1Y
1 GBP = 35.5435 HNL · 1 HNL = 0.02813 GBP · Get this rate via the API
1 GBP buys 35.5435 HNL as of 2026-09-26, so 1 HNL buys 0.02813 GBP. Over the last year, GBP/HNL traded between 34.4410 and 36.4440, averaged 35.5694 and rose 1.34%. The API holds daily GBP/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/HNL over 1Y: show the values
| Point | GBP/HNL |
|---|---|
| 2025-09-26 | 35.0742 |
| 2025-10-03 | 35.2582 |
| 2025-10-10 | 34.8949 |
| 2025-10-17 | 35.2370 |
| 2025-10-24 | 34.9278 |
| 2025-10-31 | 34.4495 |
| 2025-11-07 | 34.5428 |
| 2025-11-14 | 34.6433 |
| 2025-11-21 | 34.4410 |
| 2025-11-28 | 34.7707 |
| 2025-12-05 | 35.1092 |
| 2025-12-13 | 35.1343 |
| 2025-12-20 | 35.2808 |
| 2025-12-27 | 35.5681 |
| 2026-01-03 | 35.5174 |
| 2026-01-10 | 35.3938 |
| 2026-01-17 | 35.2803 |
| 2026-01-24 | 36.0938 |
| 2026-01-31 | 36.2076 |
| 2026-02-07 | 36.0226 |
| 2026-02-14 | 36.1984 |
| 2026-02-21 | 35.7425 |
| 2026-02-28 | 35.7652 |
| 2026-03-07 | 35.5941 |
| 2026-03-14 | 35.1256 |
| 2026-03-21 | 35.3784 |
| 2026-03-28 | 35.1713 |
| 2026-04-04 | 35.0520 |
| 2026-04-11 | 35.7971 |
| 2026-04-18 | 36.0014 |
| 2026-04-25 | 35.8027 |
| 2026-05-02 | 36.1451 |
| 2026-05-09 | 36.2942 |
| 2026-05-17 | 35.5130 |
| 2026-05-25 | 35.8862 |
| 2026-06-01 | 35.8348 |
| 2026-06-10 | 35.7828 |
| 2026-06-17 | 35.8606 |
| 2026-06-24 | 35.1524 |
| 2026-07-01 | 35.4134 |
| 2026-07-08 | 35.7683 |
| 2026-07-15 | 35.8370 |
| 2026-07-22 | 35.8197 |
| 2026-07-29 | 35.6553 |
| 2026-08-05 | 36.1006 |
| 2026-08-12 | 36.2691 |
| 2026-08-20 | 36.4284 |
| 2026-08-27 | 36.4440 |
| 2026-09-03 | 36.1896 |
| 2026-09-10 | 36.2781 |
| 2026-09-17 | 35.9548 |
| 2026-09-24 | 35.5313 |
High
36.4440
Low
34.4410
Average
35.5694
Get this rate via the API
One GET request returns the GBP/HNL rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=HNL").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/HNL API questions
How do I get the GBP/HNL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/HNL rate in rates.HNL.
How far back does GBP/HNL historical data go?
Daily GBP/HNL rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GBP/HNL exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.