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: show the values
| Point | MAD/LKR |
|---|---|
| 2025-09-27 | 33.1858 |
| 2025-10-04 | 33.2290 |
| 2025-10-11 | 32.9888 |
| 2025-10-18 | 33.1316 |
| 2025-10-25 | 32.8813 |
| 2025-11-01 | 32.7739 |
| 2025-11-08 | 32.9075 |
| 2025-11-15 | 33.1893 |
| 2025-11-22 | 33.1356 |
| 2025-11-29 | 33.2109 |
| 2025-12-06 | 33.4134 |
| 2025-12-13 | 33.6088 |
| 2025-12-20 | 33.6977 |
| 2025-12-27 | 33.9845 |
| 2026-01-03 | 33.9052 |
| 2026-01-10 | 33.4599 |
| 2026-01-17 | 33.5777 |
| 2026-01-24 | 33.8930 |
| 2026-01-31 | 34.1373 |
| 2026-02-07 | 33.7193 |
| 2026-02-14 | 33.8308 |
| 2026-02-21 | 33.7474 |
| 2026-02-28 | 33.7610 |
| 2026-03-07 | 33.4325 |
| 2026-03-14 | 33.0104 |
| 2026-03-21 | 33.3323 |
| 2026-03-28 | 33.7137 |
| 2026-04-04 | 33.4851 |
| 2026-04-11 | 33.9864 |
| 2026-04-18 | 34.2656 |
| 2026-04-25 | 34.4023 |
| 2026-05-02 | 34.5544 |
| 2026-05-09 | 35.2963 |
| 2026-05-16 | 35.5986 |
| 2026-05-23 | 36.2958 |
| 2026-05-30 | 35.9290 |
| 2026-06-06 | 36.3873 |
| 2026-06-13 | 36.1874 |
| 2026-06-20 | 35.8517 |
| 2026-06-27 | 35.8270 |
| 2026-07-04 | 35.7959 |
| 2026-07-11 | 35.9474 |
| 2026-07-18 | 35.9933 |
| 2026-07-25 | 35.9164 |
| 2026-08-01 | 35.8816 |
| 2026-08-08 | 36.0173 |
| 2026-08-15 | 35.8220 |
| 2026-08-22 | 35.5901 |
| 2026-08-29 | 35.3195 |
| 2026-09-05 | 35.0355 |
| 2026-09-12 | 34.9370 |
| 2026-09-19 | 34.8216 |
| 2026-09-26 | 34.3432 |
High
36.3873
Low
32.7739
Average
34.3831
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=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¤cies=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.