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: show the values
| Point | GBP/HUF |
|---|---|
| 2025-12-31 | 441.3823 |
| 2026-01-07 | 444.3449 |
| 2026-01-14 | 446.4124 |
| 2026-01-21 | 441.0456 |
| 2026-01-28 | 438.5726 |
| 2026-02-04 | 441.4810 |
| 2026-02-11 | 434.7830 |
| 2026-02-18 | 433.5513 |
| 2026-02-25 | 431.3520 |
| 2026-03-04 | 441.5051 |
| 2026-03-11 | 449.0697 |
| 2026-03-18 | 454.7015 |
| 2026-03-25 | 449.6180 |
| 2026-04-01 | 438.3964 |
| 2026-04-08 | 432.2906 |
| 2026-04-15 | 419.7159 |
| 2026-04-22 | 420.6302 |
| 2026-04-29 | 419.9767 |
| 2026-05-06 | 415.8278 |
| 2026-05-13 | 413.6639 |
| 2026-05-20 | 417.4229 |
| 2026-05-27 | 409.6497 |
| 2026-06-03 | 410.8489 |
| 2026-06-10 | 413.5318 |
| 2026-06-17 | 404.4276 |
| 2026-06-24 | 413.3699 |
| 2026-07-01 | 413.8860 |
| 2026-07-08 | 419.0325 |
| 2026-07-15 | 422.6553 |
| 2026-07-22 | 426.4123 |
| 2026-07-29 | 422.9348 |
| 2026-08-05 | 422.3988 |
| 2026-08-12 | 426.5566 |
| 2026-08-19 | 425.8714 |
| 2026-08-26 | 420.7077 |
| 2026-09-02 | 428.7878 |
| 2026-09-09 | 423.7004 |
| 2026-09-16 | 425.0642 |
| 2026-09-23 | 423.8398 |
High
454.7015
Low
404.4276
Average
427.6044
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.