Skip to content

MAD to LKR exchange rate API

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

34.3432

▲ +1.12% over YTD

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

1 MAD buys 34.3432 LKR as of 2026-09-27, so 1 LKR buys 0.02912 MAD. Over the year to date, MAD/LKR traded between 33.2660 and 36.2621, averaged 34.8100 and rose 1.12%. The API holds daily MAD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MAD/LKR over YTD

MAD/LKR over YTD: show the values
PointMAD/LKR
2025-12-3133.9618
2026-01-0733.7361
2026-01-1433.5958
2026-01-2133.7836
2026-01-2834.2750
2026-02-0433.8091
2026-02-1133.9820
2026-02-1833.8939
2026-02-2533.7837
2026-03-0433.4340
2026-03-1133.2955
2026-03-1833.2660
2026-03-2533.7385
2026-04-0133.8543
2026-04-0833.9074
2026-04-1534.2170
2026-04-2234.2957
2026-04-2934.5690
2026-05-0634.8479
2026-05-1335.4563
2026-05-2036.1952
2026-05-2735.5889
2026-06-0336.2621
2026-06-1035.8218
2026-06-1736.1701
2026-06-2435.7609
2026-07-0135.7980
2026-07-0835.8331
2026-07-1536.0633
2026-07-2235.8934
2026-07-2935.8394
2026-08-0536.0935
2026-08-1235.9934
2026-08-1935.7643
2026-08-2635.5616
2026-09-0235.2039
2026-09-0935.1420
2026-09-1634.9929
2026-09-2334.3748

High

36.2621

Low

33.2660

Average

34.8100

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MAD/LKR API questions

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

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

How far back does MAD/LKR historical data go?

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