Skip to content

ZMW to SOS exchange rate API

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

29.2840

▲ +21.79% over 1Y

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 year, ZMW/SOS traded between 24.0455 and 32.5647, averaged 28.7205 and rose 21.79%. 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 1Y

ZMW/SOS over 1Y: show the values
PointZMW/SOS
2025-09-2724.0455
2025-10-0424.0598
2025-10-1124.9904
2025-10-1824.9184
2025-10-2525.7106
2025-11-0125.9966
2025-11-0825.1266
2025-11-1525.3906
2025-11-2224.6646
2025-11-2924.9723
2025-12-0624.6383
2025-12-1424.7122
2025-12-2125.2145
2025-12-2825.3077
2026-01-0425.8440
2026-01-1129.3629
2026-01-1828.3096
2026-01-2529.4339
2026-02-0128.9931
2026-02-0830.3839
2026-02-1531.3100
2026-02-2230.1123
2026-03-0130.2278
2026-03-0829.4355
2026-03-1529.4254
2026-03-2229.2981
2026-03-2930.3085
2026-04-0529.6453
2026-04-1230.0395
2026-04-1930.0414
2026-04-2630.1969
2026-05-0330.5692
2026-05-1030.0174
2026-05-1830.3602
2026-05-2630.1827
2026-06-0231.2114
2026-06-1132.5647
2026-06-1832.0132
2026-06-2531.5589
2026-07-0231.3816
2026-07-0931.1219
2026-07-1630.9690
2026-07-2330.8704
2026-07-3030.1992
2026-08-0629.8461
2026-08-1330.3239
2026-08-2130.1376
2026-08-2830.0088
2026-09-0429.6493
2026-09-1129.4886
2026-09-1829.1206
2026-09-2529.1887

High

32.5647

Low

24.0455

Average

28.7205

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.