Convert HTG to CHF
Haitian Gourde → Swiss Franc
1 HTG = 0.00633124 CHF(1 CHF = 157.94706 HTG)
Currency converter
1 HTG =
0.0063312 CHF
HTG to CHF: last 30 days
Over the last 30 days, 1 HTG traded between 0.0061359 and 0.0063312 CHF, averaging 0.0062302 CHF. The HTG/CHF rate is up 2.87% since 2026-08-28.
- 30-day high
- 0.0063312
- 2026-09-25
- 30-day low
- 0.0061359
- 2026-08-30
- 30-day average
- 0.0062302
- Days with data: 30
- 30-day change
- +2.87%
- since 2026-08-28
0.0063312
0.00613592026-08-28 → 2026-09-26
| Date | 1 HTG in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.0063312 | 0.00% |
| 2026-09-25 | 0.0063312 | +0.15% |
| 2026-09-24 | 0.0063215 | +0.70% |
| 2026-09-23 | 0.0062772 | +0.22% |
| 2026-09-22 | 0.0062637 | -0.43% |
| 2026-09-21 | 0.0062906 | -0.05% |
| 2026-09-20 | 0.0062935 | -0.34% |
| 2026-09-19 | 0.0063153 | -0.04% |
| 2026-09-18 | 0.0063181 | +0.92% |
| 2026-09-17 | 0.0062604 | -0.11% |
| 2026-09-16 | 0.0062672 | +0.24% |
| 2026-09-15 | 0.0062522 | +0.17% |
| 2026-09-14 | 0.0062416 | +1.48% |
| 2026-09-13 | 0.0061507 | -1.44% |
| 2026-09-12 | 0.0062406 | +0.14% |
| Date | 1 HTG in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.0062317 | +0.36% |
| 2026-09-10 | 0.0062092 | +0.54% |
| 2026-09-09 | 0.0061757 | -0.50% |
| 2026-09-08 | 0.0062067 | +0.33% |
| 2026-09-07 | 0.0061865 | +0.33% |
| 2026-09-06 | 0.006166 | -0.35% |
| 2026-09-05 | 0.0061874 | -0.18% |
| 2026-09-04 | 0.0061987 | +0.29% |
| 2026-09-03 | 0.0061809 | -0.55% |
| 2026-09-02 | 0.0062152 | +0.19% |
| 2026-09-01 | 0.0062037 | +0.91% |
| 2026-08-31 | 0.0061477 | +0.19% |
| 2026-08-30 | 0.0061359 | -0.26% |
| 2026-08-29 | 0.0061516 | -0.05% |
| 2026-08-28 | 0.0061546 | — |
HTG to CHF conversion table
1 HTG0.0063312 CHF
5 HTG0.031656 CHF
10 HTG0.063312 CHF
25 HTG0.15828 CHF
50 HTG0.31656 CHF
100 HTG0.63312 CHF
500 HTG3.1656 CHF
1,000 HTG6.3312 CHF
5,000 HTG31.6562 CHF
10,000 HTG63.3124 CHF
Get the HTG/CHF rate in your app
One GET request returns the latest HTG → CHF 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/HTG/CHF?precision=6"fetch('https://rate-api.com/api/v1/pair/HTG/CHF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HTG = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HTG/CHF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HTG = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HTG/CHF?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 HTG = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "HTG",
"to": "CHF"
},
"rate": 0.006331,
"timestamp": 1790432082,
"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
CHF to HTGSwiss Franc → Haitian Gourde157.9471Convert HTG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.