Skip to content

PEN to SZL exchange rate API

Sol to Lilangeni · quoted 2026-09-26

4.8132

▼ +3.45% over 1Y

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 last year, PEN/SZL traded between 4.7466 and 5.1774, averaged 4.8947 and fell 3.45%. 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 1Y

PEN/SZL over 1Y: show the values
PointPEN/SZL
2025-09-264.9850
2025-10-035.0223
2025-10-105.0287
2025-10-175.1603
2025-10-245.1420
2025-10-315.1455
2025-11-075.1774
2025-11-145.0764
2025-11-215.1136
2025-11-285.1307
2025-12-055.0720
2025-12-135.0108
2025-12-204.9800
2025-12-274.9539
2026-01-034.9077
2026-01-104.9052
2026-01-174.8728
2026-01-244.8002
2026-01-314.8070
2026-02-074.7601
2026-02-144.7591
2026-02-214.7704
2026-02-284.7466
2026-03-074.7552
2026-03-144.9035
2026-03-214.9204
2026-03-284.9604
2026-04-044.9156
2026-04-114.8509
2026-04-184.7534
2026-04-254.7589
2026-05-024.7499
2026-05-094.7664
2026-05-174.8721
2026-05-254.8159
2026-06-014.7786
2026-06-104.8773
2026-06-174.8155
2026-06-244.8741
2026-07-014.8350
2026-07-084.7893
2026-07-154.8569
2026-07-224.8642
2026-07-294.9383
2026-08-054.8509
2026-08-124.8459
2026-08-204.8267
2026-08-274.7892
2026-09-034.8018
2026-09-104.7870
2026-09-174.8878
2026-09-244.8349

High

5.1774

Low

4.7466

Average

4.8947

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.