Skip to content

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

GBP/HNL over 1Y: show the values
PointGBP/HNL
2025-09-2635.0742
2025-10-0335.2582
2025-10-1034.8949
2025-10-1735.2370
2025-10-2434.9278
2025-10-3134.4495
2025-11-0734.5428
2025-11-1434.6433
2025-11-2134.4410
2025-11-2834.7707
2025-12-0535.1092
2025-12-1335.1343
2025-12-2035.2808
2025-12-2735.5681
2026-01-0335.5174
2026-01-1035.3938
2026-01-1735.2803
2026-01-2436.0938
2026-01-3136.2076
2026-02-0736.0226
2026-02-1436.1984
2026-02-2135.7425
2026-02-2835.7652
2026-03-0735.5941
2026-03-1435.1256
2026-03-2135.3784
2026-03-2835.1713
2026-04-0435.0520
2026-04-1135.7971
2026-04-1836.0014
2026-04-2535.8027
2026-05-0236.1451
2026-05-0936.2942
2026-05-1735.5130
2026-05-2535.8862
2026-06-0135.8348
2026-06-1035.7828
2026-06-1735.8606
2026-06-2435.1524
2026-07-0135.4134
2026-07-0835.7683
2026-07-1535.8370
2026-07-2235.8197
2026-07-2935.6553
2026-08-0536.1006
2026-08-1236.2691
2026-08-2036.4284
2026-08-2736.4440
2026-09-0336.1896
2026-09-1036.2781
2026-09-1735.9548
2026-09-2435.5313

High

36.4440

Low

34.4410

Average

35.5694

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=HNL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=HNL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=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&currencies=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.