Skip to content

SZL to JMD exchange rate API

Lilangeni to Jamaican Dollar · quoted 2026-09-27

9.6983

▲ +1.09% over YTD

1 SZL = 9.6983 JMD · 1 JMD = 0.10311 SZL · Get this rate via the API

1 SZL buys 9.6983 JMD as of 2026-09-27, so 1 JMD buys 0.10311 SZL. Over the year to date, SZL/JMD traded between 9.2965 and 9.9261, averaged 9.6501 and rose 1.09%. The API holds daily SZL/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/JMD over YTD

SZL/JMD over YTD: show the values
PointSZL/JMD
2025-12-319.5942
2026-01-079.7173
2026-01-149.6649
2026-01-219.6040
2026-01-289.8489
2026-02-049.8339
2026-02-119.8437
2026-02-189.7298
2026-02-259.7858
2026-03-049.4535
2026-03-119.6484
2026-03-189.4073
2026-03-259.2965
2026-04-019.3675
2026-04-089.4880
2026-04-159.6458
2026-04-229.6785
2026-04-299.5182
2026-05-069.4050
2026-05-149.6298
2026-05-219.5889
2026-05-299.6699
2026-06-059.6839
2026-06-149.7029
2026-06-219.5939
2026-06-289.5556
2026-07-059.7290
2026-07-129.7074
2026-07-199.5827
2026-07-269.3839
2026-08-029.5445
2026-08-099.8245
2026-08-169.7613
2026-08-249.9261
2026-08-319.8486
2026-09-079.9183
2026-09-149.7550
2026-09-219.7171

High

9.9261

Low

9.2965

Average

9.6501

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=JMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/JMD API questions

How do I get the SZL/JMD exchange rate from an API?

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

How far back does SZL/JMD historical data go?

Daily SZL/JMD 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 SZL/JMD 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.