Skip to content

CHF to HNL exchange rate API

Swiss Franc to Lempira · quoted 2026-09-25

32.3629

▼ +1.73% over 1Y

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 last year, CHF/HNL traded between 32.3629 and 34.3895, averaged 33.3130 and fell 1.73%. 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 1Y

CHF/HNL over 1Y: show the values
PointCHF/HNL
2025-09-2532.9342
2025-10-0233.0322
2025-10-0932.7344
2025-10-1632.8616
2025-10-2332.8650
2025-10-3032.7217
2025-11-0632.5769
2025-11-1333.0773
2025-11-2032.5296
2025-11-2732.5981
2025-12-0432.8568
2025-12-1233.0409
2025-12-1933.1046
2025-12-2633.4147
2026-01-0233.2554
2026-01-0932.9734
2026-01-1632.9384
2026-01-2333.4175
2026-01-3034.3573
2026-02-0633.9984
2026-02-1334.3895
2026-02-2034.1190
2026-02-2734.3846
2026-03-0633.8256
2026-03-1333.6729
2026-03-2033.6556
2026-03-2733.3036
2026-04-0333.1988
2026-04-1033.7481
2026-04-1733.9514
2026-04-2433.8921
2026-05-0134.0766
2026-05-0834.2590
2026-05-1633.8112
2026-05-2434.0260
2026-05-3134.1419
2026-06-0933.5732
2026-06-1633.5922
2026-06-2333.0070
2026-06-3033.0387
2026-07-0733.1741
2026-07-1433.0384
2026-07-2133.0485
2026-07-2832.7250
2026-08-0433.1416
2026-08-1133.1041
2026-08-1833.0035
2026-08-2633.3540
2026-09-0233.0004
2026-09-0933.2336
2026-09-1632.8050
2026-09-2332.6422

High

34.3895

Low

32.3629

Average

33.3130

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.