Skip to content

MYR to SZL exchange rate API

Malaysian Ringgit to Lilangeni · quoted 2026-09-26

4.0030

▼ +2.14% over YTD

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 year to date, MYR/SZL traded between 3.9394 and 4.2694, averaged 4.0754 and fell 2.14%. 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 YTD

MYR/SZL over YTD: show the values
PointMYR/SZL
2025-12-314.0905
2026-01-074.0299
2026-01-144.0435
2026-01-214.0526
2026-01-284.0587
2026-02-044.0551
2026-02-114.0364
2026-02-184.1069
2026-02-254.0980
2026-03-044.1933
2026-03-114.1533
2026-03-184.2590
2026-03-254.2694
2026-04-014.1913
2026-04-084.1504
2026-04-154.1413
2026-04-224.1464
2026-04-294.1873
2026-05-064.2539
2026-05-144.1770
2026-05-214.1648
2026-05-294.0958
2026-06-054.0543
2026-06-144.0066
2026-06-213.9685
2026-06-284.0234
2026-07-053.9771
2026-07-124.0050
2026-07-194.0220
2026-07-264.1085
2026-08-024.0426
2026-08-093.9394
2026-08-163.9530
2026-08-243.9607
2026-08-314.0171
2026-09-073.9507
2026-09-143.9730
2026-09-213.9793

High

4.2694

Low

3.9394

Average

4.0754

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.