ZMW to SLL exchange rate API
Zambian Kwacha to Leone · quoted 2026-09-26
1172.88
▲ +22.72% over 1Y
1 ZMW = 1172.88 SLL · 1 SLL = 0.000853 ZMW · Get this rate via the API
1 ZMW buys 1172.88 SLL as of 2026-09-26, so 1 SLL buys 0.000853 ZMW. Over the last year, ZMW/SLL traded between 955.7297 and 1301.27, averaged 1144.48 and rose 22.72%. The API holds daily ZMW/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/SLL over 1Y: show the values
| Point | ZMW/SLL |
|---|---|
| 2025-09-26 | 955.73 |
| 2025-10-03 | 958.01 |
| 2025-10-10 | 1002.41 |
| 2025-10-17 | 1002.89 |
| 2025-10-24 | 1024.63 |
| 2025-10-31 | 1024.88 |
| 2025-11-07 | 999.09 |
| 2025-11-14 | 1001.34 |
| 2025-11-21 | 990.09 |
| 2025-11-28 | 1000.46 |
| 2025-12-05 | 992.70 |
| 2025-12-13 | 993.94 |
| 2025-12-20 | 1012.78 |
| 2025-12-27 | 1016.74 |
| 2026-01-03 | 1032.58 |
| 2026-01-10 | 1169.72 |
| 2026-01-17 | 1130.39 |
| 2026-01-24 | 1168.53 |
| 2026-01-31 | 1231.61 |
| 2026-02-07 | 1223.11 |
| 2026-02-14 | 1251.93 |
| 2026-02-21 | 1208.70 |
| 2026-02-28 | 1211.72 |
| 2026-03-07 | 1236.33 |
| 2026-03-14 | 1179.81 |
| 2026-03-21 | 1170.17 |
| 2026-03-28 | 1113.82 |
| 2026-04-04 | 1190.15 |
| 2026-04-15 | 1095.91 |
| 2026-04-22 | 1100.81 |
| 2026-04-29 | 1105.45 |
| 2026-05-06 | 1113.29 |
| 2026-05-14 | 1203.13 |
| 2026-05-21 | 1202.61 |
| 2026-05-29 | 1229.80 |
| 2026-06-05 | 1301.27 |
| 2026-06-14 | 1298.21 |
| 2026-06-21 | 1276.29 |
| 2026-06-28 | 1257.81 |
| 2026-07-05 | 1243.43 |
| 2026-07-12 | 1266.73 |
| 2026-07-19 | 1254.98 |
| 2026-07-26 | 1299.60 |
| 2026-08-02 | 1221.30 |
| 2026-08-09 | 1216.99 |
| 2026-08-16 | 1210.85 |
| 2026-08-24 | 1204.91 |
| 2026-08-31 | 1201.88 |
| 2026-09-07 | 1190.67 |
| 2026-09-14 | 1185.53 |
| 2026-09-21 | 1164.20 |
High
1301.27
Low
955.7297
Average
1144.48
Get this rate via the API
One GET request returns the ZMW/SLL 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=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/SLL API questions
How do I get the ZMW/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/SLL rate in rates.SLL.
How far back does ZMW/SLL historical data go?
Daily ZMW/SLL 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/SLL 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.