Skip to content

MYR to SZL exchange rate API

Malaysian Ringgit to Lilangeni · quoted 2026-09-26

4.0030

▼ +3.25% over 1Y

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 year, MYR/SZL traded between 3.9455 and 4.3731, averaged 4.0948 and fell 3.25%. 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 1Y

MYR/SZL over 1Y: show the values
PointMYR/SZL
2025-09-264.1374
2025-10-034.1144
2025-10-104.0723
2025-10-174.1078
2025-10-244.1045
2025-10-314.1245
2025-11-074.1620
2025-11-144.1199
2025-11-214.1526
2025-11-284.1505
2025-12-054.1315
2025-12-134.1181
2025-12-204.1115
2025-12-274.1188
2026-01-034.0666
2026-01-104.0281
2026-01-174.0447
2026-01-244.0270
2026-01-314.0965
2026-02-074.0626
2026-02-144.0842
2026-02-214.1094
2026-02-284.0947
2026-03-074.1937
2026-03-144.2998
2026-03-214.3446
2026-03-284.3731
2026-04-044.2106
2026-04-114.1450
2026-04-184.1328
2026-04-254.1852
2026-05-024.1962
2026-05-094.1750
2026-05-174.2113
2026-05-254.1344
2026-06-014.0938
2026-06-104.0651
2026-06-173.9786
2026-06-244.0073
2026-07-014.0125
2026-07-083.9877
2026-07-154.0085
2026-07-224.0249
2026-07-294.0896
2026-08-053.9947
2026-08-123.9643
2026-08-203.9814
2026-08-273.9600
2026-09-033.9699
2026-09-103.9455
2026-09-173.9870
2026-09-244.0079

High

4.3731

Low

3.9455

Average

4.0948

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.