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: show the values
| Point | GBP/HUF |
|---|---|
| 2021-09-27 | 419.2580 |
| 2021-11-08 | 420.8806 |
| 2021-12-20 | 430.3624 |
| 2022-01-31 | 429.5580 |
| 2022-03-14 | 445.5466 |
| 2022-04-27 | 450.9175 |
| 2022-06-08 | 457.2018 |
| 2022-07-20 | 469.0180 |
| 2022-08-31 | 468.1816 |
| 2022-10-12 | 489.1281 |
| 2022-11-23 | 469.7870 |
| 2023-01-05 | 449.4528 |
| 2023-02-16 | 430.5099 |
| 2023-03-30 | 431.7296 |
| 2023-05-16 | 424.6705 |
| 2023-06-27 | 428.5383 |
| 2023-08-08 | 450.9160 |
| 2023-09-19 | 444.2814 |
| 2023-10-31 | 437.3903 |
| 2023-12-12 | 444.3255 |
| 2024-01-26 | 453.2734 |
| 2024-03-08 | 462.6741 |
| 2024-04-23 | 457.4436 |
| 2024-06-05 | 460.5989 |
| 2024-07-17 | 466.2816 |
| 2024-08-27 | 465.5844 |
| 2024-10-01 | 476.6796 |
| 2024-10-31 | 487.4811 |
| 2024-11-30 | 497.0668 |
| 2024-12-30 | 496.1187 |
| 2025-01-29 | 487.4172 |
| 2025-02-28 | 483.6096 |
| 2025-03-30 | 480.9323 |
| 2025-04-29 | 475.4532 |
| 2025-05-29 | 482.6668 |
| 2025-06-28 | 466.5952 |
| 2025-07-28 | 457.8298 |
| 2025-08-27 | 460.0630 |
| 2025-09-26 | 448.0552 |
| 2025-10-26 | 446.6530 |
| 2025-11-25 | 434.1835 |
| 2025-12-25 | 446.6930 |
| 2026-01-24 | 441.0441 |
| 2026-02-23 | 434.6808 |
| 2026-03-25 | 449.6180 |
| 2026-04-24 | 421.0689 |
| 2026-05-24 | 414.5051 |
| 2026-06-23 | 411.3459 |
| 2026-07-23 | 427.1666 |
| 2026-08-22 | 423.6849 |
| 2026-09-21 | 422.4762 |
High
497.0668
Low
411.3459
Average
451.0645
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.