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: show the values
| Point | CUC/SZL |
|---|---|
| 2025-09-26 | 17.4658 |
| 2025-10-03 | 17.3137 |
| 2025-10-10 | 17.2056 |
| 2025-10-17 | 17.3595 |
| 2025-10-24 | 17.3332 |
| 2025-10-31 | 17.2735 |
| 2025-11-07 | 17.3806 |
| 2025-11-14 | 17.0255 |
| 2025-11-21 | 17.2289 |
| 2025-11-28 | 17.1517 |
| 2025-12-05 | 16.9849 |
| 2025-12-13 | 16.8737 |
| 2025-12-20 | 16.7670 |
| 2025-12-27 | 16.6668 |
| 2026-01-03 | 16.4900 |
| 2026-01-10 | 16.4868 |
| 2026-01-17 | 16.4092 |
| 2026-01-24 | 16.1342 |
| 2026-01-31 | 16.1435 |
| 2026-02-07 | 16.0311 |
| 2026-02-14 | 15.9569 |
| 2026-02-21 | 16.0389 |
| 2026-02-28 | 15.9287 |
| 2026-03-07 | 16.5492 |
| 2026-03-14 | 16.9391 |
| 2026-03-21 | 17.1178 |
| 2026-03-28 | 17.1604 |
| 2026-04-04 | 16.9730 |
| 2026-04-11 | 16.4350 |
| 2026-04-18 | 16.3350 |
| 2026-04-25 | 16.5946 |
| 2026-05-02 | 16.6604 |
| 2026-05-09 | 16.3704 |
| 2026-05-17 | 16.6854 |
| 2026-05-25 | 16.3411 |
| 2026-06-01 | 16.2306 |
| 2026-06-10 | 16.5408 |
| 2026-06-17 | 16.1857 |
| 2026-06-24 | 16.5791 |
| 2026-07-01 | 16.4270 |
| 2026-07-08 | 16.2647 |
| 2026-07-15 | 16.3542 |
| 2026-07-22 | 16.4517 |
| 2026-07-29 | 16.7292 |
| 2026-08-05 | 16.3614 |
| 2026-08-12 | 16.1933 |
| 2026-08-20 | 16.1031 |
| 2026-08-27 | 15.9665 |
| 2026-09-03 | 16.0447 |
| 2026-09-10 | 16.0414 |
| 2026-09-17 | 16.3475 |
| 2026-09-24 | 16.3727 |
High
17.4658
Low
15.9287
Average
16.5909
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=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¤cies=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.