MVR to LAK exchange rate API
Rufiyaa to Kip · quoted 2026-09-27
1446.53
▲ +2.03% over 6M
1 MVR = 1446.53 LAK · 1 LAK = 0.000691 MVR · Get this rate via the API
1 MVR buys 1446.53 LAK as of 2026-09-27, so 1 LAK buys 0.000691 MVR. Over the last 6 months, MVR/LAK traded between 1417.70 and 1465.29, averaged 1439.95 and rose 2.03%. The API holds daily MVR/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/LAK over 6M: show the values
| Point | MVR/LAK |
|---|---|
| 2026-03-31 | 1417.70 |
| 2026-04-07 | 1419.19 |
| 2026-04-14 | 1422.20 |
| 2026-04-21 | 1426.55 |
| 2026-04-28 | 1420.87 |
| 2026-05-05 | 1421.06 |
| 2026-05-12 | 1420.08 |
| 2026-05-20 | 1420.71 |
| 2026-05-28 | 1421.87 |
| 2026-06-04 | 1422.24 |
| 2026-06-13 | 1431.43 |
| 2026-06-20 | 1428.66 |
| 2026-06-27 | 1439.31 |
| 2026-07-04 | 1463.93 |
| 2026-07-11 | 1455.26 |
| 2026-07-18 | 1461.73 |
| 2026-07-25 | 1465.29 |
| 2026-08-01 | 1462.11 |
| 2026-08-08 | 1463.39 |
| 2026-08-15 | 1458.16 |
| 2026-08-23 | 1455.45 |
| 2026-08-30 | 1449.42 |
| 2026-09-06 | 1449.10 |
| 2026-09-13 | 1440.96 |
| 2026-09-20 | 1449.04 |
| 2026-09-27 | 1446.53 |
High
1465.29
Low
1417.70
Average
1439.95
Get this rate via the API
One GET request returns the MVR/LAK 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=MVR¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/LAK API questions
How do I get the MVR/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/LAK rate in rates.LAK.
How far back does MVR/LAK historical data go?
Daily MVR/LAK 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 MVR/LAK 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.