Convert CHF to HTG
Swiss Franc → Haitian Gourde
1 CHF = 157.94706 HTG(1 HTG = 0.00633124 CHF)
Currency converter
1 CHF =
157.9471 HTG
CHF to HTG: last 30 days
Over the last 30 days, 1 CHF traded between 157.9471 and 162.9766 HTG, averaging 160.5226 HTG. The CHF/HTG rate is down 2.79% since 2026-08-28.
- 30-day high
- 162.9766
- 2026-08-30
- 30-day low
- 157.9471
- 2026-09-25
- 30-day average
- 160.5226
- Days with data: 30
- 30-day change
- -2.79%
- since 2026-08-28
162.9766
157.94712026-08-28 → 2026-09-26
| Date | 1 CHF in HTG | Daily change |
|---|---|---|
| 2026-09-26 | 157.9471 | 0.00% |
| 2026-09-25 | 157.9471 | -0.15% |
| 2026-09-24 | 158.1906 | -0.70% |
| 2026-09-23 | 159.3056 | -0.22% |
| 2026-09-22 | 159.6501 | +0.43% |
| 2026-09-21 | 158.9666 | +0.05% |
| 2026-09-20 | 158.8931 | +0.35% |
| 2026-09-19 | 158.3454 | +0.04% |
| 2026-09-18 | 158.2746 | -0.91% |
| 2026-09-17 | 159.7334 | +0.11% |
| 2026-09-16 | 159.5609 | -0.24% |
| 2026-09-15 | 159.9427 | -0.17% |
| 2026-09-14 | 160.2155 | -1.46% |
| 2026-09-13 | 162.5841 | +1.46% |
| 2026-09-12 | 160.2417 | -0.14% |
| Date | 1 CHF in HTG | Daily change |
|---|---|---|
| 2026-09-11 | 160.4708 | -0.36% |
| 2026-09-10 | 161.0505 | -0.54% |
| 2026-09-09 | 161.9237 | +0.50% |
| 2026-09-08 | 161.1153 | -0.33% |
| 2026-09-07 | 161.6414 | -0.33% |
| 2026-09-06 | 162.1801 | +0.35% |
| 2026-09-05 | 161.6196 | +0.18% |
| 2026-09-04 | 161.3246 | -0.29% |
| 2026-09-03 | 161.7879 | +0.56% |
| 2026-09-02 | 160.8949 | -0.19% |
| 2026-09-01 | 161.1937 | -0.90% |
| 2026-08-31 | 162.6617 | -0.19% |
| 2026-08-30 | 162.9766 | +0.26% |
| 2026-08-29 | 162.5586 | +0.05% |
| 2026-08-28 | 162.4805 | — |
CHF to HTG conversion table
1 CHF157.9471 HTG
5 CHF789.7353 HTG
10 CHF1,579.4706 HTG
25 CHF3,948.6764 HTG
50 CHF7,897.3528 HTG
100 CHF15,794.706 HTG
500 CHF78,973.528 HTG
1,000 CHF157,947.06 HTG
5,000 CHF789,735.28 HTG
10,000 CHF1,579,470.6 HTG
Get the CHF/HTG rate in your app
One GET request returns the latest CHF → 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/CHF/HTG"fetch('https://rate-api.com/api/v1/pair/CHF/HTG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} HTG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/HTG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} HTG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/HTG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} HTG\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "HTG"
},
"rate": 157.9471,
"timestamp": 1790429433,
"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 CHFHaitian Gourde → Swiss Franc0.0063312Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.