MMK to LKR exchange rate API
Kyat to Sri Lanka Rupee · quoted 2026-09-25
0.15762
▲ +11.39% over 1Y
1 MMK = 0.15762 LKR · 1 LKR = 6.3443 MMK · Get this rate via the API
1 MMK buys 0.15762 LKR as of 2026-09-25, so 1 LKR buys 6.3443 MMK. Over the last year, MMK/LKR traded between 0.14142 and 0.16288, averaged 0.15192 and rose 11.39%. The API holds daily MMK/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MMK/LKR over 1Y: show the values
| Point | MMK/LKR |
|---|---|
| 2025-09-25 | 0.14150 |
| 2025-10-02 | 0.14142 |
| 2025-10-09 | 0.14443 |
| 2025-10-16 | 0.14461 |
| 2025-10-23 | 0.14477 |
| 2025-10-30 | 0.14516 |
| 2025-11-06 | 0.14534 |
| 2025-11-13 | 0.14541 |
| 2025-11-20 | 0.14699 |
| 2025-11-27 | 0.14690 |
| 2025-12-04 | 0.14709 |
| 2025-12-11 | 0.14738 |
| 2025-12-18 | 0.14753 |
| 2025-12-25 | 0.14741 |
| 2026-01-01 | 0.14760 |
| 2026-01-08 | 0.14778 |
| 2026-01-15 | 0.14765 |
| 2026-01-22 | 0.14783 |
| 2026-01-29 | 0.14770 |
| 2026-02-05 | 0.14772 |
| 2026-02-12 | 0.14769 |
| 2026-02-19 | 0.14768 |
| 2026-02-26 | 0.14764 |
| 2026-03-05 | 0.14828 |
| 2026-03-12 | 0.14842 |
| 2026-03-19 | 0.14859 |
| 2026-03-26 | 0.14988 |
| 2026-04-02 | 0.15045 |
| 2026-04-09 | 0.15046 |
| 2026-04-16 | 0.15062 |
| 2026-04-23 | 0.15130 |
| 2026-04-30 | 0.15252 |
| 2026-05-07 | 0.15333 |
| 2026-05-14 | 0.15514 |
| 2026-05-21 | 0.16288 |
| 2026-05-28 | 0.15663 |
| 2026-06-04 | 0.16000 |
| 2026-06-12 | 0.15947 |
| 2026-06-19 | 0.15921 |
| 2026-06-26 | 0.16048 |
| 2026-07-03 | 0.15998 |
| 2026-07-10 | 0.16013 |
| 2026-07-17 | 0.16043 |
| 2026-07-24 | 0.16040 |
| 2026-07-31 | 0.16020 |
| 2026-08-07 | 0.16015 |
| 2026-08-14 | 0.15898 |
| 2026-08-21 | 0.15732 |
| 2026-08-28 | 0.15659 |
| 2026-09-04 | 0.15665 |
| 2026-09-11 | 0.15687 |
| 2026-09-18 | 0.15800 |
| 2026-09-25 | 0.15761 |
High
0.16288
Low
0.14142
Average
0.15192
Get this rate via the API
One GET request returns the MMK/LKR 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=MMK¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
MMK/LKR API questions
How do I get the MMK/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MMK/LKR rate in rates.LKR.
How far back does MMK/LKR historical data go?
Daily MMK/LKR 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 MMK/LKR 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.