Skip to content

XCD to SZL exchange rate API

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

6.0354

▲ +2.28% over 30D

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 last 30 days, XCD/SZL traded between 5.9009 and 6.0677, averaged 5.9749 and rose 2.28%. 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 30D

XCD/SZL over 30D: show the values
PointXCD/SZL
2026-08-275.9009
2026-08-285.9074
2026-08-295.9799
2026-08-305.9852
2026-08-315.9853
2026-09-015.9521
2026-09-025.9748
2026-09-035.9268
2026-09-045.9072
2026-09-055.9056
2026-09-065.9121
2026-09-075.9030
2026-09-085.9076
2026-09-095.9104
2026-09-105.9267
2026-09-115.9920
2026-09-125.9712
2026-09-135.9710
2026-09-145.9817
2026-09-156.0121
2026-09-165.9954
2026-09-176.0422
2026-09-186.0369
2026-09-196.0143
2026-09-206.0265
2026-09-215.9936
2026-09-226.0023
2026-09-235.9831
2026-09-246.0504
2026-09-256.0677
2026-09-266.0354

High

6.0677

Low

5.9009

Average

5.9749

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.