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: show the values
| Point | GBP/HUF |
|---|---|
| 2026-03-29 | 448.5821 |
| 2026-04-05 | 440.6238 |
| 2026-04-12 | 426.6501 |
| 2026-04-19 | 416.2260 |
| 2026-04-26 | 421.4101 |
| 2026-05-03 | 420.8612 |
| 2026-05-10 | 409.2185 |
| 2026-05-17 | 414.3462 |
| 2026-05-24 | 414.5051 |
| 2026-05-31 | 408.4677 |
| 2026-06-07 | 411.6847 |
| 2026-06-14 | 407.5969 |
| 2026-06-21 | 405.6211 |
| 2026-06-28 | 410.1049 |
| 2026-07-05 | 412.4737 |
| 2026-07-12 | 418.3244 |
| 2026-07-19 | 426.9661 |
| 2026-07-26 | 423.0536 |
| 2026-08-02 | 426.0132 |
| 2026-08-09 | 424.3129 |
| 2026-08-16 | 424.7723 |
| 2026-08-23 | 423.6153 |
| 2026-08-30 | 426.8972 |
| 2026-09-06 | 421.7046 |
| 2026-09-13 | 424.0587 |
| 2026-09-20 | 424.9893 |
High
448.5821
Low
405.6211
Average
420.6605
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.