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: show the values
| Point | XCD/SZL |
|---|---|
| 2025-09-26 | 6.4537 |
| 2025-10-03 | 6.3953 |
| 2025-10-10 | 6.3570 |
| 2025-10-17 | 6.4138 |
| 2025-10-24 | 6.4030 |
| 2025-10-31 | 6.3821 |
| 2025-11-07 | 6.4215 |
| 2025-11-14 | 6.2888 |
| 2025-11-21 | 6.3647 |
| 2025-11-28 | 6.3353 |
| 2025-12-05 | 6.2778 |
| 2025-12-13 | 6.2441 |
| 2025-12-20 | 6.2043 |
| 2025-12-27 | 6.1672 |
| 2026-01-03 | 6.1019 |
| 2026-01-10 | 6.1006 |
| 2026-01-17 | 6.0719 |
| 2026-01-24 | 5.9702 |
| 2026-01-31 | 5.9743 |
| 2026-02-07 | 5.9321 |
| 2026-02-14 | 5.9046 |
| 2026-02-21 | 5.9349 |
| 2026-02-28 | 5.8941 |
| 2026-03-07 | 6.1237 |
| 2026-03-14 | 6.2691 |
| 2026-03-21 | 6.3341 |
| 2026-03-28 | 6.3497 |
| 2026-04-04 | 6.2805 |
| 2026-04-11 | 6.0813 |
| 2026-04-18 | 6.0443 |
| 2026-04-25 | 6.1403 |
| 2026-05-02 | 6.1647 |
| 2026-05-09 | 6.0574 |
| 2026-05-17 | 6.1798 |
| 2026-05-25 | 6.0365 |
| 2026-06-01 | 5.9955 |
| 2026-06-10 | 6.1112 |
| 2026-06-17 | 5.9792 |
| 2026-06-24 | 6.1260 |
| 2026-07-01 | 6.0701 |
| 2026-07-08 | 6.0065 |
| 2026-07-15 | 6.0379 |
| 2026-07-22 | 6.0788 |
| 2026-07-29 | 6.1777 |
| 2026-08-05 | 6.0403 |
| 2026-08-12 | 5.9836 |
| 2026-08-20 | 5.9479 |
| 2026-08-27 | 5.9009 |
| 2026-09-03 | 5.9268 |
| 2026-09-10 | 5.9267 |
| 2026-09-17 | 6.0422 |
| 2026-09-24 | 6.0504 |
High
6.4537
Low
5.8941
Average
6.1338
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=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¤cies=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.