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: show the values
| Point | ZMW/SOS |
|---|---|
| 2025-12-31 | 25.7011 |
| 2026-01-07 | 26.8324 |
| 2026-01-14 | 29.2452 |
| 2026-01-21 | 28.0897 |
| 2026-01-28 | 28.7451 |
| 2026-02-04 | 29.1267 |
| 2026-02-11 | 29.9203 |
| 2026-02-18 | 30.7726 |
| 2026-02-25 | 30.0798 |
| 2026-03-04 | 29.7648 |
| 2026-03-11 | 29.4465 |
| 2026-03-18 | 29.0335 |
| 2026-03-25 | 30.1193 |
| 2026-04-01 | 29.7599 |
| 2026-04-08 | 29.3786 |
| 2026-04-15 | 29.8837 |
| 2026-04-22 | 30.0379 |
| 2026-04-29 | 30.1278 |
| 2026-05-06 | 30.2798 |
| 2026-05-14 | 30.1434 |
| 2026-05-21 | 30.0764 |
| 2026-05-29 | 30.5757 |
| 2026-06-05 | 32.5626 |
| 2026-06-14 | 32.5104 |
| 2026-06-21 | 31.9266 |
| 2026-06-28 | 31.5010 |
| 2026-07-05 | 31.1316 |
| 2026-07-12 | 31.5203 |
| 2026-07-19 | 31.3464 |
| 2026-07-26 | 30.6596 |
| 2026-08-02 | 30.4421 |
| 2026-08-09 | 31.0073 |
| 2026-08-16 | 29.8936 |
| 2026-08-24 | 29.9923 |
| 2026-08-31 | 29.9980 |
| 2026-09-07 | 29.6859 |
| 2026-09-14 | 29.5344 |
| 2026-09-21 | 28.9603 |
High
32.5626
Low
25.7011
Average
29.9768
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.