Skip to content

GBP to HUF exchange rate API

Pound Sterling to Forint · quoted 2026-09-25

424.7551

▲ +1.31% over 5Y

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 5 years, GBP/HUF traded between 411.3459 and 497.0668, averaged 451.0645 and rose 1.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 5Y

GBP/HUF over 5Y: show the values
PointGBP/HUF
2021-09-27419.2580
2021-11-08420.8806
2021-12-20430.3624
2022-01-31429.5580
2022-03-14445.5466
2022-04-27450.9175
2022-06-08457.2018
2022-07-20469.0180
2022-08-31468.1816
2022-10-12489.1281
2022-11-23469.7870
2023-01-05449.4528
2023-02-16430.5099
2023-03-30431.7296
2023-05-16424.6705
2023-06-27428.5383
2023-08-08450.9160
2023-09-19444.2814
2023-10-31437.3903
2023-12-12444.3255
2024-01-26453.2734
2024-03-08462.6741
2024-04-23457.4436
2024-06-05460.5989
2024-07-17466.2816
2024-08-27465.5844
2024-10-01476.6796
2024-10-31487.4811
2024-11-30497.0668
2024-12-30496.1187
2025-01-29487.4172
2025-02-28483.6096
2025-03-30480.9323
2025-04-29475.4532
2025-05-29482.6668
2025-06-28466.5952
2025-07-28457.8298
2025-08-27460.0630
2025-09-26448.0552
2025-10-26446.6530
2025-11-25434.1835
2025-12-25446.6930
2026-01-24441.0441
2026-02-23434.6808
2026-03-25449.6180
2026-04-24421.0689
2026-05-24414.5051
2026-06-23411.3459
2026-07-23427.1666
2026-08-22423.6849
2026-09-21422.4762

High

497.0668

Low

411.3459

Average

451.0645

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.