SZL to MMK exchange rate API
Lilangeni to Kyat · quoted 2026-09-26
128.7232
▲ +7.08% over 1Y
1 SZL = 128.7232 MMK · 1 MMK = 0.007769 SZL · Get this rate via the API
1 SZL buys 128.7232 MMK as of 2026-09-26, so 1 MMK buys 0.007769 SZL. Over the last year, SZL/MMK traded between 120.2134 and 131.8510, averaged 126.6583 and rose 7.08%. The API holds daily SZL/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/MMK over 1Y: show the values
| Point | SZL/MMK |
|---|---|
| 2025-09-26 | 120.2134 |
| 2025-10-03 | 121.2700 |
| 2025-10-10 | 122.0374 |
| 2025-10-17 | 120.9513 |
| 2025-10-24 | 121.1351 |
| 2025-10-31 | 121.5545 |
| 2025-11-07 | 120.8074 |
| 2025-11-14 | 123.3304 |
| 2025-11-21 | 121.8886 |
| 2025-11-28 | 122.4326 |
| 2025-12-05 | 123.6325 |
| 2025-12-13 | 124.4565 |
| 2025-12-20 | 125.2281 |
| 2025-12-27 | 125.9998 |
| 2026-01-03 | 127.3254 |
| 2026-01-10 | 127.3442 |
| 2026-01-17 | 127.9903 |
| 2026-01-24 | 130.1194 |
| 2026-01-31 | 130.0980 |
| 2026-02-07 | 131.0179 |
| 2026-02-14 | 131.5728 |
| 2026-02-21 | 130.8997 |
| 2026-02-28 | 131.8510 |
| 2026-03-07 | 126.9421 |
| 2026-03-14 | 123.9563 |
| 2026-03-21 | 122.6865 |
| 2026-03-28 | 122.5229 |
| 2026-04-04 | 123.7052 |
| 2026-04-11 | 127.8062 |
| 2026-04-18 | 128.5718 |
| 2026-04-25 | 126.5391 |
| 2026-05-02 | 126.0476 |
| 2026-05-09 | 128.2565 |
| 2026-05-17 | 125.8295 |
| 2026-05-25 | 128.4717 |
| 2026-06-01 | 129.3616 |
| 2026-06-10 | 126.9053 |
| 2026-06-17 | 129.7357 |
| 2026-06-24 | 126.6227 |
| 2026-07-01 | 127.8244 |
| 2026-07-08 | 129.1493 |
| 2026-07-15 | 128.4472 |
| 2026-07-22 | 127.6554 |
| 2026-07-29 | 125.5533 |
| 2026-08-05 | 128.4116 |
| 2026-08-12 | 129.6429 |
| 2026-08-20 | 130.4050 |
| 2026-08-27 | 131.4846 |
| 2026-09-03 | 130.8927 |
| 2026-09-10 | 130.9021 |
| 2026-09-17 | 128.4896 |
| 2026-09-24 | 128.1929 |
High
131.8510
Low
120.2134
Average
126.6583
Get this rate via the API
One GET request returns the SZL/MMK 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=SZL¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=MMK").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/MMK API questions
How do I get the SZL/MMK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/MMK rate in rates.MMK.
How far back does SZL/MMK historical data go?
Daily SZL/MMK 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 SZL/MMK 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.