Skip to content

GBP to HUF exchange rate API

Pound Sterling to Forint · quoted 2026-09-25

424.7551

▲ +0.96% over 30D

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 30 days, GBP/HUF traded between 420.7077 and 428.7878, averaged 424.6064 and rose 0.96%. 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 30D

GBP/HUF over 30D: show the values
PointGBP/HUF
2026-08-26420.7077
2026-08-27424.4814
2026-08-28425.5602
2026-08-29426.5415
2026-08-30426.8972
2026-08-31425.4043
2026-09-01428.1246
2026-09-02428.7878
2026-09-03426.9713
2026-09-04422.9204
2026-09-05421.5280
2026-09-06421.7046
2026-09-07422.8472
2026-09-08424.4815
2026-09-09423.7004
2026-09-10424.5477
2026-09-11424.6927
2026-09-12424.0769
2026-09-13424.0587
2026-09-14426.7974
2026-09-15427.7055
2026-09-16425.0642
2026-09-17422.9063
2026-09-18424.1734
2026-09-19424.7952
2026-09-20424.9893
2026-09-21422.4762
2026-09-22421.5206
2026-09-23423.8398
2026-09-24425.8256
2026-09-25424.5221

High

428.7878

Low

420.7077

Average

424.6064

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.