GIP to HTG exchange rate API
Gibraltar Pound to Gourde · quoted 2026-09-26
173.2325
▼ +0.73% over 6M
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 6 months, GIP/HTG traded between 172.2138 and 178.4611, averaged 175.7434 and fell 0.73%. 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 6M: show the values
| Point | GIP/HTG |
|---|---|
| 2026-03-30 | 174.5107 |
| 2026-04-06 | 173.0411 |
| 2026-04-13 | 176.2253 |
| 2026-04-20 | 177.6886 |
| 2026-04-27 | 176.8737 |
| 2026-05-04 | 177.8732 |
| 2026-05-11 | 178.0305 |
| 2026-05-19 | 175.5589 |
| 2026-05-27 | 176.2757 |
| 2026-06-03 | 176.2223 |
| 2026-06-12 | 175.0888 |
| 2026-06-19 | 172.2138 |
| 2026-06-26 | 172.3499 |
| 2026-07-03 | 174.9331 |
| 2026-07-10 | 175.6984 |
| 2026-07-17 | 176.1886 |
| 2026-07-24 | 177.0317 |
| 2026-07-31 | 175.1385 |
| 2026-08-07 | 176.2292 |
| 2026-08-14 | 177.4095 |
| 2026-08-22 | 178.4611 |
| 2026-08-29 | 176.9333 |
| 2026-09-05 | 176.7891 |
| 2026-09-12 | 176.7367 |
| 2026-09-19 | 175.1047 |
| 2026-09-26 | 173.2325 |
High
178.4611
Low
172.2138
Average
175.7434
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.