Skip to content

SZL to HUF exchange rate API

Lilangeni to Forint · quoted 2026-09-26

19.6574

▲ +2.33% over 1Y

1 SZL = 19.6574 HUF · 1 HUF = 0.05087 SZL · Get this rate via the API

1 SZL buys 19.6574 HUF as of 2026-09-26, so 1 HUF buys 0.05087 SZL. Over the last year, SZL/HUF traded between 18.3374 and 20.4117, averaged 19.4244 and rose 2.33%. The API holds daily SZL/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/HUF over 1Y

SZL/HUF over 1Y: show the values
PointSZL/HUF
2025-09-2619.2092
2025-10-0319.1417
2025-10-1019.6192
2025-10-1719.2197
2025-10-2419.3543
2025-10-3119.4460
2025-11-0719.1821
2025-11-1419.4087
2025-11-2119.3186
2025-11-2819.2275
2025-12-0519.3024
2025-12-1319.4374
2025-12-2019.6931
2025-12-2719.7161
2026-01-0319.8290
2026-01-1020.1034
2026-01-1720.2387
2026-01-2420.0292
2026-01-3119.9248
2026-02-0719.9424
2026-02-1420.0187
2026-02-2120.1415
2026-02-2820.0230
2026-03-0720.4117
2026-03-1420.3049
2026-03-2119.8443
2026-03-2819.6977
2026-04-0419.6747
2026-04-1119.4830
2026-04-1818.8130
2026-04-2518.7724
2026-05-0218.6036
2026-05-0918.3374
2026-05-1718.6390
2026-05-2518.7297
2026-06-0118.7690
2026-06-1018.6776
2026-06-1718.6395
2026-06-2418.9413
2026-07-0119.0294
2026-07-0819.3090
2026-07-1519.2893
2026-07-2219.3920
2026-07-2919.0295
2026-08-0519.1663
2026-08-1219.4723
2026-08-2019.4127
2026-08-2719.5696
2026-09-0319.7167
2026-09-1019.5758
2026-09-1719.3451
2026-09-2419.6647

High

20.4117

Low

18.3374

Average

19.4244

For developers

Get this rate via the API

One GET request returns the SZL/HUF 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=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=HUF");
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=HUF").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/HUF API questions

How do I get the SZL/HUF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/HUF rate in rates.HUF.

How far back does SZL/HUF historical data go?

Daily SZL/HUF 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/HUF 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.