Skip to content

XCD to SZL exchange rate API

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

6.0354

▼ +6.48% over 1Y

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 year, XCD/SZL traded between 5.8941 and 6.4537, averaged 6.1338 and fell 6.48%. 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 1Y

XCD/SZL over 1Y: show the values
PointXCD/SZL
2025-09-266.4537
2025-10-036.3953
2025-10-106.3570
2025-10-176.4138
2025-10-246.4030
2025-10-316.3821
2025-11-076.4215
2025-11-146.2888
2025-11-216.3647
2025-11-286.3353
2025-12-056.2778
2025-12-136.2441
2025-12-206.2043
2025-12-276.1672
2026-01-036.1019
2026-01-106.1006
2026-01-176.0719
2026-01-245.9702
2026-01-315.9743
2026-02-075.9321
2026-02-145.9046
2026-02-215.9349
2026-02-285.8941
2026-03-076.1237
2026-03-146.2691
2026-03-216.3341
2026-03-286.3497
2026-04-046.2805
2026-04-116.0813
2026-04-186.0443
2026-04-256.1403
2026-05-026.1647
2026-05-096.0574
2026-05-176.1798
2026-05-256.0365
2026-06-015.9955
2026-06-106.1112
2026-06-175.9792
2026-06-246.1260
2026-07-016.0701
2026-07-086.0065
2026-07-156.0379
2026-07-226.0788
2026-07-296.1777
2026-08-056.0403
2026-08-125.9836
2026-08-205.9479
2026-08-275.9009
2026-09-035.9268
2026-09-105.9267
2026-09-176.0422
2026-09-246.0504

High

6.4537

Low

5.8941

Average

6.1338

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.