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: show the values
| Point | PEN/SZL |
|---|---|
| 2025-09-26 | 4.9850 |
| 2025-10-03 | 5.0223 |
| 2025-10-10 | 5.0287 |
| 2025-10-17 | 5.1603 |
| 2025-10-24 | 5.1420 |
| 2025-10-31 | 5.1455 |
| 2025-11-07 | 5.1774 |
| 2025-11-14 | 5.0764 |
| 2025-11-21 | 5.1136 |
| 2025-11-28 | 5.1307 |
| 2025-12-05 | 5.0720 |
| 2025-12-13 | 5.0108 |
| 2025-12-20 | 4.9800 |
| 2025-12-27 | 4.9539 |
| 2026-01-03 | 4.9077 |
| 2026-01-10 | 4.9052 |
| 2026-01-17 | 4.8728 |
| 2026-01-24 | 4.8002 |
| 2026-01-31 | 4.8070 |
| 2026-02-07 | 4.7601 |
| 2026-02-14 | 4.7591 |
| 2026-02-21 | 4.7704 |
| 2026-02-28 | 4.7466 |
| 2026-03-07 | 4.7552 |
| 2026-03-14 | 4.9035 |
| 2026-03-21 | 4.9204 |
| 2026-03-28 | 4.9604 |
| 2026-04-04 | 4.9156 |
| 2026-04-11 | 4.8509 |
| 2026-04-18 | 4.7534 |
| 2026-04-25 | 4.7589 |
| 2026-05-02 | 4.7499 |
| 2026-05-09 | 4.7664 |
| 2026-05-17 | 4.8721 |
| 2026-05-25 | 4.8159 |
| 2026-06-01 | 4.7786 |
| 2026-06-10 | 4.8773 |
| 2026-06-17 | 4.8155 |
| 2026-06-24 | 4.8741 |
| 2026-07-01 | 4.8350 |
| 2026-07-08 | 4.7893 |
| 2026-07-15 | 4.8569 |
| 2026-07-22 | 4.8642 |
| 2026-07-29 | 4.9383 |
| 2026-08-05 | 4.8509 |
| 2026-08-12 | 4.8459 |
| 2026-08-20 | 4.8267 |
| 2026-08-27 | 4.7892 |
| 2026-09-03 | 4.8018 |
| 2026-09-10 | 4.7870 |
| 2026-09-17 | 4.8878 |
| 2026-09-24 | 4.8349 |
High
5.1774
Low
4.7466
Average
4.8947
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=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¤cies=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.