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: show the values
| Point | GIP/HTG |
|---|---|
| 2025-09-26 | 174.6560 |
| 2025-10-03 | 176.3905 |
| 2025-10-10 | 174.7831 |
| 2025-10-17 | 175.4013 |
| 2025-10-24 | 174.1128 |
| 2025-10-31 | 173.2549 |
| 2025-11-07 | 171.7525 |
| 2025-11-14 | 172.2103 |
| 2025-11-21 | 171.3384 |
| 2025-11-28 | 173.1089 |
| 2025-12-05 | 175.2799 |
| 2025-12-13 | 175.3167 |
| 2025-12-20 | 175.3022 |
| 2025-12-27 | 176.5693 |
| 2026-01-03 | 176.1991 |
| 2026-01-10 | 175.4942 |
| 2026-01-17 | 174.8367 |
| 2026-01-24 | 178.8154 |
| 2026-01-31 | 179.6265 |
| 2026-02-07 | 177.8087 |
| 2026-02-14 | 179.0505 |
| 2026-02-21 | 176.7109 |
| 2026-02-28 | 176.7159 |
| 2026-03-07 | 176.0366 |
| 2026-03-14 | 174.4709 |
| 2026-03-21 | 175.0103 |
| 2026-03-28 | 175.0176 |
| 2026-04-04 | 172.7598 |
| 2026-04-11 | 176.1875 |
| 2026-04-18 | 177.2623 |
| 2026-04-25 | 176.3843 |
| 2026-05-02 | 177.9303 |
| 2026-05-09 | 178.1656 |
| 2026-05-17 | 175.7274 |
| 2026-05-25 | 175.9710 |
| 2026-06-01 | 176.2042 |
| 2026-06-10 | 175.2043 |
| 2026-06-17 | 175.5521 |
| 2026-06-24 | 172.7339 |
| 2026-07-01 | 172.9221 |
| 2026-07-08 | 175.1512 |
| 2026-07-15 | 174.6050 |
| 2026-07-22 | 175.8576 |
| 2026-07-29 | 173.8321 |
| 2026-08-05 | 175.8784 |
| 2026-08-12 | 176.8878 |
| 2026-08-20 | 176.9706 |
| 2026-08-27 | 178.1898 |
| 2026-09-03 | 176.5134 |
| 2026-09-10 | 177.2648 |
| 2026-09-17 | 176.1816 |
| 2026-09-24 | 173.2973 |
High
179.6265
Low
171.3384
Average
175.5120
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.