CHF to HNL exchange rate API
Swiss Franc to Lempira · quoted 2026-09-25
32.3439
▼ +2.77% over 6M
1 CHF = 32.3439 HNL · 1 HNL = 0.03092 CHF · Get this rate via the API
1 CHF buys 32.3439 HNL as of 2026-09-25, so 1 HNL buys 0.03092 CHF. Over the last 6 months, CHF/HNL traded between 32.3439 and 34.1059, averaged 33.2719 and fell 2.77%. 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 6M: show the values
| Point | CHF/HNL |
|---|---|
| 2026-03-29 | 33.2657 |
| 2026-04-05 | 33.1991 |
| 2026-04-12 | 33.5225 |
| 2026-04-19 | 34.0364 |
| 2026-04-26 | 33.7373 |
| 2026-05-03 | 34.0944 |
| 2026-05-10 | 34.1059 |
| 2026-05-18 | 33.9439 |
| 2026-05-26 | 33.8652 |
| 2026-06-02 | 33.9109 |
| 2026-06-11 | 33.4539 |
| 2026-06-18 | 33.2142 |
| 2026-06-25 | 32.9195 |
| 2026-07-02 | 32.5246 |
| 2026-07-09 | 33.1513 |
| 2026-07-16 | 33.1132 |
| 2026-07-23 | 32.8001 |
| 2026-07-30 | 32.9572 |
| 2026-08-06 | 33.1193 |
| 2026-08-13 | 33.0473 |
| 2026-08-21 | 33.5571 |
| 2026-08-28 | 33.3721 |
| 2026-09-04 | 33.2059 |
| 2026-09-11 | 32.9096 |
| 2026-09-18 | 32.6045 |
| 2026-09-25 | 32.3669 |
High
34.1059
Low
32.3439
Average
33.2719
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.