SHP to SZL exchange rate API
Saint Helena Pound to Lilangeni · quoted 2026-09-27
21.5822
▼ +7.40% over 1Y
1 SHP = 21.5822 SZL · 1 SZL = 0.04633 SHP · Get this rate via the API
1 SHP buys 21.5822 SZL as of 2026-09-27, so 1 SZL buys 0.04633 SHP. Over the last year, SHP/SZL traded between 21.4342 and 23.3575, averaged 22.2247 and fell 7.40%. The API holds daily SHP/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SHP/SZL over 1Y: show the values
| Point | SHP/SZL |
|---|---|
| 2025-09-27 | 23.3081 |
| 2025-10-04 | 23.2273 |
| 2025-10-11 | 23.3575 |
| 2025-10-18 | 23.3342 |
| 2025-10-25 | 23.0794 |
| 2025-11-01 | 22.8237 |
| 2025-11-08 | 22.7766 |
| 2025-11-15 | 22.5180 |
| 2025-11-22 | 22.7349 |
| 2025-11-29 | 22.6547 |
| 2025-12-06 | 22.5701 |
| 2025-12-14 | 22.5660 |
| 2025-12-21 | 22.4485 |
| 2025-12-28 | 22.4870 |
| 2026-01-04 | 22.1927 |
| 2026-01-11 | 22.1374 |
| 2026-01-18 | 21.9578 |
| 2026-01-25 | 21.9701 |
| 2026-02-01 | 22.1280 |
| 2026-02-08 | 21.8168 |
| 2026-02-15 | 21.7664 |
| 2026-02-22 | 21.6208 |
| 2026-03-01 | 21.4342 |
| 2026-03-08 | 22.2071 |
| 2026-03-15 | 22.3616 |
| 2026-03-22 | 22.6736 |
| 2026-03-29 | 22.6753 |
| 2026-04-05 | 22.4189 |
| 2026-04-16 | 21.9070 |
| 2026-04-23 | 22.0849 |
| 2026-04-30 | 22.5684 |
| 2026-05-07 | 21.9036 |
| 2026-05-15 | 22.0710 |
| 2026-05-23 | 22.1050 |
| 2026-05-30 | 21.8479 |
| 2026-06-06 | 22.0978 |
| 2026-06-15 | 21.7264 |
| 2026-06-22 | 21.7148 |
| 2026-06-29 | 21.7417 |
| 2026-07-06 | 21.6869 |
| 2026-07-13 | 21.9296 |
| 2026-07-20 | 22.2313 |
| 2026-07-27 | 22.3269 |
| 2026-08-03 | 22.1932 |
| 2026-08-10 | 21.8005 |
| 2026-08-17 | 21.9244 |
| 2026-08-25 | 21.8320 |
| 2026-09-01 | 21.8168 |
| 2026-09-08 | 21.6513 |
| 2026-09-15 | 21.9468 |
| 2026-09-22 | 21.7474 |
High
23.3575
Low
21.4342
Average
22.2247
Get this rate via the API
One GET request returns the SHP/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=SHP¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
SHP/SZL API questions
How do I get the SHP/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SHP/SZL rate in rates.SZL.
How far back does SHP/SZL historical data go?
Daily SHP/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 SHP/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.