MVR to LKR exchange rate API
Rufiyaa to Sri Lanka Rupee · quoted 2026-09-25
21.4024
▲ +11.08% over 1Y
1 MVR = 21.4024 LKR · 1 LKR = 0.04672 MVR · Get this rate via the API
1 MVR buys 21.4024 LKR as of 2026-09-25, so 1 LKR buys 0.04672 MVR. Over the last year, MVR/LKR traded between 19.2681 and 21.8339, averaged 20.6315 and rose 11.08%. The API holds daily MVR/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/LKR over 1Y: show the values
| Point | MVR/LKR |
|---|---|
| 2025-09-25 | 19.2681 |
| 2025-10-02 | 19.2772 |
| 2025-10-09 | 19.6928 |
| 2025-10-16 | 19.6948 |
| 2025-10-23 | 19.7220 |
| 2025-10-30 | 19.7725 |
| 2025-11-06 | 19.7642 |
| 2025-11-13 | 19.7732 |
| 2025-11-20 | 19.9849 |
| 2025-11-27 | 19.9712 |
| 2025-12-04 | 20.0093 |
| 2025-12-12 | 20.0460 |
| 2025-12-19 | 20.0486 |
| 2025-12-26 | 20.0423 |
| 2026-01-02 | 20.0529 |
| 2026-01-09 | 20.0531 |
| 2026-01-16 | 20.0706 |
| 2026-01-23 | 20.0876 |
| 2026-01-30 | 20.0557 |
| 2026-02-06 | 20.0713 |
| 2026-02-13 | 20.0548 |
| 2026-02-20 | 20.0855 |
| 2026-02-27 | 20.0540 |
| 2026-03-06 | 20.1699 |
| 2026-03-13 | 20.1700 |
| 2026-03-20 | 20.1991 |
| 2026-03-27 | 20.3845 |
| 2026-04-03 | 20.4187 |
| 2026-04-10 | 20.4655 |
| 2026-04-17 | 20.4970 |
| 2026-04-24 | 20.6077 |
| 2026-05-01 | 20.7154 |
| 2026-05-08 | 20.8566 |
| 2026-05-16 | 21.3251 |
| 2026-05-24 | 21.4892 |
| 2026-05-31 | 21.4277 |
| 2026-06-09 | 21.8339 |
| 2026-06-16 | 21.6206 |
| 2026-06-23 | 21.6806 |
| 2026-06-30 | 21.7852 |
| 2026-07-07 | 21.7028 |
| 2026-07-14 | 21.7893 |
| 2026-07-21 | 21.7999 |
| 2026-07-28 | 21.7913 |
| 2026-08-04 | 21.7660 |
| 2026-08-11 | 21.7074 |
| 2026-08-18 | 21.5225 |
| 2026-08-26 | 21.2906 |
| 2026-09-02 | 21.2812 |
| 2026-09-09 | 21.3083 |
| 2026-09-16 | 21.4652 |
| 2026-09-23 | 21.3407 |
High
21.8339
Low
19.2681
Average
20.6315
Get this rate via the API
One GET request returns the MVR/LKR 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=MVR¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/LKR API questions
How do I get the MVR/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/LKR rate in rates.LKR.
How far back does MVR/LKR historical data go?
Daily MVR/LKR 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 MVR/LKR 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.