Skip to content

XCD to SZL exchange rate API

East Caribbean Dollar to Lilangeni · quoted 2026-09-26

6.0354

▼ +1.57% over YTD

1 XCD = 6.0354 SZL · 1 SZL = 0.16569 XCD · Get this rate via the API

1 XCD buys 6.0354 SZL as of 2026-09-26, so 1 SZL buys 0.16569 XCD. Over the year to date, XCD/SZL traded between 5.8727 and 6.2554, averaged 6.0447 and fell 1.57%. The API holds daily XCD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XCD/SZL over YTD

XCD/SZL over YTD: show the values
PointXCD/SZL
2025-12-316.1316
2026-01-076.0428
2026-01-146.0498
2026-01-216.0580
2026-01-285.8727
2026-02-045.8893
2026-02-115.8743
2026-02-185.9172
2026-02-255.8927
2026-03-046.1049
2026-03-116.0087
2026-03-186.1597
2026-03-256.2554
2026-04-016.2350
2026-04-086.0913
2026-04-156.0606
2026-04-226.0641
2026-04-296.1239
2026-05-066.1781
2026-05-146.0656
2026-05-216.0966
2026-05-296.0009
2026-06-056.0329
2026-06-146.0302
2026-06-216.0915
2026-06-286.1015
2026-07-056.0100
2026-07-126.0481
2026-07-196.1112
2026-07-266.2351
2026-08-026.1271
2026-08-095.9777
2026-08-165.9921
2026-08-245.9140
2026-08-315.9853
2026-09-075.9030
2026-09-145.9817
2026-09-215.9936

High

6.2554

Low

5.8727

Average

6.0447

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XCD/SZL API questions

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

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

How far back does XCD/SZL historical data go?

Daily XCD/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 XCD/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.