Skip to content

GBP to HNL exchange rate API

Pound Sterling to Lempira · quoted 2026-09-26

35.5435

▼ +2.47% over 30D

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 30 days, GBP/HNL traded between 35.5313 and 36.4554, averaged 36.1561 and fell 2.47%. 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 30D

GBP/HNL over 30D: show the values
PointGBP/HNL
2026-08-2736.4440
2026-08-2836.4554
2026-08-2936.3850
2026-08-3036.3965
2026-08-3136.3555
2026-09-0136.3512
2026-09-0236.2171
2026-09-0336.1896
2026-09-0436.3573
2026-09-0536.3429
2026-09-0636.3421
2026-09-0736.3135
2026-09-0836.3483
2026-09-0936.3837
2026-09-1036.2781
2026-09-1136.2440
2026-09-1236.3152
2026-09-1336.3921
2026-09-1436.1973
2026-09-1536.2273
2026-09-1636.1529
2026-09-1735.9548
2026-09-1835.9227
2026-09-1936.0437
2026-09-2036.0342
2026-09-2135.9813
2026-09-2235.9164
2026-09-2335.6615
2026-09-2435.5313
2026-09-2535.5620

High

36.4554

Low

35.5313

Average

36.1561

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.