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: show the values
| Point | ZMW/SOS |
|---|---|
| 2026-08-28 | 30.0088 |
| 2026-08-29 | 29.9668 |
| 2026-08-30 | 30.0173 |
| 2026-08-31 | 29.9980 |
| 2026-09-01 | 29.7870 |
| 2026-09-02 | 29.7964 |
| 2026-09-03 | 29.7831 |
| 2026-09-04 | 29.6493 |
| 2026-09-05 | 29.6854 |
| 2026-09-06 | 29.6903 |
| 2026-09-07 | 29.6859 |
| 2026-09-08 | 29.6368 |
| 2026-09-09 | 29.5368 |
| 2026-09-10 | 29.5829 |
| 2026-09-11 | 29.4886 |
| 2026-09-12 | 28.6302 |
| 2026-09-13 | 28.6269 |
| 2026-09-14 | 29.5344 |
| 2026-09-15 | 29.4329 |
| 2026-09-16 | 29.1271 |
| 2026-09-17 | 29.2535 |
| 2026-09-18 | 29.1206 |
| 2026-09-19 | 29.0277 |
| 2026-09-20 | 29.1103 |
| 2026-09-21 | 28.9603 |
| 2026-09-22 | 29.0639 |
| 2026-09-23 | 29.3171 |
| 2026-09-24 | 29.2500 |
| 2026-09-25 | 29.1887 |
| 2026-09-26 | 29.2840 |
High
30.0173
Low
28.6269
Average
29.4363
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.