SZL to JMD exchange rate API
Lilangeni to Jamaican Dollar · quoted 2026-09-27
9.6983
▲ +5.37% over 1Y
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 last year, SZL/JMD traded between 9.1837 and 9.9150, averaged 9.5498 and rose 5.37%. 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 1Y: show the values
| Point | SZL/JMD |
|---|---|
| 2025-09-27 | 9.2039 |
| 2025-10-04 | 9.3092 |
| 2025-10-11 | 9.1837 |
| 2025-10-18 | 9.2438 |
| 2025-10-25 | 9.2514 |
| 2025-11-01 | 9.2421 |
| 2025-11-08 | 9.2764 |
| 2025-11-15 | 9.3847 |
| 2025-11-22 | 9.2376 |
| 2025-11-29 | 9.3733 |
| 2025-12-06 | 9.4695 |
| 2025-12-14 | 9.5060 |
| 2025-12-21 | 9.5206 |
| 2025-12-28 | 9.5815 |
| 2026-01-04 | 9.6805 |
| 2026-01-11 | 9.5932 |
| 2026-01-18 | 9.6155 |
| 2026-01-25 | 9.7854 |
| 2026-02-01 | 9.7093 |
| 2026-02-08 | 9.7479 |
| 2026-02-15 | 9.7893 |
| 2026-02-22 | 9.7276 |
| 2026-03-01 | 9.8205 |
| 2026-03-08 | 9.4403 |
| 2026-03-15 | 9.3075 |
| 2026-03-22 | 9.2538 |
| 2026-03-29 | 9.2368 |
| 2026-04-05 | 9.2844 |
| 2026-04-12 | 9.6343 |
| 2026-04-19 | 9.6492 |
| 2026-04-26 | 9.4942 |
| 2026-05-03 | 9.4071 |
| 2026-05-10 | 9.6132 |
| 2026-05-18 | 9.5373 |
| 2026-05-26 | 9.6424 |
| 2026-06-02 | 9.6820 |
| 2026-06-11 | 9.5526 |
| 2026-06-18 | 9.7087 |
| 2026-06-25 | 9.5122 |
| 2026-07-02 | 9.5916 |
| 2026-07-09 | 9.6519 |
| 2026-07-16 | 9.6472 |
| 2026-07-23 | 9.6857 |
| 2026-07-30 | 9.4555 |
| 2026-08-06 | 9.7132 |
| 2026-08-13 | 9.8088 |
| 2026-08-21 | 9.8360 |
| 2026-08-28 | 9.9150 |
| 2026-09-04 | 9.8946 |
| 2026-09-11 | 9.7586 |
| 2026-09-18 | 9.6713 |
| 2026-09-25 | 9.6011 |
High
9.9150
Low
9.1837
Average
9.5498
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.