Skip to content

ZMW to SOS exchange rate API

Zambian Kwacha to Somali Shilling · quoted 2026-09-27

29.2840

▼ +2.37% over 6M

1 ZMW = 29.2840 SOS · 1 SOS = 0.03415 ZMW · Get this rate via the API

1 ZMW buys 29.2840 SOS as of 2026-09-27, so 1 SOS buys 0.03415 ZMW. Over the last 6 months, ZMW/SOS traded between 28.6269 and 32.5069, averaged 30.3822 and fell 2.37%. The API holds daily ZMW/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/SOS over 6M

ZMW/SOS over 6M: show the values
PointZMW/SOS
2026-03-3129.9958
2026-04-0729.5927
2026-04-1430.0689
2026-04-2130.1984
2026-04-2830.2046
2026-05-0530.5100
2026-05-1230.0530
2026-05-2030.2125
2026-05-2830.4673
2026-06-0432.1021
2026-06-1332.5069
2026-06-2031.9270
2026-06-2731.5681
2026-07-0431.1747
2026-07-1130.4556
2026-07-1831.2271
2026-07-2530.7105
2026-08-0130.4514
2026-08-0830.4722
2026-08-1529.2034
2026-08-2330.1073
2026-08-3030.0173
2026-09-0629.6903
2026-09-1328.6269
2026-09-2029.1103

High

32.5069

Low

28.6269

Average

30.3822

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=SOS").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/SOS API questions

How do I get the ZMW/SOS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/SOS rate in rates.SOS.

How far back does ZMW/SOS historical data go?

Daily ZMW/SOS 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 ZMW/SOS 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.