MNT to LAK exchange rate API
Tugrik to Kip · quoted 2026-09-26
6.2110
▲ +2.58% over 1Y
1 MNT = 6.2110 LAK · 1 LAK = 0.16100 MNT · Get this rate via the API
1 MNT buys 6.2110 LAK as of 2026-09-26, so 1 LAK buys 0.16100 MNT. Over the last year, MNT/LAK traded between 5.9944 and 31323.50, averaged 1590.33 and rose 2.58%. The API holds daily MNT/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MNT/LAK over 1Y: show the values
| Point | MNT/LAK |
|---|---|
| 2025-09-26 | 6.0548 |
| 2025-10-03 | 6.0160 |
| 2025-10-10 | 6.0502 |
| 2025-10-17 | 6.0163 |
| 2025-10-24 | 6.0198 |
| 2025-10-31 | 31323.5010 |
| 2025-11-07 | 26422.6367 |
| 2025-11-14 | 26234.8474 |
| 2025-11-21 | 6.0905 |
| 2025-11-28 | 6.0865 |
| 2025-12-05 | 6.1174 |
| 2025-12-13 | 6.1172 |
| 2025-12-20 | 6.1075 |
| 2025-12-27 | 6.0784 |
| 2026-01-03 | 6.0795 |
| 2026-01-10 | 6.0633 |
| 2026-01-17 | 6.0614 |
| 2026-01-24 | 6.0335 |
| 2026-01-31 | 6.0360 |
| 2026-02-07 | 5.9944 |
| 2026-02-14 | 6.0039 |
| 2026-02-21 | 6.0202 |
| 2026-02-28 | 6.0008 |
| 2026-03-07 | 6.0243 |
| 2026-03-14 | 6.0041 |
| 2026-03-21 | 6.0323 |
| 2026-03-28 | 6.1173 |
| 2026-04-04 | 6.1440 |
| 2026-04-11 | 6.1079 |
| 2026-04-18 | 6.1151 |
| 2026-04-25 | 6.1101 |
| 2026-05-02 | 6.1390 |
| 2026-05-09 | 6.1346 |
| 2026-05-17 | 6.1056 |
| 2026-05-25 | 6.1095 |
| 2026-06-01 | 6.1444 |
| 2026-06-10 | 6.1400 |
| 2026-06-17 | 6.1548 |
| 2026-06-24 | 6.1881 |
| 2026-07-01 | 6.2616 |
| 2026-07-08 | 6.3099 |
| 2026-07-15 | 6.2680 |
| 2026-07-22 | 6.2960 |
| 2026-07-29 | 6.2661 |
| 2026-08-05 | 6.2862 |
| 2026-08-12 | 6.2583 |
| 2026-08-20 | 6.2320 |
| 2026-08-27 | 6.2294 |
| 2026-09-03 | 6.2133 |
| 2026-09-10 | 6.2282 |
| 2026-09-17 | 6.2307 |
| 2026-09-24 | 6.2295 |
High
31323.50
Low
5.9944
Average
1590.33
Get this rate via the API
One GET request returns the MNT/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=MNT¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
MNT/LAK API questions
How do I get the MNT/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/LAK rate in rates.LAK.
How far back does MNT/LAK historical data go?
Daily MNT/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 MNT/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.