Skip to content

SZL to HUF exchange rate API

Lilangeni to Forint · quoted 2026-09-26

19.6574

▼ +0.74% over 6M

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 6 months, SZL/HUF traded between 18.5074 and 19.8041, averaged 19.1182 and fell 0.74%. 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 6M

SZL/HUF over 6M: show the values
PointSZL/HUF
2026-03-3019.8041
2026-04-0619.5505
2026-04-1319.1635
2026-04-2018.7483
2026-04-2718.6531
2026-05-0418.6399
2026-05-1118.5074
2026-05-1918.6416
2026-05-2718.6432
2026-06-0318.7821
2026-06-1218.7326
2026-06-1918.6074
2026-06-2618.8002
2026-07-0319.0094
2026-07-1019.1484
2026-07-1719.3095
2026-07-2418.8965
2026-07-3119.2044
2026-08-0719.3143
2026-08-1419.3521
2026-08-2219.3869
2026-08-2919.5029
2026-09-0519.5397
2026-09-1219.4262
2026-09-1919.5135
2026-09-2619.6574

High

19.8041

Low

18.5074

Average

19.1182

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.