Skip to content

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

SZL/MMK over 1Y: show the values
PointSZL/MMK
2025-09-26120.2134
2025-10-03121.2700
2025-10-10122.0374
2025-10-17120.9513
2025-10-24121.1351
2025-10-31121.5545
2025-11-07120.8074
2025-11-14123.3304
2025-11-21121.8886
2025-11-28122.4326
2025-12-05123.6325
2025-12-13124.4565
2025-12-20125.2281
2025-12-27125.9998
2026-01-03127.3254
2026-01-10127.3442
2026-01-17127.9903
2026-01-24130.1194
2026-01-31130.0980
2026-02-07131.0179
2026-02-14131.5728
2026-02-21130.8997
2026-02-28131.8510
2026-03-07126.9421
2026-03-14123.9563
2026-03-21122.6865
2026-03-28122.5229
2026-04-04123.7052
2026-04-11127.8062
2026-04-18128.5718
2026-04-25126.5391
2026-05-02126.0476
2026-05-09128.2565
2026-05-17125.8295
2026-05-25128.4717
2026-06-01129.3616
2026-06-10126.9053
2026-06-17129.7357
2026-06-24126.6227
2026-07-01127.8244
2026-07-08129.1493
2026-07-15128.4472
2026-07-22127.6554
2026-07-29125.5533
2026-08-05128.4116
2026-08-12129.6429
2026-08-20130.4050
2026-08-27131.4846
2026-09-03130.8927
2026-09-10130.9021
2026-09-17128.4896
2026-09-24128.1929

High

131.8510

Low

120.2134

Average

126.6583

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=MMK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=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&currencies=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.