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: show the values
| Point | LKR/MAD |
|---|---|
| 2025-09-27 | 0.03013 |
| 2025-10-04 | 0.03009 |
| 2025-10-11 | 0.03031 |
| 2025-10-18 | 0.03018 |
| 2025-10-25 | 0.03041 |
| 2025-11-01 | 0.03051 |
| 2025-11-08 | 0.03039 |
| 2025-11-15 | 0.03013 |
| 2025-11-22 | 0.03018 |
| 2025-11-29 | 0.03011 |
| 2025-12-06 | 0.02993 |
| 2025-12-13 | 0.02975 |
| 2025-12-20 | 0.02967 |
| 2025-12-27 | 0.02942 |
| 2026-01-03 | 0.02949 |
| 2026-01-10 | 0.02989 |
| 2026-01-17 | 0.02978 |
| 2026-01-24 | 0.02950 |
| 2026-01-31 | 0.02929 |
| 2026-02-07 | 0.02966 |
| 2026-02-14 | 0.02956 |
| 2026-02-21 | 0.02963 |
| 2026-02-28 | 0.02962 |
| 2026-03-07 | 0.02991 |
| 2026-03-14 | 0.03029 |
| 2026-03-21 | 0.03000 |
| 2026-03-28 | 0.02966 |
| 2026-04-04 | 0.02986 |
| 2026-04-11 | 0.02942 |
| 2026-04-18 | 0.02918 |
| 2026-04-25 | 0.02907 |
| 2026-05-02 | 0.02894 |
| 2026-05-09 | 0.02833 |
| 2026-05-16 | 0.02809 |
| 2026-05-23 | 0.02755 |
| 2026-05-30 | 0.02783 |
| 2026-06-06 | 0.02748 |
| 2026-06-13 | 0.02763 |
| 2026-06-20 | 0.02789 |
| 2026-06-27 | 0.02791 |
| 2026-07-04 | 0.02794 |
| 2026-07-11 | 0.02782 |
| 2026-07-18 | 0.02778 |
| 2026-07-25 | 0.02784 |
| 2026-08-01 | 0.02787 |
| 2026-08-08 | 0.02776 |
| 2026-08-15 | 0.02791 |
| 2026-08-22 | 0.02810 |
| 2026-08-29 | 0.02831 |
| 2026-09-05 | 0.02854 |
| 2026-09-12 | 0.02862 |
| 2026-09-19 | 0.02872 |
| 2026-09-26 | 0.02912 |
High
0.03051
Low
0.02748
Average
0.02911
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.