Skip to content

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

SHP/ZMW over 1Y: show the values
PointSHP/ZMW
2025-09-2631.8074
2025-10-0331.9855
2025-10-1030.1970
2025-10-1730.4164
2025-10-2429.4934
2025-10-3129.1410
2025-11-0729.7950
2025-11-1429.7833
2025-11-2130.1723
2025-11-2830.3002
2025-12-0530.8652
2025-12-1330.8917
2025-12-2030.2823
2025-12-2730.4223
2026-01-0329.7541
2026-01-1026.1286
2026-01-1726.9561
2026-01-2426.6822
2026-01-3127.0268
2026-02-0725.4591
2026-02-1424.9234
2026-02-2125.5726
2026-02-2825.5194
2026-03-0725.9110
2026-03-1425.6852
2026-03-2126.0237
2026-03-2825.0934
2026-04-0425.3958
2026-04-1525.6286
2026-04-2225.5146
2026-04-2925.4074
2026-05-0625.2286
2026-05-1425.7032
2026-05-2125.5135
2026-05-2924.9893
2026-06-0523.5792
2026-06-1423.5666
2026-06-2123.6849
2026-06-2823.9439
2026-07-0524.5271
2026-07-1224.2124
2026-07-1924.5260
2026-07-2624.8355
2026-08-0225.2765
2026-08-0925.3440
2026-08-1625.6031
2026-08-2425.9007
2026-08-3125.8013
2026-09-0726.0048
2026-09-1426.1320
2026-09-2126.3653

High

31.9855

Low

23.5666

Average

26.8231

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP&currencies=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&currencies=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.