SZL to CLP exchange rate API
Lilangeni to Chilean Peso · quoted 2026-09-27
58.9601
▲ +6.93% over 1Y
1 SZL = 58.9601 CLP · 1 CLP = 0.01696 SZL · Get this rate via the API
1 SZL buys 58.9601 CLP as of 2026-09-27, so 1 CLP buys 0.01696 SZL. Over the last year, SZL/CLP traded between 53.3995 and 58.9601, averaged 55.2344 and rose 6.93%. The API holds daily SZL/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/CLP over 1Y: show the values
| Point | SZL/CLP |
|---|---|
| 2025-09-27 | 55.1405 |
| 2025-10-04 | 56.0329 |
| 2025-10-11 | 54.8711 |
| 2025-10-18 | 55.0301 |
| 2025-10-25 | 54.3327 |
| 2025-11-01 | 54.3219 |
| 2025-11-08 | 54.6504 |
| 2025-11-15 | 54.1562 |
| 2025-11-22 | 54.0432 |
| 2025-11-29 | 54.2346 |
| 2025-12-06 | 54.6536 |
| 2025-12-14 | 54.1970 |
| 2025-12-21 | 54.2783 |
| 2025-12-28 | 54.3717 |
| 2026-01-04 | 54.9746 |
| 2026-01-11 | 54.1180 |
| 2026-01-18 | 54.0189 |
| 2026-01-25 | 53.8049 |
| 2026-02-01 | 54.0550 |
| 2026-02-08 | 53.3995 |
| 2026-02-15 | 54.0233 |
| 2026-02-22 | 53.9783 |
| 2026-03-01 | 54.9636 |
| 2026-03-08 | 55.0754 |
| 2026-03-15 | 54.3210 |
| 2026-03-22 | 54.5545 |
| 2026-03-29 | 54.1063 |
| 2026-04-05 | 54.1589 |
| 2026-04-12 | 54.4870 |
| 2026-04-19 | 53.4130 |
| 2026-04-26 | 54.0302 |
| 2026-05-03 | 53.9604 |
| 2026-05-10 | 54.4838 |
| 2026-05-18 | 54.1102 |
| 2026-05-26 | 54.8600 |
| 2026-06-02 | 54.8028 |
| 2026-06-11 | 55.3887 |
| 2026-06-18 | 54.3578 |
| 2026-06-25 | 55.5321 |
| 2026-07-02 | 56.4324 |
| 2026-07-09 | 57.0762 |
| 2026-07-16 | 56.5574 |
| 2026-07-23 | 57.2023 |
| 2026-07-30 | 56.1934 |
| 2026-08-06 | 55.9761 |
| 2026-08-13 | 56.6430 |
| 2026-08-21 | 57.3024 |
| 2026-08-28 | 57.9312 |
| 2026-09-04 | 58.3383 |
| 2026-09-11 | 58.0151 |
| 2026-09-18 | 58.8675 |
| 2026-09-25 | 58.6368 |
High
58.9601
Low
53.3995
Average
55.2344
Get this rate via the API
One GET request returns the SZL/CLP 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=SZL¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=CLP").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/CLP API questions
How do I get the SZL/CLP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/CLP rate in rates.CLP.
How far back does SZL/CLP historical data go?
Daily SZL/CLP 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 SZL/CLP 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.