Skip to content

MAD to LKR exchange rate API

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

34.3432

▲ +3.49% over 1Y

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 last year, MAD/LKR traded between 32.7739 and 36.3873, averaged 34.3831 and rose 3.49%. 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 1Y

MAD/LKR over 1Y: show the values
PointMAD/LKR
2025-09-2733.1858
2025-10-0433.2290
2025-10-1132.9888
2025-10-1833.1316
2025-10-2532.8813
2025-11-0132.7739
2025-11-0832.9075
2025-11-1533.1893
2025-11-2233.1356
2025-11-2933.2109
2025-12-0633.4134
2025-12-1333.6088
2025-12-2033.6977
2025-12-2733.9845
2026-01-0333.9052
2026-01-1033.4599
2026-01-1733.5777
2026-01-2433.8930
2026-01-3134.1373
2026-02-0733.7193
2026-02-1433.8308
2026-02-2133.7474
2026-02-2833.7610
2026-03-0733.4325
2026-03-1433.0104
2026-03-2133.3323
2026-03-2833.7137
2026-04-0433.4851
2026-04-1133.9864
2026-04-1834.2656
2026-04-2534.4023
2026-05-0234.5544
2026-05-0935.2963
2026-05-1635.5986
2026-05-2336.2958
2026-05-3035.9290
2026-06-0636.3873
2026-06-1336.1874
2026-06-2035.8517
2026-06-2735.8270
2026-07-0435.7959
2026-07-1135.9474
2026-07-1835.9933
2026-07-2535.9164
2026-08-0135.8816
2026-08-0836.0173
2026-08-1535.8220
2026-08-2235.5901
2026-08-2935.3195
2026-09-0535.0355
2026-09-1234.9370
2026-09-1934.8216
2026-09-2634.3432

High

36.3873

Low

32.7739

Average

34.3831

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.