Skip to content

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

CHF/HTG over 1Y: show the values
PointCHF/HTG
2025-09-25165.2029
2025-10-02164.4373
2025-10-09163.1843
2025-10-16164.4966
2025-10-23163.9522
2025-10-30162.9643
2025-11-06162.7401
2025-11-13164.6729
2025-11-20162.2400
2025-11-27162.4382
2025-12-04163.7225
2025-12-12164.5514
2025-12-19164.6703
2025-12-26165.9323
2026-01-02165.7315
2026-01-09163.9038
2026-01-16164.2135
2026-01-23165.4073
2026-01-30171.0147
2026-02-06168.8782
2026-02-13170.6177
2026-02-20169.7454
2026-02-27170.3614
2026-03-06167.5454
2026-03-13166.9559
2026-03-20167.3076
2026-03-27164.9447
2026-04-03163.8755
2026-04-10165.9988
2026-04-17167.2832
2026-04-24166.8054
2026-05-01167.7286
2026-05-08168.7840
2026-05-16166.4516
2026-05-24168.3120
2026-05-31168.1322
2026-06-09164.3797
2026-06-16165.0679
2026-06-23161.6047
2026-06-30161.2729
2026-07-07161.8088
2026-07-14162.6026
2026-07-21161.6067
2026-07-28159.7431
2026-08-04162.1551
2026-08-11161.5006
2026-08-18161.2352
2026-08-26162.6399
2026-09-02160.8955
2026-09-09161.9235
2026-09-16159.5614
2026-09-23159.3056

High

171.0147

Low

157.8243

Average

164.5345

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.