Skip to content

LKR to MAD exchange rate API

Sri Lanka Rupee to Moroccan Dirham · quoted 2026-09-27

0.02912

▼ +3.37% over 1Y

1 LKR = 0.02912 MAD · 1 MAD = 34.3442 LKR · Get this rate via the API

1 LKR buys 0.02912 MAD as of 2026-09-27, so 1 MAD buys 34.3442 LKR. Over the last year, LKR/MAD traded between 0.02748 and 0.03051, averaged 0.02911 and fell 3.37%. The API holds daily LKR/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/MAD over 1Y

LKR/MAD over 1Y: show the values
PointLKR/MAD
2025-09-270.03013
2025-10-040.03009
2025-10-110.03031
2025-10-180.03018
2025-10-250.03041
2025-11-010.03051
2025-11-080.03039
2025-11-150.03013
2025-11-220.03018
2025-11-290.03011
2025-12-060.02993
2025-12-130.02975
2025-12-200.02967
2025-12-270.02942
2026-01-030.02949
2026-01-100.02989
2026-01-170.02978
2026-01-240.02950
2026-01-310.02929
2026-02-070.02966
2026-02-140.02956
2026-02-210.02963
2026-02-280.02962
2026-03-070.02991
2026-03-140.03029
2026-03-210.03000
2026-03-280.02966
2026-04-040.02986
2026-04-110.02942
2026-04-180.02918
2026-04-250.02907
2026-05-020.02894
2026-05-090.02833
2026-05-160.02809
2026-05-230.02755
2026-05-300.02783
2026-06-060.02748
2026-06-130.02763
2026-06-200.02789
2026-06-270.02791
2026-07-040.02794
2026-07-110.02782
2026-07-180.02778
2026-07-250.02784
2026-08-010.02787
2026-08-080.02776
2026-08-150.02791
2026-08-220.02810
2026-08-290.02831
2026-09-050.02854
2026-09-120.02862
2026-09-190.02872
2026-09-260.02912

High

0.03051

Low

0.02748

Average

0.02911

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/MAD API questions

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

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

How far back does LKR/MAD historical data go?

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