Skip to content

GBP to HUF exchange rate API

Pound Sterling to Forint · quoted 2026-09-25

424.7551

▼ +4.90% over 1Y

1 GBP = 424.7551 HUF · 1 HUF = 0.002354 GBP · Get this rate via the API

1 GBP buys 424.7551 HUF as of 2026-09-25, so 1 HUF buys 0.002354 GBP. Over the last year, GBP/HUF traded between 407.2119 and 456.4293, averaged 431.4531 and fell 4.90%. The API holds daily GBP/HUF rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

GBP/HUF over 1Y

GBP/HUF over 1Y: show the values
PointGBP/HUF
2025-09-25446.6508
2025-10-02445.7632
2025-10-09450.2824
2025-10-16449.2629
2025-10-23448.7289
2025-10-30441.9386
2025-11-06438.6288
2025-11-13435.4237
2025-11-20433.9199
2025-11-27436.0064
2025-12-04436.8555
2025-12-11439.3674
2025-12-18443.5173
2025-12-25446.6930
2026-01-01440.5763
2026-01-08442.9035
2026-01-15444.6050
2026-01-22438.7761
2026-01-29439.5407
2026-02-05436.8314
2026-02-12436.0927
2026-02-19434.5736
2026-02-26430.3250
2026-03-05445.7163
2026-03-12449.3586
2026-03-19456.4293
2026-03-26448.8821
2026-04-02440.0198
2026-04-09433.1619
2026-04-16419.0568
2026-04-23421.4732
2026-04-30421.1833
2026-05-07411.8161
2026-05-14412.6511
2026-05-21417.1209
2026-05-28409.9468
2026-06-04409.6775
2026-06-11411.3287
2026-06-18407.2119
2026-06-25412.5292
2026-07-02415.5491
2026-07-09419.1513
2026-07-16425.4009
2026-07-23427.1666
2026-07-30422.1318
2026-08-06424.4215
2026-08-13424.4361
2026-08-20425.8968
2026-08-27424.4814
2026-09-03426.9713
2026-09-10424.5477
2026-09-17422.9063
2026-09-24425.8256

High

456.4293

Low

407.2119

Average

431.4531

For developers

Get this rate via the API

One GET request returns the GBP/HUF 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=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=HUF");
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=HUF").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/HUF API questions

How do I get the GBP/HUF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/HUF rate in rates.HUF.

How far back does GBP/HUF historical data go?

Daily GBP/HUF rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/HUF 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.