Skip to content

GIP to HTG exchange rate API

Gibraltar Pound to Gourde · quoted 2026-09-26

173.2325

▼ +0.82% over 1Y

1 GIP = 173.2325 HTG · 1 HTG = 0.005773 GIP · Get this rate via the API

1 GIP buys 173.2325 HTG as of 2026-09-26, so 1 HTG buys 0.005773 GIP. Over the last year, GIP/HTG traded between 171.3384 and 179.6265, averaged 175.5120 and fell 0.82%. The API holds daily GIP/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/HTG over 1Y

GIP/HTG over 1Y: show the values
PointGIP/HTG
2025-09-26174.6560
2025-10-03176.3905
2025-10-10174.7831
2025-10-17175.4013
2025-10-24174.1128
2025-10-31173.2549
2025-11-07171.7525
2025-11-14172.2103
2025-11-21171.3384
2025-11-28173.1089
2025-12-05175.2799
2025-12-13175.3167
2025-12-20175.3022
2025-12-27176.5693
2026-01-03176.1991
2026-01-10175.4942
2026-01-17174.8367
2026-01-24178.8154
2026-01-31179.6265
2026-02-07177.8087
2026-02-14179.0505
2026-02-21176.7109
2026-02-28176.7159
2026-03-07176.0366
2026-03-14174.4709
2026-03-21175.0103
2026-03-28175.0176
2026-04-04172.7598
2026-04-11176.1875
2026-04-18177.2623
2026-04-25176.3843
2026-05-02177.9303
2026-05-09178.1656
2026-05-17175.7274
2026-05-25175.9710
2026-06-01176.2042
2026-06-10175.2043
2026-06-17175.5521
2026-06-24172.7339
2026-07-01172.9221
2026-07-08175.1512
2026-07-15174.6050
2026-07-22175.8576
2026-07-29173.8321
2026-08-05175.8784
2026-08-12176.8878
2026-08-20176.9706
2026-08-27178.1898
2026-09-03176.5134
2026-09-10177.2648
2026-09-17176.1816
2026-09-24173.2973

High

179.6265

Low

171.3384

Average

175.5120

For developers

Get this rate via the API

One GET request returns the GIP/HTG 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=HTG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=HTG");
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=HTG").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/HTG API questions

How do I get the GIP/HTG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/HTG rate in rates.HTG.

How far back does GIP/HTG historical data go?

Daily GIP/HTG 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/HTG 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.