GBP to HNL exchange rate API
Pound Sterling to Lempira · quoted 2026-09-26
35.5435
▲ +1.16% over 6M
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 6 months, GBP/HNL traded between 35.1351 and 36.6751, averaged 35.8701 and rose 1.16%. 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 6M: show the values
| Point | GBP/HNL |
|---|---|
| 2026-03-30 | 35.1351 |
| 2026-04-06 | 35.1431 |
| 2026-04-13 | 35.5909 |
| 2026-04-20 | 36.0166 |
| 2026-04-27 | 36.0006 |
| 2026-05-04 | 36.0653 |
| 2026-05-11 | 36.0665 |
| 2026-05-19 | 35.6657 |
| 2026-05-27 | 35.7595 |
| 2026-06-03 | 35.7663 |
| 2026-06-12 | 35.8202 |
| 2026-06-19 | 35.3545 |
| 2026-06-26 | 35.3376 |
| 2026-07-03 | 35.6248 |
| 2026-07-10 | 35.9120 |
| 2026-07-17 | 36.0013 |
| 2026-07-24 | 35.6878 |
| 2026-07-31 | 35.9975 |
| 2026-08-07 | 36.0784 |
| 2026-08-14 | 36.2933 |
| 2026-08-22 | 36.6751 |
| 2026-08-29 | 36.3850 |
| 2026-09-05 | 36.3429 |
| 2026-09-12 | 36.3152 |
| 2026-09-19 | 36.0437 |
High
36.6751
Low
35.1351
Average
35.8701
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.