Skip to content

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

SHP/ZMW over YTD: show the values
PointSHP/ZMW
2025-12-3129.9289
2026-01-0728.3535
2026-01-1426.1877
2026-01-2127.2591
2026-01-2827.3852
2026-02-0426.8870
2026-02-1126.0844
2026-02-1825.0808
2026-02-2525.6329
2026-03-0425.6001
2026-03-1126.0700
2026-03-1826.1608
2026-03-2525.4323
2026-04-0125.4174
2026-04-0826.0617
2026-04-1925.5254
2026-04-2625.3061
2026-05-0325.0187
2026-05-1025.4323
2026-05-1825.2639
2026-05-2625.4750
2026-06-0224.6374
2026-06-1123.4842
2026-06-1823.7678
2026-06-2523.7804
2026-07-0224.3922
2026-07-0924.5186
2026-07-1624.7937
2026-07-2324.7156
2026-07-3025.1624
2026-08-0625.7182
2026-08-1325.4144
2026-08-2125.8916
2026-08-2825.8351
2026-09-0425.9789
2026-09-1126.1213
2026-09-1826.2504
2026-09-2525.8286

High

29.9289

Low

23.4842

Average

25.6842

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.