Skip to content

PEN to SZL exchange rate API

Sol to Lilangeni · quoted 2026-09-26

4.8132

▼ +3.06% over YTD

1 PEN = 4.8132 SZL · 1 SZL = 0.20776 PEN · Get this rate via the API

1 PEN buys 4.8132 SZL as of 2026-09-26, so 1 SZL buys 0.20776 PEN. Over the year to date, PEN/SZL traded between 4.7170 and 4.9650, averaged 4.8348 and fell 3.06%. The API holds daily PEN/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PEN/SZL over YTD

PEN/SZL over YTD: show the values
PointPEN/SZL
2025-12-314.9650
2026-01-074.8917
2026-01-144.9002
2026-01-214.9166
2026-01-284.7890
2026-02-044.7717
2026-02-114.7652
2026-02-184.8088
2026-02-254.7779
2026-03-044.8710
2026-03-114.7629
2026-03-184.8839
2026-03-254.9142
2026-04-014.9052
2026-04-084.9032
2026-04-154.7912
2026-04-224.7857
2026-04-294.7170
2026-05-064.8460
2026-05-144.8308
2026-05-214.8624
2026-05-294.7844
2026-06-054.7557
2026-06-144.8104
2026-06-214.8756
2026-06-284.8367
2026-07-054.7836
2026-07-124.8241
2026-07-194.8645
2026-07-264.9617
2026-08-024.8829
2026-08-094.7870
2026-08-164.8137
2026-08-244.8114
2026-08-314.8324
2026-09-074.7793
2026-09-144.8185
2026-09-214.8634

High

4.9650

Low

4.7170

Average

4.8348

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PEN/SZL API questions

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

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

How far back does PEN/SZL historical data go?

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