GIP to HUF exchange rate API
Gibraltar Pound to Forint · quoted 2026-09-25
422.6358
▼ +5.60% over 1Y
1 GIP = 422.6358 HUF · 1 HUF = 0.002366 GIP · Get this rate via the API
1 GIP buys 422.6358 HUF as of 2026-09-25, so 1 HUF buys 0.002366 GIP. Over the last year, GIP/HUF traded between 403.9422 and 455.6703, averaged 431.7050 and fell 5.60%. The API holds daily GIP/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/HUF over 1Y: show the values
| Point | GIP/HUF |
|---|---|
| 2025-09-25 | 447.7031 |
| 2025-10-02 | 445.9182 |
| 2025-10-09 | 451.5444 |
| 2025-10-16 | 449.7353 |
| 2025-10-23 | 448.8797 |
| 2025-10-30 | 444.7486 |
| 2025-11-06 | 437.6047 |
| 2025-11-13 | 433.6994 |
| 2025-11-20 | 433.4486 |
| 2025-11-27 | 436.7324 |
| 2025-12-04 | 436.8506 |
| 2025-12-12 | 438.8465 |
| 2025-12-19 | 442.0498 |
| 2025-12-26 | 445.5768 |
| 2026-01-02 | 441.4697 |
| 2026-01-09 | 445.2479 |
| 2026-01-16 | 443.9138 |
| 2026-01-23 | 439.2367 |
| 2026-01-30 | 439.1436 |
| 2026-02-06 | 434.1813 |
| 2026-02-13 | 435.3295 |
| 2026-02-20 | 433.5673 |
| 2026-02-27 | 430.2401 |
| 2026-03-06 | 454.9230 |
| 2026-03-13 | 455.6703 |
| 2026-03-20 | 455.6062 |
| 2026-03-27 | 451.5030 |
| 2026-04-03 | 441.4889 |
| 2026-04-10 | 432.8720 |
| 2026-04-17 | 417.1779 |
| 2026-04-24 | 421.4174 |
| 2026-05-01 | 418.0889 |
| 2026-05-08 | 411.7394 |
| 2026-05-16 | 414.7204 |
| 2026-05-24 | 414.1748 |
| 2026-05-31 | 408.5891 |
| 2026-06-09 | 409.8437 |
| 2026-06-16 | 403.9422 |
| 2026-06-23 | 412.3787 |
| 2026-06-30 | 413.8544 |
| 2026-07-07 | 414.4912 |
| 2026-07-14 | 423.2133 |
| 2026-07-21 | 423.9973 |
| 2026-07-28 | 422.2640 |
| 2026-08-04 | 422.5019 |
| 2026-08-11 | 426.6673 |
| 2026-08-18 | 426.2600 |
| 2026-08-26 | 421.1748 |
| 2026-09-02 | 429.3834 |
| 2026-09-09 | 423.1273 |
| 2026-09-16 | 425.8542 |
| 2026-09-23 | 425.1353 |
High
455.6703
Low
403.9422
Average
431.7050
Get this rate via the API
One GET request returns the GIP/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=GIP¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/HUF API questions
How do I get the GIP/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/HUF rate in rates.HUF.
How far back does GIP/HUF historical data go?
Daily GIP/HUF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GIP/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.