Skip to content

LKR to MWK exchange rate API

Sri Lanka Rupee to Kwacha · quoted 2026-09-27

5.2493

▼ +6.20% over YTD

1 LKR = 5.2493 MWK · 1 MWK = 0.19050 LKR · Get this rate via the API

1 LKR buys 5.2493 MWK as of 2026-09-27, so 1 MWK buys 0.19050 LKR. Over the year to date, LKR/MWK traded between 5.0771 and 5.6007, averaged 5.3674 and fell 6.20%. The API holds daily LKR/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/MWK over YTD

LKR/MWK over YTD: show the values
PointLKR/MWK
2025-12-315.5960
2026-01-075.5840
2026-01-145.6007
2026-01-215.5868
2026-01-285.5883
2026-02-045.5775
2026-02-115.5920
2026-02-185.5875
2026-02-255.5907
2026-03-045.5802
2026-03-115.5709
2026-03-185.5497
2026-03-255.5031
2026-04-015.4928
2026-04-085.4691
2026-04-155.4854
2026-04-225.4700
2026-04-295.4396
2026-05-065.3921
2026-05-145.3426
2026-05-215.0771
2026-05-295.2409
2026-06-055.1602
2026-06-145.1713
2026-06-215.1926
2026-06-285.1525
2026-07-055.1680
2026-07-125.1630
2026-07-195.1525
2026-07-265.1502
2026-08-025.1520
2026-08-095.1680
2026-08-165.1989
2026-08-245.2642
2026-08-315.3001
2026-09-075.2736
2026-09-145.2673
2026-09-215.2279

High

5.6007

Low

5.0771

Average

5.3674

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/MWK API questions

How do I get the LKR/MWK exchange rate from an API?

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

How far back does LKR/MWK historical data go?

Daily LKR/MWK 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/MWK 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.