Skip to content

ZWL to SLL exchange rate API

Zimbabwe Dollar to Leone · quoted 2026-09-26

0.34447

▲ +0.48% over 1Y

1 ZWL = 0.34447 SLL · 1 SLL = 2.9030 ZWL · Get this rate via the API

1 ZWL buys 0.34447 SLL as of 2026-09-26, so 1 SLL buys 2.9030 ZWL. Over the last year, ZWL/SLL traded between 0.34014 and 65.1228, averaged 6.5777 and rose 0.48%. The API holds daily ZWL/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/SLL over 1Y

ZWL/SLL over 1Y: show the values
PointZWL/SLL
2025-09-260.34284
2025-10-030.34203
2025-10-100.34089
2025-10-170.34104
2025-10-240.34198
2025-10-310.34391
2025-11-070.34543
2025-11-140.34481
2025-11-210.34606
2025-11-280.35013
2025-12-050.35152
2025-12-130.35201
2025-12-200.35183
2025-12-270.35251
2026-01-030.35228
2026-01-100.35432
2026-01-170.35590
2026-01-240.35686
2026-01-310.38052
2026-02-070.35757
2026-02-140.35772
2026-02-210.35922
2026-02-280.35593
2026-03-070.37097
2026-03-140.35998
2026-03-210.36118
2026-03-2865.12279
2026-04-040.36158
2026-04-1565.12274
2026-04-2265.12274
2026-04-2965.12274
2026-05-0665.12274
2026-05-140.35499
2026-05-210.34869
2026-05-290.34043
2026-06-050.34014
2026-06-140.34090
2026-06-210.34139
2026-06-280.34033
2026-07-050.34034
2026-07-120.34273
2026-07-190.34264
2026-07-260.36368
2026-08-020.34318
2026-08-090.34321
2026-08-160.34486
2026-08-240.34371
2026-08-310.34576
2026-09-070.34534
2026-09-140.34443
2026-09-210.34442

High

65.1228

Low

0.34014

Average

6.5777

For developers

Get this rate via the API

One GET request returns the ZWL/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=ZWL&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&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=ZWL&currencies=SLL").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/SLL API questions

How do I get the ZWL/SLL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZWL/SLL rate in rates.SLL.

How far back does ZWL/SLL historical data go?

Daily ZWL/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 ZWL/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.