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: show the values
| Point | CHF/HNL |
|---|---|
| 2025-09-25 | 32.9342 |
| 2025-10-02 | 33.0322 |
| 2025-10-09 | 32.7344 |
| 2025-10-16 | 32.8616 |
| 2025-10-23 | 32.8650 |
| 2025-10-30 | 32.7217 |
| 2025-11-06 | 32.5769 |
| 2025-11-13 | 33.0773 |
| 2025-11-20 | 32.5296 |
| 2025-11-27 | 32.5981 |
| 2025-12-04 | 32.8568 |
| 2025-12-12 | 33.0409 |
| 2025-12-19 | 33.1046 |
| 2025-12-26 | 33.4147 |
| 2026-01-02 | 33.2554 |
| 2026-01-09 | 32.9734 |
| 2026-01-16 | 32.9384 |
| 2026-01-23 | 33.4175 |
| 2026-01-30 | 34.3573 |
| 2026-02-06 | 33.9984 |
| 2026-02-13 | 34.3895 |
| 2026-02-20 | 34.1190 |
| 2026-02-27 | 34.3846 |
| 2026-03-06 | 33.8256 |
| 2026-03-13 | 33.6729 |
| 2026-03-20 | 33.6556 |
| 2026-03-27 | 33.3036 |
| 2026-04-03 | 33.1988 |
| 2026-04-10 | 33.7481 |
| 2026-04-17 | 33.9514 |
| 2026-04-24 | 33.8921 |
| 2026-05-01 | 34.0766 |
| 2026-05-08 | 34.2590 |
| 2026-05-16 | 33.8112 |
| 2026-05-24 | 34.0260 |
| 2026-05-31 | 34.1419 |
| 2026-06-09 | 33.5732 |
| 2026-06-16 | 33.5922 |
| 2026-06-23 | 33.0070 |
| 2026-06-30 | 33.0387 |
| 2026-07-07 | 33.1741 |
| 2026-07-14 | 33.0384 |
| 2026-07-21 | 33.0485 |
| 2026-07-28 | 32.7250 |
| 2026-08-04 | 33.1416 |
| 2026-08-11 | 33.1041 |
| 2026-08-18 | 33.0035 |
| 2026-08-26 | 33.3540 |
| 2026-09-02 | 33.0004 |
| 2026-09-09 | 33.2336 |
| 2026-09-16 | 32.8050 |
| 2026-09-23 | 32.6422 |
High
34.3895
Low
32.3629
Average
33.3130
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.