Skip to content

ZMW to SOS exchange rate API

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

29.2840

▼ +2.42% over 30D

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 30 days, ZMW/SOS traded between 28.6269 and 30.0173, averaged 29.4363 and fell 2.42%. 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 30D

ZMW/SOS over 30D: show the values
PointZMW/SOS
2026-08-2830.0088
2026-08-2929.9668
2026-08-3030.0173
2026-08-3129.9980
2026-09-0129.7870
2026-09-0229.7964
2026-09-0329.7831
2026-09-0429.6493
2026-09-0529.6854
2026-09-0629.6903
2026-09-0729.6859
2026-09-0829.6368
2026-09-0929.5368
2026-09-1029.5829
2026-09-1129.4886
2026-09-1228.6302
2026-09-1328.6269
2026-09-1429.5344
2026-09-1529.4329
2026-09-1629.1271
2026-09-1729.2535
2026-09-1829.1206
2026-09-1929.0277
2026-09-2029.1103
2026-09-2128.9603
2026-09-2229.0639
2026-09-2329.3171
2026-09-2429.2500
2026-09-2529.1887
2026-09-2629.2840

High

30.0173

Low

28.6269

Average

29.4363

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.