Skip to content

LAK to MNT exchange rate API

Kip to Tugrik · quoted 2026-09-26

0.16100

▼ +2.52% over 1Y

1 LAK = 0.16100 MNT · 1 MNT = 6.2110 LAK · Get this rate via the API

1 LAK buys 0.16100 MNT as of 2026-09-26, so 1 MNT buys 6.2110 LAK. Over the last year, LAK/MNT traded between 0.000031 and 0.16682, averaged 0.15401 and fell 2.52%. The API holds daily LAK/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LAK/MNT over 1Y

LAK/MNT over 1Y: show the values
PointLAK/MNT
2025-09-260.16516
2025-10-030.16622
2025-10-100.16528
2025-10-170.16622
2025-10-240.16612
2025-10-310.00003
2025-11-070.00004
2025-11-140.00004
2025-11-210.16419
2025-11-280.16430
2025-12-050.16347
2025-12-130.16347
2025-12-200.16373
2025-12-270.16451
2026-01-030.16449
2026-01-100.16493
2026-01-170.16498
2026-01-240.16574
2026-01-310.16567
2026-02-070.16682
2026-02-140.16656
2026-02-210.16611
2026-02-280.16664
2026-03-070.16599
2026-03-140.16655
2026-03-210.16577
2026-03-280.16347
2026-04-040.16276
2026-04-110.16372
2026-04-180.16353
2026-04-250.16366
2026-05-020.16289
2026-05-090.16301
2026-05-170.16378
2026-05-250.16368
2026-06-010.16275
2026-06-100.16287
2026-06-170.16247
2026-06-240.16160
2026-07-010.15970
2026-07-080.15848
2026-07-150.15954
2026-07-220.15883
2026-07-290.15959
2026-08-050.15908
2026-08-120.15979
2026-08-200.16046
2026-08-270.16053
2026-09-030.16094
2026-09-100.16056
2026-09-170.16049
2026-09-240.16053

High

0.16682

Low

0.000031

Average

0.15401

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LAK&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

LAK/MNT API questions

How do I get the LAK/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LAK&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LAK/MNT rate in rates.MNT.

How far back does LAK/MNT historical data go?

Daily LAK/MNT 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 LAK/MNT 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.