CHF to HTG exchange rate API
Swiss Franc to Gourde · quoted 2026-09-25
157.8243
▼ +4.47% over 1Y
1 CHF = 157.8243 HTG · 1 HTG = 0.006336 CHF · Get this rate via the API
1 CHF buys 157.8243 HTG as of 2026-09-25, so 1 HTG buys 0.006336 CHF. Over the last year, CHF/HTG traded between 157.8243 and 171.0147, averaged 164.5345 and fell 4.47%. The API holds daily CHF/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/HTG over 1Y: show the values
| Point | CHF/HTG |
|---|---|
| 2025-09-25 | 165.2029 |
| 2025-10-02 | 164.4373 |
| 2025-10-09 | 163.1843 |
| 2025-10-16 | 164.4966 |
| 2025-10-23 | 163.9522 |
| 2025-10-30 | 162.9643 |
| 2025-11-06 | 162.7401 |
| 2025-11-13 | 164.6729 |
| 2025-11-20 | 162.2400 |
| 2025-11-27 | 162.4382 |
| 2025-12-04 | 163.7225 |
| 2025-12-12 | 164.5514 |
| 2025-12-19 | 164.6703 |
| 2025-12-26 | 165.9323 |
| 2026-01-02 | 165.7315 |
| 2026-01-09 | 163.9038 |
| 2026-01-16 | 164.2135 |
| 2026-01-23 | 165.4073 |
| 2026-01-30 | 171.0147 |
| 2026-02-06 | 168.8782 |
| 2026-02-13 | 170.6177 |
| 2026-02-20 | 169.7454 |
| 2026-02-27 | 170.3614 |
| 2026-03-06 | 167.5454 |
| 2026-03-13 | 166.9559 |
| 2026-03-20 | 167.3076 |
| 2026-03-27 | 164.9447 |
| 2026-04-03 | 163.8755 |
| 2026-04-10 | 165.9988 |
| 2026-04-17 | 167.2832 |
| 2026-04-24 | 166.8054 |
| 2026-05-01 | 167.7286 |
| 2026-05-08 | 168.7840 |
| 2026-05-16 | 166.4516 |
| 2026-05-24 | 168.3120 |
| 2026-05-31 | 168.1322 |
| 2026-06-09 | 164.3797 |
| 2026-06-16 | 165.0679 |
| 2026-06-23 | 161.6047 |
| 2026-06-30 | 161.2729 |
| 2026-07-07 | 161.8088 |
| 2026-07-14 | 162.6026 |
| 2026-07-21 | 161.6067 |
| 2026-07-28 | 159.7431 |
| 2026-08-04 | 162.1551 |
| 2026-08-11 | 161.5006 |
| 2026-08-18 | 161.2352 |
| 2026-08-26 | 162.6399 |
| 2026-09-02 | 160.8955 |
| 2026-09-09 | 161.9235 |
| 2026-09-16 | 159.5614 |
| 2026-09-23 | 159.3056 |
High
171.0147
Low
157.8243
Average
164.5345
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HTG").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/HTG API questions
How do I get the CHF/HTG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/HTG rate in rates.HTG.
How far back does CHF/HTG historical data go?
Daily CHF/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 CHF/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.