Skip to content

GBP to HUF exchange rate API

Pound Sterling to Forint · quoted 2026-09-25

424.7551

▼ +5.31% over 6M

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 6 months, GBP/HUF traded between 405.6211 and 448.5821, averaged 420.6605 and fell 5.31%. 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 6M

GBP/HUF over 6M: show the values
PointGBP/HUF
2026-03-29448.5821
2026-04-05440.6238
2026-04-12426.6501
2026-04-19416.2260
2026-04-26421.4101
2026-05-03420.8612
2026-05-10409.2185
2026-05-17414.3462
2026-05-24414.5051
2026-05-31408.4677
2026-06-07411.6847
2026-06-14407.5969
2026-06-21405.6211
2026-06-28410.1049
2026-07-05412.4737
2026-07-12418.3244
2026-07-19426.9661
2026-07-26423.0536
2026-08-02426.0132
2026-08-09424.3129
2026-08-16424.7723
2026-08-23423.6153
2026-08-30426.8972
2026-09-06421.7046
2026-09-13424.0587
2026-09-20424.9893

High

448.5821

Low

405.6211

Average

420.6605

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.