Skip to content

ZMW to SOS exchange rate API

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

29.2840

▲ +13.94% over YTD

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 year to date, ZMW/SOS traded between 25.7011 and 32.5626, averaged 29.9768 and rose 13.94%. 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 YTD

ZMW/SOS over YTD: show the values
PointZMW/SOS
2025-12-3125.7011
2026-01-0726.8324
2026-01-1429.2452
2026-01-2128.0897
2026-01-2828.7451
2026-02-0429.1267
2026-02-1129.9203
2026-02-1830.7726
2026-02-2530.0798
2026-03-0429.7648
2026-03-1129.4465
2026-03-1829.0335
2026-03-2530.1193
2026-04-0129.7599
2026-04-0829.3786
2026-04-1529.8837
2026-04-2230.0379
2026-04-2930.1278
2026-05-0630.2798
2026-05-1430.1434
2026-05-2130.0764
2026-05-2930.5757
2026-06-0532.5626
2026-06-1432.5104
2026-06-2131.9266
2026-06-2831.5010
2026-07-0531.1316
2026-07-1231.5203
2026-07-1931.3464
2026-07-2630.6596
2026-08-0230.4421
2026-08-0931.0073
2026-08-1629.8936
2026-08-2429.9923
2026-08-3129.9980
2026-09-0729.6859
2026-09-1429.5344
2026-09-2128.9603

High

32.5626

Low

25.7011

Average

29.9768

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.