Convert CNY to HTG
Chinese Yuan → Haitian Gourde
1 CNY = 19.487792 HTG(1 HTG = 0.0513142 CNY)
Currency converter
1 CNY =
19.4878 HTG
CNY to HTG: last 30 days
Over the last 30 days, 1 CNY traded between 19.4357 and 19.7601 HTG, averaging 19.5114 HTG. The CNY/HTG rate is up 0.23% since 2026-08-28.
- 30-day high
- 19.7601
- 2026-09-13
- 30-day low
- 19.4357
- 2026-09-01
- 30-day average
- 19.5114
- Days with data: 30
- 30-day change
- +0.23%
- since 2026-08-28
19.7601
19.43572026-08-28 → 2026-09-26
| Date | 1 CNY in HTG | Daily change |
|---|---|---|
| 2026-09-26 | 19.4878 | 0.00% |
| 2026-09-25 | 19.4878 | -0.10% |
| 2026-09-24 | 19.5069 | -0.19% |
| 2026-09-23 | 19.5443 | +0.10% |
| 2026-09-22 | 19.5252 | +0.12% |
| 2026-09-21 | 19.5025 | -0.43% |
| 2026-09-20 | 19.5876 | +0.35% |
| 2026-09-19 | 19.5201 | +0.04% |
| 2026-09-18 | 19.5114 | -0.63% |
| 2026-09-17 | 19.6345 | +0.77% |
| 2026-09-16 | 19.4844 | -0.07% |
| 2026-09-15 | 19.4982 | -0.01% |
| 2026-09-14 | 19.4996 | -1.32% |
| 2026-09-13 | 19.7601 | +1.46% |
| 2026-09-12 | 19.4754 | -0.14% |
| Date | 1 CNY in HTG | Daily change |
|---|---|---|
| 2026-09-11 | 19.5033 | +0.02% |
| 2026-09-10 | 19.4995 | +0.09% |
| 2026-09-09 | 19.4824 | -0.01% |
| 2026-09-08 | 19.4841 | -0.04% |
| 2026-09-07 | 19.4914 | -0.33% |
| 2026-09-06 | 19.5566 | +0.35% |
| 2026-09-05 | 19.4891 | +0.18% |
| 2026-09-04 | 19.4535 | -0.07% |
| 2026-09-03 | 19.4663 | -0.09% |
| 2026-09-02 | 19.484 | +0.25% |
| 2026-09-01 | 19.4357 | -0.70% |
| 2026-08-31 | 19.5723 | +0.36% |
| 2026-08-30 | 19.5027 | +0.26% |
| 2026-08-29 | 19.4527 | +0.05% |
| 2026-08-28 | 19.4433 | — |
CNY to HTG conversion table
1 CNY19.4878 HTG
5 CNY97.439 HTG
10 CNY194.8779 HTG
25 CNY487.1948 HTG
50 CNY974.3896 HTG
100 CNY1,948.7792 HTG
500 CNY9,743.8959 HTG
1,000 CNY19,487.792 HTG
5,000 CNY97,438.959 HTG
10,000 CNY194,877.92 HTG
Get the CNY/HTG rate in your app
One GET request returns the latest CNY → 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/CNY/HTG"fetch('https://rate-api.com/api/v1/pair/CNY/HTG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} HTG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/HTG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} HTG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/HTG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} HTG\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "HTG"
},
"rate": 19.4878,
"timestamp": 1790447499,
"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 CNYHaitian Gourde → Chinese Yuan0.051314Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.