SZL to HNL exchange rate API
Lilangeni to Lempira · quoted 2026-09-26
1.6500
▲ +9.73% over 1Y
1 SZL = 1.6500 HNL · 1 HNL = 0.60606 SZL · Get this rate via the API
1 SZL buys 1.6500 HNL as of 2026-09-26, so 1 HNL buys 0.60606 SZL. Over the last year, SZL/HNL traded between 1.5037 and 1.6802, averaged 1.6019 and rose 9.73%. The API holds daily SZL/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/HNL over 1Y: show the values
| Point | SZL/HNL |
|---|---|
| 2025-09-26 | 1.5037 |
| 2025-10-03 | 1.5144 |
| 2025-10-10 | 1.5269 |
| 2025-10-17 | 1.5110 |
| 2025-10-24 | 1.5143 |
| 2025-10-31 | 1.5217 |
| 2025-11-07 | 1.5147 |
| 2025-11-14 | 1.5453 |
| 2025-11-21 | 1.5276 |
| 2025-11-28 | 1.5340 |
| 2025-12-05 | 1.5491 |
| 2025-12-13 | 1.5570 |
| 2025-12-20 | 1.5731 |
| 2025-12-27 | 1.5817 |
| 2026-01-03 | 1.6005 |
| 2026-01-10 | 1.6022 |
| 2026-01-17 | 1.6112 |
| 2026-01-24 | 1.6391 |
| 2026-01-31 | 1.6390 |
| 2026-02-07 | 1.6506 |
| 2026-02-14 | 1.6613 |
| 2026-02-21 | 1.6532 |
| 2026-02-28 | 1.6650 |
| 2026-03-07 | 1.6030 |
| 2026-03-14 | 1.5670 |
| 2026-03-21 | 1.5488 |
| 2026-03-28 | 1.5449 |
| 2026-04-04 | 1.5652 |
| 2026-04-11 | 1.6188 |
| 2026-04-18 | 1.6296 |
| 2026-04-25 | 1.5987 |
| 2026-05-02 | 1.5978 |
| 2026-05-09 | 1.6261 |
| 2026-05-17 | 1.5975 |
| 2026-05-25 | 1.6269 |
| 2026-06-01 | 1.6396 |
| 2026-06-10 | 1.6162 |
| 2026-06-17 | 1.6528 |
| 2026-06-24 | 1.6107 |
| 2026-07-01 | 1.6282 |
| 2026-07-08 | 1.6482 |
| 2026-07-15 | 1.6355 |
| 2026-07-22 | 1.6290 |
| 2026-07-29 | 1.6043 |
| 2026-08-05 | 1.6381 |
| 2026-08-12 | 1.6557 |
| 2026-08-20 | 1.6604 |
| 2026-08-27 | 1.6802 |
| 2026-09-03 | 1.6712 |
| 2026-09-10 | 1.6728 |
| 2026-09-17 | 1.6447 |
| 2026-09-24 | 1.6408 |
High
1.6802
Low
1.5037
Average
1.6019
Get this rate via the API
One GET request returns the SZL/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=SZL¤cies=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=HNL").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/HNL API questions
How do I get the SZL/HNL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/HNL rate in rates.HNL.
How far back does SZL/HNL historical data go?
Daily SZL/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 SZL/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.