Skip to content

SZL to HUF exchange rate API

Lilangeni to Forint · quoted 2026-09-26

19.6574

▲ +0.45% over 30D

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 30 days, SZL/HUF traded between 19.3451 and 19.7167, averaged 19.5347 and rose 0.45%. 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 30D

SZL/HUF over 30D: show the values
PointSZL/HUF
2026-08-2719.5696
2026-08-2819.5904
2026-08-2919.5029
2026-08-3019.5074
2026-08-3119.4280
2026-09-0119.6349
2026-09-0219.6606
2026-09-0319.7167
2026-09-0419.5532
2026-09-0519.5397
2026-09-0619.5401
2026-09-0719.5505
2026-09-0819.5945
2026-09-0919.5213
2026-09-1019.5758
2026-09-1119.3848
2026-09-1219.4262
2026-09-1319.4437
2026-09-1419.5305
2026-09-1519.4899
2026-09-1619.4671
2026-09-1719.3451
2026-09-1819.4834
2026-09-1919.5135
2026-09-2019.4995
2026-09-2119.4388
2026-09-2219.4105
2026-09-2319.7114
2026-09-2419.6647
2026-09-2519.5003
2026-09-2619.6574

High

19.7167

Low

19.3451

Average

19.5347

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.