Convert CAD to HTG
Canadian Dollar → Haitian Gourde
1 CAD = 92.503872 HTG(1 HTG = 0.0108104 CAD)
Currency converter
1 CAD =
92.5039 HTG
CAD to HTG: last 30 days
Over the last 30 days, 1 CAD traded between 92.5039 and 95.6522 HTG, averaging 94.074 HTG. The CAD/HTG rate is down 1.93% since 2026-08-28.
- 30-day high
- 95.6522
- 2026-09-13
- 30-day low
- 92.5039
- 2026-09-25
- 30-day average
- 94.074
- Days with data: 30
- 30-day change
- -1.93%
- since 2026-08-28
95.6522
92.50392026-08-28 → 2026-09-26
| Date | 1 CAD in HTG | Daily change |
|---|---|---|
| 2026-09-26 | 92.5039 | 0.00% |
| 2026-09-25 | 92.5039 | -0.27% |
| 2026-09-24 | 92.7535 | -0.31% |
| 2026-09-23 | 93.0447 | -0.11% |
| 2026-09-22 | 93.1504 | -0.10% |
| 2026-09-21 | 93.2425 | -0.42% |
| 2026-09-20 | 93.6403 | +0.35% |
| 2026-09-19 | 93.3176 | +0.04% |
| 2026-09-18 | 93.2758 | -0.88% |
| 2026-09-17 | 94.104 | +0.37% |
| 2026-09-16 | 93.7539 | -0.27% |
| 2026-09-15 | 94.01 | -0.20% |
| 2026-09-14 | 94.1968 | -1.52% |
| 2026-09-13 | 95.6522 | +1.46% |
| 2026-09-12 | 94.2741 | -0.14% |
| Date | 1 CAD in HTG | Daily change |
|---|---|---|
| 2026-09-11 | 94.4089 | -0.26% |
| 2026-09-10 | 94.651 | -0.28% |
| 2026-09-09 | 94.9185 | +0.22% |
| 2026-09-08 | 94.7108 | +0.06% |
| 2026-09-07 | 94.6503 | -0.48% |
| 2026-09-06 | 95.1033 | +0.35% |
| 2026-09-05 | 94.7747 | +0.18% |
| 2026-09-04 | 94.6017 | -0.25% |
| 2026-09-03 | 94.8346 | +0.84% |
| 2026-09-02 | 94.0481 | -0.03% |
| 2026-09-01 | 94.0757 | -0.67% |
| 2026-08-31 | 94.7142 | +0.11% |
| 2026-08-30 | 94.612 | +0.26% |
| 2026-08-29 | 94.3694 | +0.05% |
| 2026-08-28 | 94.3241 | — |
CAD to HTG conversion table
1 CAD92.5039 HTG
5 CAD462.5194 HTG
10 CAD925.0387 HTG
25 CAD2,312.5968 HTG
50 CAD4,625.1936 HTG
100 CAD9,250.3872 HTG
500 CAD46,251.936 HTG
1,000 CAD92,503.872 HTG
5,000 CAD462,519.36 HTG
10,000 CAD925,038.72 HTG
Get the CAD/HTG rate in your app
One GET request returns the latest CAD → 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/CAD/HTG"fetch('https://rate-api.com/api/v1/pair/CAD/HTG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} HTG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/HTG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} HTG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/HTG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} HTG\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "HTG"
},
"rate": 92.5039,
"timestamp": 1790429450,
"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 CADHaitian Gourde → Canadian Dollar0.01081Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.