Skip to content

MYR to SZL exchange rate API

Malaysian Ringgit to Lilangeni · quoted 2026-09-26

4.0030

▼ +1.18% over 5Y

1 MYR = 4.0030 SZL · 1 SZL = 0.24981 MYR · Get this rate via the API

1 MYR buys 4.0030 SZL as of 2026-09-26, so 1 SZL buys 0.24981 MYR. Over the last 5 years, MYR/SZL traded between 3.9507 and 4.3241, averaged 4.1292 and fell 1.18%. The API holds daily MYR/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MYR/SZL over 5Y

MYR/SZL over 5Y: show the values
PointMYR/SZL
2024-08-244.0509
2024-10-074.0749
2024-11-063.9942
2024-12-064.0860
2025-01-054.1530
2025-02-044.2226
2025-03-064.1308
2025-04-064.3001
2025-05-064.3241
2025-06-074.2040
2025-07-074.1620
2025-08-064.2289
2025-09-054.1996
2025-10-064.0904
2025-11-054.1869
2025-12-054.1315
2026-01-054.0559
2026-02-044.0551
2026-03-064.2019
2026-04-054.2054
2026-05-054.2472
2026-06-064.1124
2026-07-083.9877
2026-08-073.9992
2026-09-073.9507

High

4.3241

Low

3.9507

Average

4.1292

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

MYR/SZL API questions

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

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

How far back does MYR/SZL historical data go?

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