Skip to content

CUC to SZL exchange rate API

Peso Convertible to Lilangeni · quoted 2026-09-26

16.3114

▼ +6.61% over 1Y

1 CUC = 16.3114 SZL · 1 SZL = 0.06131 CUC · Get this rate via the API

1 CUC buys 16.3114 SZL as of 2026-09-26, so 1 SZL buys 0.06131 CUC. Over the last year, CUC/SZL traded between 15.9287 and 17.4658, averaged 16.5909 and fell 6.61%. The API holds daily CUC/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CUC/SZL over 1Y

CUC/SZL over 1Y: show the values
PointCUC/SZL
2025-09-2617.4658
2025-10-0317.3137
2025-10-1017.2056
2025-10-1717.3595
2025-10-2417.3332
2025-10-3117.2735
2025-11-0717.3806
2025-11-1417.0255
2025-11-2117.2289
2025-11-2817.1517
2025-12-0516.9849
2025-12-1316.8737
2025-12-2016.7670
2025-12-2716.6668
2026-01-0316.4900
2026-01-1016.4868
2026-01-1716.4092
2026-01-2416.1342
2026-01-3116.1435
2026-02-0716.0311
2026-02-1415.9569
2026-02-2116.0389
2026-02-2815.9287
2026-03-0716.5492
2026-03-1416.9391
2026-03-2117.1178
2026-03-2817.1604
2026-04-0416.9730
2026-04-1116.4350
2026-04-1816.3350
2026-04-2516.5946
2026-05-0216.6604
2026-05-0916.3704
2026-05-1716.6854
2026-05-2516.3411
2026-06-0116.2306
2026-06-1016.5408
2026-06-1716.1857
2026-06-2416.5791
2026-07-0116.4270
2026-07-0816.2647
2026-07-1516.3542
2026-07-2216.4517
2026-07-2916.7292
2026-08-0516.3614
2026-08-1216.1933
2026-08-2016.1031
2026-08-2715.9665
2026-09-0316.0447
2026-09-1016.0414
2026-09-1716.3475
2026-09-2416.3727

High

17.4658

Low

15.9287

Average

16.5909

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CUC/SZL API questions

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

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

How far back does CUC/SZL historical data go?

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