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: show the values
| Point | MYR/SZL |
|---|---|
| 2025-09-26 | 4.1374 |
| 2025-10-03 | 4.1144 |
| 2025-10-10 | 4.0723 |
| 2025-10-17 | 4.1078 |
| 2025-10-24 | 4.1045 |
| 2025-10-31 | 4.1245 |
| 2025-11-07 | 4.1620 |
| 2025-11-14 | 4.1199 |
| 2025-11-21 | 4.1526 |
| 2025-11-28 | 4.1505 |
| 2025-12-05 | 4.1315 |
| 2025-12-13 | 4.1181 |
| 2025-12-20 | 4.1115 |
| 2025-12-27 | 4.1188 |
| 2026-01-03 | 4.0666 |
| 2026-01-10 | 4.0281 |
| 2026-01-17 | 4.0447 |
| 2026-01-24 | 4.0270 |
| 2026-01-31 | 4.0965 |
| 2026-02-07 | 4.0626 |
| 2026-02-14 | 4.0842 |
| 2026-02-21 | 4.1094 |
| 2026-02-28 | 4.0947 |
| 2026-03-07 | 4.1937 |
| 2026-03-14 | 4.2998 |
| 2026-03-21 | 4.3446 |
| 2026-03-28 | 4.3731 |
| 2026-04-04 | 4.2106 |
| 2026-04-11 | 4.1450 |
| 2026-04-18 | 4.1328 |
| 2026-04-25 | 4.1852 |
| 2026-05-02 | 4.1962 |
| 2026-05-09 | 4.1750 |
| 2026-05-17 | 4.2113 |
| 2026-05-25 | 4.1344 |
| 2026-06-01 | 4.0938 |
| 2026-06-10 | 4.0651 |
| 2026-06-17 | 3.9786 |
| 2026-06-24 | 4.0073 |
| 2026-07-01 | 4.0125 |
| 2026-07-08 | 3.9877 |
| 2026-07-15 | 4.0085 |
| 2026-07-22 | 4.0249 |
| 2026-07-29 | 4.0896 |
| 2026-08-05 | 3.9947 |
| 2026-08-12 | 3.9643 |
| 2026-08-20 | 3.9814 |
| 2026-08-27 | 3.9600 |
| 2026-09-03 | 3.9699 |
| 2026-09-10 | 3.9455 |
| 2026-09-17 | 3.9870 |
| 2026-09-24 | 4.0079 |
High
4.3731
Low
3.9455
Average
4.0948
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=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¤cies=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.