Skip to content

EUR to SZL exchange rate API

Euro to Lilangeni · quoted 2026-09-27

18.5798

▼ +8.81% over 1Y

1 EUR = 18.5798 SZL · 1 SZL = 0.05382 EUR · Get this rate via the API

1 EUR buys 18.5798 SZL as of 2026-09-27, so 1 SZL buys 0.05382 EUR. Over the last year, EUR/SZL traded between 18.5790 and 20.3747, averaged 19.2704 and fell 8.81%. The API holds daily EUR/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/SZL over 1Y

EUR/SZL over 1Y: show the values
PointEUR/SZL
2025-09-2720.3747
2025-10-0420.2284
2025-10-1120.3019
2025-10-1820.2612
2025-10-2520.1525
2025-11-0120.0227
2025-11-0820.0176
2025-11-1519.8536
2025-11-2220.0054
2025-11-2919.8379
2025-12-0619.7156
2025-12-1419.7874
2025-12-2119.6529
2025-12-2819.6164
2026-01-0419.3266
2026-01-1119.2150
2026-01-1819.0217
2026-01-2519.0850
2026-02-0119.1563
2026-02-0818.9349
2026-02-1518.9288
2026-02-2218.9033
2026-03-0118.7378
2026-03-0819.1535
2026-03-1519.3185
2026-03-2219.6527
2026-03-2919.6830
2026-04-0519.5649
2026-04-1219.1771
2026-04-1919.2979
2026-04-2619.4405
2026-05-0319.5495
2026-05-1019.2585
2026-05-1819.3357
2026-05-2619.0023
2026-06-0218.9703
2026-06-1119.0759
2026-06-1818.7031
2026-06-2518.7718
2026-07-0218.6958
2026-07-0918.7381
2026-07-1618.7459
2026-07-2318.6413
2026-07-3019.1006
2026-08-0618.8438
2026-08-1318.6227
2026-08-2118.8391
2026-08-2818.6209
2026-09-0418.5790
2026-09-1118.8009
2026-09-1818.6969
2026-09-2518.7320

High

20.3747

Low

18.5790

Average

19.2704

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/SZL API questions

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

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

How far back does EUR/SZL historical data go?

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