Skip to content

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

GIP/HTG over 6M: show the values
PointGIP/HTG
2026-03-30174.5107
2026-04-06173.0411
2026-04-13176.2253
2026-04-20177.6886
2026-04-27176.8737
2026-05-04177.8732
2026-05-11178.0305
2026-05-19175.5589
2026-05-27176.2757
2026-06-03176.2223
2026-06-12175.0888
2026-06-19172.2138
2026-06-26172.3499
2026-07-03174.9331
2026-07-10175.6984
2026-07-17176.1886
2026-07-24177.0317
2026-07-31175.1385
2026-08-07176.2292
2026-08-14177.4095
2026-08-22178.4611
2026-08-29176.9333
2026-09-05176.7891
2026-09-12176.7367
2026-09-19175.1047
2026-09-26173.2325

High

178.4611

Low

172.2138

Average

175.7434

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.