Skip to content

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

SZL/CLP over 1Y: show the values
PointSZL/CLP
2025-09-2755.1405
2025-10-0456.0329
2025-10-1154.8711
2025-10-1855.0301
2025-10-2554.3327
2025-11-0154.3219
2025-11-0854.6504
2025-11-1554.1562
2025-11-2254.0432
2025-11-2954.2346
2025-12-0654.6536
2025-12-1454.1970
2025-12-2154.2783
2025-12-2854.3717
2026-01-0454.9746
2026-01-1154.1180
2026-01-1854.0189
2026-01-2553.8049
2026-02-0154.0550
2026-02-0853.3995
2026-02-1554.0233
2026-02-2253.9783
2026-03-0154.9636
2026-03-0855.0754
2026-03-1554.3210
2026-03-2254.5545
2026-03-2954.1063
2026-04-0554.1589
2026-04-1254.4870
2026-04-1953.4130
2026-04-2654.0302
2026-05-0353.9604
2026-05-1054.4838
2026-05-1854.1102
2026-05-2654.8600
2026-06-0254.8028
2026-06-1155.3887
2026-06-1854.3578
2026-06-2555.5321
2026-07-0256.4324
2026-07-0957.0762
2026-07-1656.5574
2026-07-2357.2023
2026-07-3056.1934
2026-08-0655.9761
2026-08-1356.6430
2026-08-2157.3024
2026-08-2857.9312
2026-09-0458.3383
2026-09-1158.0151
2026-09-1858.8675
2026-09-2558.6368

High

58.9601

Low

53.3995

Average

55.2344

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=CLP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=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&currencies=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.