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: show the values
| Point | XCD/SZL |
|---|---|
| 2026-08-27 | 5.9009 |
| 2026-08-28 | 5.9074 |
| 2026-08-29 | 5.9799 |
| 2026-08-30 | 5.9852 |
| 2026-08-31 | 5.9853 |
| 2026-09-01 | 5.9521 |
| 2026-09-02 | 5.9748 |
| 2026-09-03 | 5.9268 |
| 2026-09-04 | 5.9072 |
| 2026-09-05 | 5.9056 |
| 2026-09-06 | 5.9121 |
| 2026-09-07 | 5.9030 |
| 2026-09-08 | 5.9076 |
| 2026-09-09 | 5.9104 |
| 2026-09-10 | 5.9267 |
| 2026-09-11 | 5.9920 |
| 2026-09-12 | 5.9712 |
| 2026-09-13 | 5.9710 |
| 2026-09-14 | 5.9817 |
| 2026-09-15 | 6.0121 |
| 2026-09-16 | 5.9954 |
| 2026-09-17 | 6.0422 |
| 2026-09-18 | 6.0369 |
| 2026-09-19 | 6.0143 |
| 2026-09-20 | 6.0265 |
| 2026-09-21 | 5.9936 |
| 2026-09-22 | 6.0023 |
| 2026-09-23 | 5.9831 |
| 2026-09-24 | 6.0504 |
| 2026-09-25 | 6.0677 |
| 2026-09-26 | 6.0354 |
High
6.0677
Low
5.9009
Average
5.9749
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.