LKR to MNT exchange rate API
Sri Lanka Rupee to Tugrik · quoted 2026-09-27
10.9038
▼ +8.55% over 1Y
1 LKR = 10.9038 MNT · 1 MNT = 0.09171 LKR · Get this rate via the API
1 LKR buys 10.9038 MNT as of 2026-09-27, so 1 MNT buys 0.09171 LKR. Over the last year, LKR/MNT traded between 0.002003 and 11.9233, averaged 10.3632 and fell 8.55%. The API holds daily LKR/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/MNT over 1Y: show the values
| Point | LKR/MNT |
|---|---|
| 2025-09-27 | 11.9233 |
| 2025-10-04 | 11.8838 |
| 2025-10-11 | 11.9228 |
| 2025-10-18 | 11.8497 |
| 2025-10-25 | 0.0020 |
| 2025-11-01 | 0.0023 |
| 2025-11-08 | 0.0026 |
| 2025-11-15 | 0.0027 |
| 2025-11-22 | 11.5918 |
| 2025-11-29 | 11.5559 |
| 2025-12-06 | 11.4944 |
| 2025-12-14 | 11.4686 |
| 2025-12-21 | 11.4799 |
| 2025-12-28 | 11.4922 |
| 2026-01-04 | 11.4846 |
| 2026-01-11 | 11.4904 |
| 2026-01-18 | 11.4802 |
| 2026-01-25 | 11.4867 |
| 2026-02-01 | 11.5134 |
| 2026-02-08 | 11.5155 |
| 2026-02-15 | 11.5157 |
| 2026-02-22 | 11.5128 |
| 2026-03-01 | 11.5183 |
| 2026-03-08 | 11.4570 |
| 2026-03-15 | 11.4620 |
| 2026-03-22 | 11.4273 |
| 2026-03-29 | 11.3385 |
| 2026-04-05 | 11.3217 |
| 2026-04-12 | 11.3388 |
| 2026-04-19 | 11.2881 |
| 2026-04-26 | 11.2829 |
| 2026-05-03 | 11.1922 |
| 2026-05-10 | 11.1316 |
| 2026-05-18 | 10.8605 |
| 2026-05-26 | 11.0314 |
| 2026-06-02 | 10.7789 |
| 2026-06-11 | 10.7449 |
| 2026-06-18 | 10.7079 |
| 2026-06-25 | 10.6104 |
| 2026-07-02 | 10.6448 |
| 2026-07-09 | 10.6683 |
| 2026-07-16 | 10.6504 |
| 2026-07-23 | 10.6568 |
| 2026-07-30 | 10.6658 |
| 2026-08-06 | 10.7011 |
| 2026-08-13 | 10.7588 |
| 2026-08-21 | 10.8948 |
| 2026-08-28 | 10.9495 |
| 2026-09-04 | 10.9431 |
| 2026-09-11 | 10.9252 |
| 2026-09-18 | 10.8494 |
| 2026-09-25 | 10.8731 |
High
11.9233
Low
0.002003
Average
10.3632
Get this rate via the API
One GET request returns the LKR/MNT 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=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/MNT API questions
How do I get the LKR/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/MNT rate in rates.MNT.
How far back does LKR/MNT historical data go?
Daily LKR/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 LKR/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.