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: show the values
| Point | MYR/SZL |
|---|---|
| 2025-12-31 | 4.0905 |
| 2026-01-07 | 4.0299 |
| 2026-01-14 | 4.0435 |
| 2026-01-21 | 4.0526 |
| 2026-01-28 | 4.0587 |
| 2026-02-04 | 4.0551 |
| 2026-02-11 | 4.0364 |
| 2026-02-18 | 4.1069 |
| 2026-02-25 | 4.0980 |
| 2026-03-04 | 4.1933 |
| 2026-03-11 | 4.1533 |
| 2026-03-18 | 4.2590 |
| 2026-03-25 | 4.2694 |
| 2026-04-01 | 4.1913 |
| 2026-04-08 | 4.1504 |
| 2026-04-15 | 4.1413 |
| 2026-04-22 | 4.1464 |
| 2026-04-29 | 4.1873 |
| 2026-05-06 | 4.2539 |
| 2026-05-14 | 4.1770 |
| 2026-05-21 | 4.1648 |
| 2026-05-29 | 4.0958 |
| 2026-06-05 | 4.0543 |
| 2026-06-14 | 4.0066 |
| 2026-06-21 | 3.9685 |
| 2026-06-28 | 4.0234 |
| 2026-07-05 | 3.9771 |
| 2026-07-12 | 4.0050 |
| 2026-07-19 | 4.0220 |
| 2026-07-26 | 4.1085 |
| 2026-08-02 | 4.0426 |
| 2026-08-09 | 3.9394 |
| 2026-08-16 | 3.9530 |
| 2026-08-24 | 3.9607 |
| 2026-08-31 | 4.0171 |
| 2026-09-07 | 3.9507 |
| 2026-09-14 | 3.9730 |
| 2026-09-21 | 3.9793 |
High
4.2694
Low
3.9394
Average
4.0754
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.