Skip to content

CHF to HTG exchange rate API

Swiss Franc to Gourde · quoted 2026-09-25

157.8243

▼ +4.69% over YTD

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 year to date, CHF/HTG traded between 157.8243 and 171.7542, averaged 165.1053 and fell 4.69%. 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 YTD

CHF/HTG over YTD: show the values
PointCHF/HTG
2025-12-31165.5979
2026-01-07164.4773
2026-01-14164.3010
2026-01-21165.9065
2026-01-28171.7542
2026-02-04168.7859
2026-02-11170.8212
2026-02-18170.0324
2026-02-25170.0649
2026-03-04168.3496
2026-03-11168.6611
2026-03-18166.0338
2026-03-25166.1749
2026-04-01165.7463
2026-04-08166.0173
2026-04-15167.4611
2026-04-22167.6740
2026-04-29165.9950
2026-05-06167.6119
2026-05-14167.0197
2026-05-21166.0671
2026-05-29166.9411
2026-06-05166.0775
2026-06-14164.8478
2026-06-21162.6325
2026-06-28161.7462
2026-07-05163.5714
2026-07-12162.6799
2026-07-19162.4736
2026-07-26161.2301
2026-08-02163.3069
2026-08-09162.5206
2026-08-16161.9906
2026-08-24163.2262
2026-08-31162.6609
2026-09-07161.6412
2026-09-14160.2163
2026-09-21158.9668

High

171.7542

Low

157.8243

Average

165.1053

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HTG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HTG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.