Skip to content

GBP to HUF exchange rate API

Pound Sterling to Forint · quoted 2026-09-25

424.7551

▼ +3.77% over YTD

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 year to date, GBP/HUF traded between 404.4276 and 454.7015, averaged 427.6044 and fell 3.77%. 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 YTD

GBP/HUF over YTD: show the values
PointGBP/HUF
2025-12-31441.3823
2026-01-07444.3449
2026-01-14446.4124
2026-01-21441.0456
2026-01-28438.5726
2026-02-04441.4810
2026-02-11434.7830
2026-02-18433.5513
2026-02-25431.3520
2026-03-04441.5051
2026-03-11449.0697
2026-03-18454.7015
2026-03-25449.6180
2026-04-01438.3964
2026-04-08432.2906
2026-04-15419.7159
2026-04-22420.6302
2026-04-29419.9767
2026-05-06415.8278
2026-05-13413.6639
2026-05-20417.4229
2026-05-27409.6497
2026-06-03410.8489
2026-06-10413.5318
2026-06-17404.4276
2026-06-24413.3699
2026-07-01413.8860
2026-07-08419.0325
2026-07-15422.6553
2026-07-22426.4123
2026-07-29422.9348
2026-08-05422.3988
2026-08-12426.5566
2026-08-19425.8714
2026-08-26420.7077
2026-09-02428.7878
2026-09-09423.7004
2026-09-16425.0642
2026-09-23423.8398

High

454.7015

Low

404.4276

Average

427.6044

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.