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: show the values
| Point | ZMW/SOS |
|---|---|
| 2026-03-31 | 29.9958 |
| 2026-04-07 | 29.5927 |
| 2026-04-14 | 30.0689 |
| 2026-04-21 | 30.1984 |
| 2026-04-28 | 30.2046 |
| 2026-05-05 | 30.5100 |
| 2026-05-12 | 30.0530 |
| 2026-05-20 | 30.2125 |
| 2026-05-28 | 30.4673 |
| 2026-06-04 | 32.1021 |
| 2026-06-13 | 32.5069 |
| 2026-06-20 | 31.9270 |
| 2026-06-27 | 31.5681 |
| 2026-07-04 | 31.1747 |
| 2026-07-11 | 30.4556 |
| 2026-07-18 | 31.2271 |
| 2026-07-25 | 30.7105 |
| 2026-08-01 | 30.4514 |
| 2026-08-08 | 30.4722 |
| 2026-08-15 | 29.2034 |
| 2026-08-23 | 30.1073 |
| 2026-08-30 | 30.0173 |
| 2026-09-06 | 29.6903 |
| 2026-09-13 | 28.6269 |
| 2026-09-20 | 29.1103 |
High
32.5069
Low
28.6269
Average
30.3822
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.