LKR to MMK exchange rate API
Sri Lanka Rupee to Kyat · quoted 2026-09-25
6.3443
▼ +10.23% over 1Y
1 LKR = 6.3443 MMK · 1 MMK = 0.15762 LKR · Get this rate via the API
1 LKR buys 6.3443 MMK as of 2026-09-25, so 1 MMK buys 0.15762 LKR. Over the last year, LKR/MMK traded between 6.1395 and 7.0709, averaged 6.5923 and fell 10.23%. The API holds daily LKR/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/MMK over 1Y: show the values
| Point | LKR/MMK |
|---|---|
| 2025-09-25 | 7.0671 |
| 2025-10-02 | 7.0709 |
| 2025-10-09 | 6.9236 |
| 2025-10-16 | 6.9154 |
| 2025-10-23 | 6.9075 |
| 2025-10-30 | 6.8891 |
| 2025-11-06 | 6.8802 |
| 2025-11-13 | 6.8770 |
| 2025-11-20 | 6.8030 |
| 2025-11-27 | 6.8071 |
| 2025-12-04 | 6.7984 |
| 2025-12-11 | 6.7852 |
| 2025-12-18 | 6.7783 |
| 2025-12-25 | 6.7839 |
| 2026-01-01 | 6.7750 |
| 2026-01-08 | 6.7669 |
| 2026-01-15 | 6.7727 |
| 2026-01-22 | 6.7644 |
| 2026-01-29 | 6.7706 |
| 2026-02-05 | 6.7696 |
| 2026-02-12 | 6.7709 |
| 2026-02-19 | 6.7712 |
| 2026-02-26 | 6.7734 |
| 2026-03-05 | 6.7441 |
| 2026-03-12 | 6.7376 |
| 2026-03-19 | 6.7301 |
| 2026-03-26 | 6.6720 |
| 2026-04-02 | 6.6466 |
| 2026-04-09 | 6.6463 |
| 2026-04-16 | 6.6391 |
| 2026-04-23 | 6.6095 |
| 2026-04-30 | 6.5566 |
| 2026-05-07 | 6.5216 |
| 2026-05-14 | 6.4459 |
| 2026-05-21 | 6.1395 |
| 2026-05-28 | 6.3843 |
| 2026-06-04 | 6.2498 |
| 2026-06-12 | 6.2707 |
| 2026-06-19 | 6.2810 |
| 2026-06-26 | 6.2314 |
| 2026-07-03 | 6.2509 |
| 2026-07-10 | 6.2451 |
| 2026-07-17 | 6.2331 |
| 2026-07-24 | 6.2343 |
| 2026-07-31 | 6.2423 |
| 2026-08-07 | 6.2442 |
| 2026-08-14 | 6.2900 |
| 2026-08-21 | 6.3567 |
| 2026-08-28 | 6.3862 |
| 2026-09-04 | 6.3837 |
| 2026-09-11 | 6.3747 |
| 2026-09-18 | 6.3292 |
| 2026-09-25 | 6.3449 |
High
7.0709
Low
6.1395
Average
6.5923
Get this rate via the API
One GET request returns the LKR/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=LKR¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MMK").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/MMK API questions
How do I get the LKR/MMK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/MMK rate in rates.MMK.
How far back does LKR/MMK historical data go?
Daily LKR/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 LKR/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.