Skip to content

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

SZL/HNL over 1Y: show the values
PointSZL/HNL
2025-09-261.5037
2025-10-031.5144
2025-10-101.5269
2025-10-171.5110
2025-10-241.5143
2025-10-311.5217
2025-11-071.5147
2025-11-141.5453
2025-11-211.5276
2025-11-281.5340
2025-12-051.5491
2025-12-131.5570
2025-12-201.5731
2025-12-271.5817
2026-01-031.6005
2026-01-101.6022
2026-01-171.6112
2026-01-241.6391
2026-01-311.6390
2026-02-071.6506
2026-02-141.6613
2026-02-211.6532
2026-02-281.6650
2026-03-071.6030
2026-03-141.5670
2026-03-211.5488
2026-03-281.5449
2026-04-041.5652
2026-04-111.6188
2026-04-181.6296
2026-04-251.5987
2026-05-021.5978
2026-05-091.6261
2026-05-171.5975
2026-05-251.6269
2026-06-011.6396
2026-06-101.6162
2026-06-171.6528
2026-06-241.6107
2026-07-011.6282
2026-07-081.6482
2026-07-151.6355
2026-07-221.6290
2026-07-291.6043
2026-08-051.6381
2026-08-121.6557
2026-08-201.6604
2026-08-271.6802
2026-09-031.6712
2026-09-101.6728
2026-09-171.6447
2026-09-241.6408

High

1.6802

Low

1.5037

Average

1.6019

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=HNL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&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=SZL&currencies=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&currencies=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.