Convert HTG to CNY
Haitian Gourde → Chinese Yuan
1 HTG = 0.0513142 CNY(1 CNY = 19.487792 HTG)
Currency converter
1 HTG =
0.051314 CNY
HTG to CNY: last 30 days
Over the last 30 days, 1 HTG traded between 0.050607 and 0.051452 CNY, averaging 0.051253 CNY. The HTG/CNY rate is down 0.23% since 2026-08-28.
- 30-day high
- 0.051452
- 2026-09-01
- 30-day low
- 0.050607
- 2026-09-13
- 30-day average
- 0.051253
- Days with data: 30
- 30-day change
- -0.23%
- since 2026-08-28
0.051452
0.0506072026-08-28 → 2026-09-26
| Date | 1 HTG in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.051314 | 0.00% |
| 2026-09-25 | 0.051314 | +0.10% |
| 2026-09-24 | 0.051264 | +0.19% |
| 2026-09-23 | 0.051166 | -0.10% |
| 2026-09-22 | 0.051216 | -0.12% |
| 2026-09-21 | 0.051276 | +0.44% |
| 2026-09-20 | 0.051053 | -0.34% |
| 2026-09-19 | 0.051229 | -0.04% |
| 2026-09-18 | 0.051252 | +0.63% |
| 2026-09-17 | 0.050931 | -0.76% |
| 2026-09-16 | 0.051323 | +0.07% |
| 2026-09-15 | 0.051287 | +0.01% |
| 2026-09-14 | 0.051283 | +1.34% |
| 2026-09-13 | 0.050607 | -1.44% |
| 2026-09-12 | 0.051347 | +0.14% |
| Date | 1 HTG in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.051273 | -0.02% |
| 2026-09-10 | 0.051283 | -0.09% |
| 2026-09-09 | 0.051328 | +0.01% |
| 2026-09-08 | 0.051324 | +0.04% |
| 2026-09-07 | 0.051305 | +0.33% |
| 2026-09-06 | 0.051134 | -0.35% |
| 2026-09-05 | 0.051311 | -0.18% |
| 2026-09-04 | 0.051405 | +0.07% |
| 2026-09-03 | 0.051371 | +0.09% |
| 2026-09-02 | 0.051324 | -0.25% |
| 2026-09-01 | 0.051452 | +0.70% |
| 2026-08-31 | 0.051093 | -0.36% |
| 2026-08-30 | 0.051275 | -0.26% |
| 2026-08-29 | 0.051407 | -0.05% |
| 2026-08-28 | 0.051432 | — |
HTG to CNY conversion table
1 HTG0.051314 CNY
5 HTG0.25657 CNY
10 HTG0.51314 CNY
25 HTG1.2829 CNY
50 HTG2.5657 CNY
100 HTG5.1314 CNY
500 HTG25.6571 CNY
1,000 HTG51.3142 CNY
5,000 HTG256.5709 CNY
10,000 HTG513.1418 CNY
Get the HTG/CNY rate in your app
One GET request returns the latest HTG → CNY 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/CNY"fetch('https://rate-api.com/api/v1/pair/HTG/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HTG = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HTG/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HTG = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HTG/CNY');
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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "HTG",
"to": "CNY"
},
"rate": 0.0513,
"timestamp": 1790435100,
"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
CNY to HTGChinese Yuan → Haitian Gourde19.4878Convert HTG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.