CNY to HTG exchange rate API
Yuan Renminbi to Gourde · quoted 2026-09-23
19.4869
▲ +3.93% over YTD
1 CNY = 19.4869 HTG · 1 HTG = 0.05132 CNY · Get this rate via the API
1 CNY buys 19.4869 HTG as of 2026-09-23, so 1 HTG buys 0.05132 CNY. Over the year to date, CNY/HTG traded between 18.7341 and 19.5722, averaged 19.2188 and rose 3.93%. The API holds daily CNY/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CNY/HTG over YTD: show the values
| Point | CNY/HTG |
|---|---|
| 2025-12-31 | 18.7496 |
| 2026-01-07 | 18.7341 |
| 2026-01-14 | 18.8736 |
| 2026-01-21 | 18.8091 |
| 2026-01-28 | 18.9727 |
| 2026-02-04 | 18.8593 |
| 2026-02-11 | 18.9618 |
| 2026-02-18 | 18.9578 |
| 2026-02-25 | 19.1809 |
| 2026-03-04 | 19.0293 |
| 2026-03-11 | 19.1551 |
| 2026-03-18 | 19.0171 |
| 2026-03-25 | 19.0175 |
| 2026-04-01 | 19.0968 |
| 2026-04-08 | 19.1522 |
| 2026-04-15 | 19.2151 |
| 2026-04-22 | 19.2130 |
| 2026-04-29 | 19.1658 |
| 2026-05-06 | 19.1750 |
| 2026-05-14 | 19.2472 |
| 2026-05-21 | 19.2485 |
| 2026-05-29 | 19.3037 |
| 2026-06-05 | 19.3489 |
| 2026-06-14 | 19.3634 |
| 2026-06-21 | 19.3768 |
| 2026-06-28 | 19.2497 |
| 2026-07-05 | 19.3628 |
| 2026-07-12 | 19.4043 |
| 2026-07-19 | 19.3575 |
| 2026-07-26 | 19.4320 |
| 2026-08-02 | 19.5069 |
| 2026-08-09 | 19.4373 |
| 2026-08-16 | 19.5172 |
| 2026-08-24 | 19.4879 |
| 2026-08-31 | 19.5722 |
| 2026-09-07 | 19.4914 |
| 2026-09-14 | 19.4995 |
| 2026-09-21 | 19.5025 |
High
19.5722
Low
18.7341
Average
19.2188
Get this rate via the API
One GET request returns the CNY/HTG rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=HTG").json()Replace YOUR_API_KEY with the key from your dashboard.
CNY/HTG API questions
How do I get the CNY/HTG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CNY/HTG rate in rates.HTG.
How far back does CNY/HTG historical data go?
Daily CNY/HTG rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CNY/HTG exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.