GBP to HUF exchange rate API
Pound Sterling to Forint · quoted 2026-09-25
424.7551
▲ +0.96% over 30D
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 30 days, GBP/HUF traded between 420.7077 and 428.7878, averaged 424.6064 and rose 0.96%. 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 30D: show the values
| Point | GBP/HUF |
|---|---|
| 2026-08-26 | 420.7077 |
| 2026-08-27 | 424.4814 |
| 2026-08-28 | 425.5602 |
| 2026-08-29 | 426.5415 |
| 2026-08-30 | 426.8972 |
| 2026-08-31 | 425.4043 |
| 2026-09-01 | 428.1246 |
| 2026-09-02 | 428.7878 |
| 2026-09-03 | 426.9713 |
| 2026-09-04 | 422.9204 |
| 2026-09-05 | 421.5280 |
| 2026-09-06 | 421.7046 |
| 2026-09-07 | 422.8472 |
| 2026-09-08 | 424.4815 |
| 2026-09-09 | 423.7004 |
| 2026-09-10 | 424.5477 |
| 2026-09-11 | 424.6927 |
| 2026-09-12 | 424.0769 |
| 2026-09-13 | 424.0587 |
| 2026-09-14 | 426.7974 |
| 2026-09-15 | 427.7055 |
| 2026-09-16 | 425.0642 |
| 2026-09-17 | 422.9063 |
| 2026-09-18 | 424.1734 |
| 2026-09-19 | 424.7952 |
| 2026-09-20 | 424.9893 |
| 2026-09-21 | 422.4762 |
| 2026-09-22 | 421.5206 |
| 2026-09-23 | 423.8398 |
| 2026-09-24 | 425.8256 |
| 2026-09-25 | 424.5221 |
High
428.7878
Low
420.7077
Average
424.6064
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.