GBP to HUF exchange rate API
Pound Sterling to Forint · quoted 2026-09-25
424.7551
▼ +4.90% over 1Y
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 year, GBP/HUF traded between 407.2119 and 456.4293, averaged 431.4531 and fell 4.90%. 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 1Y: show the values
| Point | GBP/HUF |
|---|---|
| 2025-09-25 | 446.6508 |
| 2025-10-02 | 445.7632 |
| 2025-10-09 | 450.2824 |
| 2025-10-16 | 449.2629 |
| 2025-10-23 | 448.7289 |
| 2025-10-30 | 441.9386 |
| 2025-11-06 | 438.6288 |
| 2025-11-13 | 435.4237 |
| 2025-11-20 | 433.9199 |
| 2025-11-27 | 436.0064 |
| 2025-12-04 | 436.8555 |
| 2025-12-11 | 439.3674 |
| 2025-12-18 | 443.5173 |
| 2025-12-25 | 446.6930 |
| 2026-01-01 | 440.5763 |
| 2026-01-08 | 442.9035 |
| 2026-01-15 | 444.6050 |
| 2026-01-22 | 438.7761 |
| 2026-01-29 | 439.5407 |
| 2026-02-05 | 436.8314 |
| 2026-02-12 | 436.0927 |
| 2026-02-19 | 434.5736 |
| 2026-02-26 | 430.3250 |
| 2026-03-05 | 445.7163 |
| 2026-03-12 | 449.3586 |
| 2026-03-19 | 456.4293 |
| 2026-03-26 | 448.8821 |
| 2026-04-02 | 440.0198 |
| 2026-04-09 | 433.1619 |
| 2026-04-16 | 419.0568 |
| 2026-04-23 | 421.4732 |
| 2026-04-30 | 421.1833 |
| 2026-05-07 | 411.8161 |
| 2026-05-14 | 412.6511 |
| 2026-05-21 | 417.1209 |
| 2026-05-28 | 409.9468 |
| 2026-06-04 | 409.6775 |
| 2026-06-11 | 411.3287 |
| 2026-06-18 | 407.2119 |
| 2026-06-25 | 412.5292 |
| 2026-07-02 | 415.5491 |
| 2026-07-09 | 419.1513 |
| 2026-07-16 | 425.4009 |
| 2026-07-23 | 427.1666 |
| 2026-07-30 | 422.1318 |
| 2026-08-06 | 424.4215 |
| 2026-08-13 | 424.4361 |
| 2026-08-20 | 425.8968 |
| 2026-08-27 | 424.4814 |
| 2026-09-03 | 426.9713 |
| 2026-09-10 | 424.5477 |
| 2026-09-17 | 422.9063 |
| 2026-09-24 | 425.8256 |
High
456.4293
Low
407.2119
Average
431.4531
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.