SHP to ZMW exchange rate API
Saint Helena Pound to Zambian Kwacha · quoted 2026-09-26
25.8286
▲ +3.01% over 6M
1 SHP = 25.8286 ZMW · 1 ZMW = 0.03872 SHP · Get this rate via the API
1 SHP buys 25.8286 ZMW as of 2026-09-26, so 1 ZMW buys 0.03872 SHP. Over the last 6 months, SHP/ZMW traded between 23.6482 and 26.4225, averaged 25.1114 and rose 3.01%. The API holds daily SHP/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SHP/ZMW over 6M: show the values
| Point | SHP/ZMW |
|---|---|
| 2026-03-30 | 25.0742 |
| 2026-04-06 | 25.4242 |
| 2026-04-17 | 25.6158 |
| 2026-04-24 | 25.0828 |
| 2026-05-01 | 25.0187 |
| 2026-05-08 | 25.5982 |
| 2026-05-16 | 25.2016 |
| 2026-05-24 | 25.3712 |
| 2026-05-31 | 24.8012 |
| 2026-06-09 | 23.6541 |
| 2026-06-16 | 23.6482 |
| 2026-06-23 | 23.6889 |
| 2026-06-30 | 24.0458 |
| 2026-07-07 | 24.5706 |
| 2026-07-14 | 24.1783 |
| 2026-07-21 | 24.5832 |
| 2026-07-28 | 24.7248 |
| 2026-08-04 | 25.2988 |
| 2026-08-11 | 25.3492 |
| 2026-08-18 | 25.6625 |
| 2026-08-26 | 26.0423 |
| 2026-09-02 | 25.8701 |
| 2026-09-09 | 26.1726 |
| 2026-09-16 | 26.4225 |
| 2026-09-23 | 25.9684 |
High
26.4225
Low
23.6482
Average
25.1114
Get this rate via the API
One GET request returns the SHP/ZMW 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=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
SHP/ZMW API questions
How do I get the SHP/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SHP/ZMW rate in rates.ZMW.
How far back does SHP/ZMW historical data go?
Daily SHP/ZMW 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/ZMW 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.