Skip to content

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

GIP/HUF over 1Y: show the values
PointGIP/HUF
2025-09-25447.7031
2025-10-02445.9182
2025-10-09451.5444
2025-10-16449.7353
2025-10-23448.8797
2025-10-30444.7486
2025-11-06437.6047
2025-11-13433.6994
2025-11-20433.4486
2025-11-27436.7324
2025-12-04436.8506
2025-12-12438.8465
2025-12-19442.0498
2025-12-26445.5768
2026-01-02441.4697
2026-01-09445.2479
2026-01-16443.9138
2026-01-23439.2367
2026-01-30439.1436
2026-02-06434.1813
2026-02-13435.3295
2026-02-20433.5673
2026-02-27430.2401
2026-03-06454.9230
2026-03-13455.6703
2026-03-20455.6062
2026-03-27451.5030
2026-04-03441.4889
2026-04-10432.8720
2026-04-17417.1779
2026-04-24421.4174
2026-05-01418.0889
2026-05-08411.7394
2026-05-16414.7204
2026-05-24414.1748
2026-05-31408.5891
2026-06-09409.8437
2026-06-16403.9422
2026-06-23412.3787
2026-06-30413.8544
2026-07-07414.4912
2026-07-14423.2133
2026-07-21423.9973
2026-07-28422.2640
2026-08-04422.5019
2026-08-11426.6673
2026-08-18426.2600
2026-08-26421.1748
2026-09-02429.3834
2026-09-09423.1273
2026-09-16425.8542
2026-09-23425.1353

High

455.6703

Low

403.9422

Average

431.7050

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=HUF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=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&currencies=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.