Convert GBP to HTG
British Pound → Haitian Gourde
1 GBP = 173.37555 HTG(1 HTG = 0.00576783 GBP)
Currency converter
1 GBP =
173.3756 HTG
GBP to HTG: last 30 days
Over the last 30 days, 1 GBP traded between 173.0997 and 179.0556 HTG, averaging 176.172 HTG. The GBP/HTG rate is down 2.32% since 2026-08-28.
- 30-day high
- 179.0556
- 2026-09-13
- 30-day low
- 173.0997
- 2026-09-24
- 30-day average
- 176.172
- Days with data: 30
- 30-day change
- -2.32%
- since 2026-08-28
179.0556
173.09972026-08-28 → 2026-09-26
| Date | 1 GBP in HTG | Daily change |
|---|---|---|
| 2026-09-26 | 173.3756 | 0.00% |
| 2026-09-25 | 173.3756 | +0.16% |
| 2026-09-24 | 173.0997 | -0.54% |
| 2026-09-23 | 174.0406 | -0.45% |
| 2026-09-22 | 174.8189 | -0.05% |
| 2026-09-21 | 174.9046 | -0.09% |
| 2026-09-20 | 175.0625 | +0.35% |
| 2026-09-19 | 174.4591 | +0.04% |
| 2026-09-18 | 174.381 | -1.01% |
| 2026-09-17 | 176.1666 | +0.18% |
| 2026-09-16 | 175.8461 | -0.34% |
| 2026-09-15 | 176.4446 | -0.04% |
| 2026-09-14 | 176.5237 | -1.41% |
| 2026-09-13 | 179.0556 | +1.46% |
| 2026-09-12 | 176.4759 | -0.14% |
| Date | 1 GBP in HTG | Daily change |
|---|---|---|
| 2026-09-11 | 176.7281 | -0.04% |
| 2026-09-10 | 176.8043 | -0.26% |
| 2026-09-09 | 177.2705 | +0.09% |
| 2026-09-08 | 177.1057 | +0.07% |
| 2026-09-07 | 176.9906 | -0.33% |
| 2026-09-06 | 177.5708 | +0.35% |
| 2026-09-05 | 176.9572 | +0.18% |
| 2026-09-04 | 176.6342 | +0.06% |
| 2026-09-03 | 176.5364 | -0.02% |
| 2026-09-02 | 176.5772 | -0.12% |
| 2026-09-01 | 176.7865 | -0.72% |
| 2026-08-31 | 178.0668 | +0.02% |
| 2026-08-30 | 178.0337 | +0.26% |
| 2026-08-29 | 177.5771 | +0.05% |
| 2026-08-28 | 177.4918 | — |
GBP to HTG conversion table
1 GBP173.3756 HTG
5 GBP866.8778 HTG
10 GBP1,733.7555 HTG
25 GBP4,334.3888 HTG
50 GBP8,668.7776 HTG
100 GBP17,337.555 HTG
500 GBP86,687.776 HTG
1,000 GBP173,375.55 HTG
5,000 GBP866,877.76 HTG
10,000 GBP1,733,755.5 HTG
Get the GBP/HTG rate in your app
One GET request returns the latest GBP → HTG rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/GBP/HTG"fetch('https://rate-api.com/api/v1/pair/GBP/HTG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} HTG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/HTG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} HTG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/HTG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} HTG\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "HTG"
},
"rate": 173.3756,
"timestamp": 1790429452,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
HTG to GBPHaitian Gourde → British Pound0.0057678Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.