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: show the values
| Point | ZMW/SOS |
|---|---|
| 2025-09-27 | 24.0455 |
| 2025-10-04 | 24.0598 |
| 2025-10-11 | 24.9904 |
| 2025-10-18 | 24.9184 |
| 2025-10-25 | 25.7106 |
| 2025-11-01 | 25.9966 |
| 2025-11-08 | 25.1266 |
| 2025-11-15 | 25.3906 |
| 2025-11-22 | 24.6646 |
| 2025-11-29 | 24.9723 |
| 2025-12-06 | 24.6383 |
| 2025-12-14 | 24.7122 |
| 2025-12-21 | 25.2145 |
| 2025-12-28 | 25.3077 |
| 2026-01-04 | 25.8440 |
| 2026-01-11 | 29.3629 |
| 2026-01-18 | 28.3096 |
| 2026-01-25 | 29.4339 |
| 2026-02-01 | 28.9931 |
| 2026-02-08 | 30.3839 |
| 2026-02-15 | 31.3100 |
| 2026-02-22 | 30.1123 |
| 2026-03-01 | 30.2278 |
| 2026-03-08 | 29.4355 |
| 2026-03-15 | 29.4254 |
| 2026-03-22 | 29.2981 |
| 2026-03-29 | 30.3085 |
| 2026-04-05 | 29.6453 |
| 2026-04-12 | 30.0395 |
| 2026-04-19 | 30.0414 |
| 2026-04-26 | 30.1969 |
| 2026-05-03 | 30.5692 |
| 2026-05-10 | 30.0174 |
| 2026-05-18 | 30.3602 |
| 2026-05-26 | 30.1827 |
| 2026-06-02 | 31.2114 |
| 2026-06-11 | 32.5647 |
| 2026-06-18 | 32.0132 |
| 2026-06-25 | 31.5589 |
| 2026-07-02 | 31.3816 |
| 2026-07-09 | 31.1219 |
| 2026-07-16 | 30.9690 |
| 2026-07-23 | 30.8704 |
| 2026-07-30 | 30.1992 |
| 2026-08-06 | 29.8461 |
| 2026-08-13 | 30.3239 |
| 2026-08-21 | 30.1376 |
| 2026-08-28 | 30.0088 |
| 2026-09-04 | 29.6493 |
| 2026-09-11 | 29.4886 |
| 2026-09-18 | 29.1206 |
| 2026-09-25 | 29.1887 |
High
32.5647
Low
24.0455
Average
28.7205
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.