Skip to content

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

LKR/MNT over 1Y: show the values
PointLKR/MNT
2025-09-2711.9233
2025-10-0411.8838
2025-10-1111.9228
2025-10-1811.8497
2025-10-250.0020
2025-11-010.0023
2025-11-080.0026
2025-11-150.0027
2025-11-2211.5918
2025-11-2911.5559
2025-12-0611.4944
2025-12-1411.4686
2025-12-2111.4799
2025-12-2811.4922
2026-01-0411.4846
2026-01-1111.4904
2026-01-1811.4802
2026-01-2511.4867
2026-02-0111.5134
2026-02-0811.5155
2026-02-1511.5157
2026-02-2211.5128
2026-03-0111.5183
2026-03-0811.4570
2026-03-1511.4620
2026-03-2211.4273
2026-03-2911.3385
2026-04-0511.3217
2026-04-1211.3388
2026-04-1911.2881
2026-04-2611.2829
2026-05-0311.1922
2026-05-1011.1316
2026-05-1810.8605
2026-05-2611.0314
2026-06-0210.7789
2026-06-1110.7449
2026-06-1810.7079
2026-06-2510.6104
2026-07-0210.6448
2026-07-0910.6683
2026-07-1610.6504
2026-07-2310.6568
2026-07-3010.6658
2026-08-0610.7011
2026-08-1310.7588
2026-08-2110.8948
2026-08-2810.9495
2026-09-0410.9431
2026-09-1110.9252
2026-09-1810.8494
2026-09-2510.8731

High

11.9233

Low

0.002003

Average

10.3632

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&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=LKR&currencies=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&currencies=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.