Skip to content

CHF to HNL exchange rate API

Swiss Franc to Lempira · quoted 2026-09-25

32.3629

▼ +2.84% over YTD

1 CHF = 32.3629 HNL · 1 HNL = 0.03090 CHF · Get this rate via the API

1 CHF buys 32.3629 HNL as of 2026-09-25, so 1 HNL buys 0.03090 CHF. Over the year to date, CHF/HNL traded between 32.3629 and 34.4834, averaged 33.5176 and fell 2.84%. The API holds daily CHF/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/HNL over YTD

CHF/HNL over YTD: show the values
PointCHF/HNL
2025-12-3133.3100
2026-01-0733.1518
2026-01-1432.9751
2026-01-2133.4005
2026-01-2834.4129
2026-02-0434.0137
2026-02-1134.4834
2026-02-1834.3277
2026-02-2534.1619
2026-03-0433.9496
2026-03-1133.9629
2026-03-1833.5670
2026-03-2533.5743
2026-04-0133.5636
2026-04-0833.7089
2026-04-1533.9528
2026-04-2234.0216
2026-04-2933.7387
2026-05-0634.0429
2026-05-1434.0186
2026-05-2133.7392
2026-05-2933.9421
2026-06-0533.7925
2026-06-1433.5892
2026-06-2133.1010
2026-06-2833.0337
2026-07-0533.3148
2026-07-1233.1020
2026-07-1933.1502
2026-07-2632.8128
2026-08-0233.2287
2026-08-0933.2557
2026-08-1633.0173
2026-08-2433.4770
2026-08-3133.2100
2026-09-0733.1644
2026-09-1432.8535
2026-09-2132.7027

High

34.4834

Low

32.3629

Average

33.5176

For developers

Get this rate via the API

One GET request returns the CHF/HNL 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=HNL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HNL");
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=HNL").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/HNL API questions

How do I get the CHF/HNL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/HNL rate in rates.HNL.

How far back does CHF/HNL historical data go?

Daily CHF/HNL 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/HNL 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.