Skip to content

GIP to HUF exchange rate API

Gibraltar Pound to Forint · quoted 2026-09-25

422.6358

▼ +5.78% over 6M

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 6 months, GIP/HUF traded between 409.7195 and 448.5806, averaged 421.5702 and fell 5.78%. 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 6M

GIP/HUF over 6M: show the values
PointGIP/HUF
2026-03-29448.5806
2026-04-05440.7255
2026-04-12427.5016
2026-04-19417.6638
2026-04-26421.7149
2026-05-03421.3374
2026-05-10409.9494
2026-05-18413.1291
2026-05-26411.9269
2026-06-02409.7195
2026-06-11411.8642
2026-06-18409.8721
2026-06-25413.2011
2026-07-02414.0053
2026-07-09419.2069
2026-07-16426.1441
2026-07-23428.3380
2026-07-30420.9645
2026-08-06424.3743
2026-08-13424.3857
2026-08-21423.1561
2026-08-28425.7905
2026-09-04422.9268
2026-09-11424.4193
2026-09-18424.2217
2026-09-25424.6412

High

448.5806

Low

409.7195

Average

421.5702

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.