Skip to content

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

ZMW/SLL over 1Y: show the values
PointZMW/SLL
2025-09-26955.73
2025-10-03958.01
2025-10-101002.41
2025-10-171002.89
2025-10-241024.63
2025-10-311024.88
2025-11-07999.09
2025-11-141001.34
2025-11-21990.09
2025-11-281000.46
2025-12-05992.70
2025-12-13993.94
2025-12-201012.78
2025-12-271016.74
2026-01-031032.58
2026-01-101169.72
2026-01-171130.39
2026-01-241168.53
2026-01-311231.61
2026-02-071223.11
2026-02-141251.93
2026-02-211208.70
2026-02-281211.72
2026-03-071236.33
2026-03-141179.81
2026-03-211170.17
2026-03-281113.82
2026-04-041190.15
2026-04-151095.91
2026-04-221100.81
2026-04-291105.45
2026-05-061113.29
2026-05-141203.13
2026-05-211202.61
2026-05-291229.80
2026-06-051301.27
2026-06-141298.21
2026-06-211276.29
2026-06-281257.81
2026-07-051243.43
2026-07-121266.73
2026-07-191254.98
2026-07-261299.60
2026-08-021221.30
2026-08-091216.99
2026-08-161210.85
2026-08-241204.91
2026-08-311201.88
2026-09-071190.67
2026-09-141185.53
2026-09-211164.20

High

1301.27

Low

955.7297

Average

1144.48

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=SLL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=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&currencies=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.