Skip to content

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

GBP/HNL over 6M: show the values
PointGBP/HNL
2026-03-3035.1351
2026-04-0635.1431
2026-04-1335.5909
2026-04-2036.0166
2026-04-2736.0006
2026-05-0436.0653
2026-05-1136.0665
2026-05-1935.6657
2026-05-2735.7595
2026-06-0335.7663
2026-06-1235.8202
2026-06-1935.3545
2026-06-2635.3376
2026-07-0335.6248
2026-07-1035.9120
2026-07-1736.0013
2026-07-2435.6878
2026-07-3135.9975
2026-08-0736.0784
2026-08-1436.2933
2026-08-2236.6751
2026-08-2936.3850
2026-09-0536.3429
2026-09-1236.3152
2026-09-1936.0437

High

36.6751

Low

35.1351

Average

35.8701

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.