SHP to ZMW exchange rate API
Saint Helena Pound to Zambian Kwacha · quoted 2026-09-26
25.8286
▼ +13.70% over YTD
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 year to date, SHP/ZMW traded between 23.4842 and 29.9289, averaged 25.6842 and fell 13.70%. 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 YTD: show the values
| Point | SHP/ZMW |
|---|---|
| 2025-12-31 | 29.9289 |
| 2026-01-07 | 28.3535 |
| 2026-01-14 | 26.1877 |
| 2026-01-21 | 27.2591 |
| 2026-01-28 | 27.3852 |
| 2026-02-04 | 26.8870 |
| 2026-02-11 | 26.0844 |
| 2026-02-18 | 25.0808 |
| 2026-02-25 | 25.6329 |
| 2026-03-04 | 25.6001 |
| 2026-03-11 | 26.0700 |
| 2026-03-18 | 26.1608 |
| 2026-03-25 | 25.4323 |
| 2026-04-01 | 25.4174 |
| 2026-04-08 | 26.0617 |
| 2026-04-19 | 25.5254 |
| 2026-04-26 | 25.3061 |
| 2026-05-03 | 25.0187 |
| 2026-05-10 | 25.4323 |
| 2026-05-18 | 25.2639 |
| 2026-05-26 | 25.4750 |
| 2026-06-02 | 24.6374 |
| 2026-06-11 | 23.4842 |
| 2026-06-18 | 23.7678 |
| 2026-06-25 | 23.7804 |
| 2026-07-02 | 24.3922 |
| 2026-07-09 | 24.5186 |
| 2026-07-16 | 24.7937 |
| 2026-07-23 | 24.7156 |
| 2026-07-30 | 25.1624 |
| 2026-08-06 | 25.7182 |
| 2026-08-13 | 25.4144 |
| 2026-08-21 | 25.8916 |
| 2026-08-28 | 25.8351 |
| 2026-09-04 | 25.9789 |
| 2026-09-11 | 26.1213 |
| 2026-09-18 | 26.2504 |
| 2026-09-25 | 25.8286 |
High
29.9289
Low
23.4842
Average
25.6842
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.