Skip to content

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

MNT/LAK over 1Y: show the values
PointMNT/LAK
2025-09-266.0548
2025-10-036.0160
2025-10-106.0502
2025-10-176.0163
2025-10-246.0198
2025-10-3131323.5010
2025-11-0726422.6367
2025-11-1426234.8474
2025-11-216.0905
2025-11-286.0865
2025-12-056.1174
2025-12-136.1172
2025-12-206.1075
2025-12-276.0784
2026-01-036.0795
2026-01-106.0633
2026-01-176.0614
2026-01-246.0335
2026-01-316.0360
2026-02-075.9944
2026-02-146.0039
2026-02-216.0202
2026-02-286.0008
2026-03-076.0243
2026-03-146.0041
2026-03-216.0323
2026-03-286.1173
2026-04-046.1440
2026-04-116.1079
2026-04-186.1151
2026-04-256.1101
2026-05-026.1390
2026-05-096.1346
2026-05-176.1056
2026-05-256.1095
2026-06-016.1444
2026-06-106.1400
2026-06-176.1548
2026-06-246.1881
2026-07-016.2616
2026-07-086.3099
2026-07-156.2680
2026-07-226.2960
2026-07-296.2661
2026-08-056.2862
2026-08-126.2583
2026-08-206.2320
2026-08-276.2294
2026-09-036.2133
2026-09-106.2282
2026-09-176.2307
2026-09-246.2295

High

31323.50

Low

5.9944

Average

1590.33

For developers

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

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