SHP to ZMW exchange rate API
Saint Helena Pound to Zambian Kwacha · quoted 2026-09-26
25.8286
▼ +18.80% over 1Y
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 year, SHP/ZMW traded between 23.5666 and 31.9855, averaged 26.8231 and fell 18.80%. 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 1Y: show the values
| Point | SHP/ZMW |
|---|---|
| 2025-09-26 | 31.8074 |
| 2025-10-03 | 31.9855 |
| 2025-10-10 | 30.1970 |
| 2025-10-17 | 30.4164 |
| 2025-10-24 | 29.4934 |
| 2025-10-31 | 29.1410 |
| 2025-11-07 | 29.7950 |
| 2025-11-14 | 29.7833 |
| 2025-11-21 | 30.1723 |
| 2025-11-28 | 30.3002 |
| 2025-12-05 | 30.8652 |
| 2025-12-13 | 30.8917 |
| 2025-12-20 | 30.2823 |
| 2025-12-27 | 30.4223 |
| 2026-01-03 | 29.7541 |
| 2026-01-10 | 26.1286 |
| 2026-01-17 | 26.9561 |
| 2026-01-24 | 26.6822 |
| 2026-01-31 | 27.0268 |
| 2026-02-07 | 25.4591 |
| 2026-02-14 | 24.9234 |
| 2026-02-21 | 25.5726 |
| 2026-02-28 | 25.5194 |
| 2026-03-07 | 25.9110 |
| 2026-03-14 | 25.6852 |
| 2026-03-21 | 26.0237 |
| 2026-03-28 | 25.0934 |
| 2026-04-04 | 25.3958 |
| 2026-04-15 | 25.6286 |
| 2026-04-22 | 25.5146 |
| 2026-04-29 | 25.4074 |
| 2026-05-06 | 25.2286 |
| 2026-05-14 | 25.7032 |
| 2026-05-21 | 25.5135 |
| 2026-05-29 | 24.9893 |
| 2026-06-05 | 23.5792 |
| 2026-06-14 | 23.5666 |
| 2026-06-21 | 23.6849 |
| 2026-06-28 | 23.9439 |
| 2026-07-05 | 24.5271 |
| 2026-07-12 | 24.2124 |
| 2026-07-19 | 24.5260 |
| 2026-07-26 | 24.8355 |
| 2026-08-02 | 25.2765 |
| 2026-08-09 | 25.3440 |
| 2026-08-16 | 25.6031 |
| 2026-08-24 | 25.9007 |
| 2026-08-31 | 25.8013 |
| 2026-09-07 | 26.0048 |
| 2026-09-14 | 26.1320 |
| 2026-09-21 | 26.3653 |
High
31.9855
Low
23.5666
Average
26.8231
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.