LKR to MGA exchange rate API
Sri Lanka Rupee to Malagasy Ariary · quoted 2026-09-25
13.2448
▼ +7.53% over 1Y
1 LKR = 13.2448 MGA · 1 MGA = 0.07550 LKR · Get this rate via the API
1 LKR buys 13.2448 MGA as of 2026-09-25, so 1 MGA buys 0.07550 LKR. Over the last year, LKR/MGA traded between 12.4458 and 14.9387, averaged 13.6159 and fell 7.53%. The API holds daily LKR/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/MGA over 1Y: show the values
| Point | LKR/MGA |
|---|---|
| 2025-09-25 | 14.3238 |
| 2025-10-02 | 13.6096 |
| 2025-10-09 | 14.7296 |
| 2025-10-16 | 14.6942 |
| 2025-10-23 | 14.7368 |
| 2025-10-30 | 14.7913 |
| 2025-11-06 | 14.7745 |
| 2025-11-13 | 14.6915 |
| 2025-11-20 | 14.5852 |
| 2025-11-27 | 14.5130 |
| 2025-12-04 | 14.4359 |
| 2025-12-12 | 14.3333 |
| 2025-12-19 | 14.5367 |
| 2025-12-26 | 14.7549 |
| 2026-01-02 | 14.8105 |
| 2026-01-09 | 14.9305 |
| 2026-01-16 | 14.9387 |
| 2026-01-23 | 14.6226 |
| 2026-01-30 | 14.4643 |
| 2026-02-06 | 14.2751 |
| 2026-02-13 | 14.2626 |
| 2026-02-20 | 14.0345 |
| 2026-02-27 | 13.6814 |
| 2026-03-06 | 13.2775 |
| 2026-03-13 | 13.3337 |
| 2026-03-20 | 13.3118 |
| 2026-03-27 | 13.2243 |
| 2026-04-03 | 13.2146 |
| 2026-04-10 | 13.1250 |
| 2026-04-17 | 13.1108 |
| 2026-04-24 | 13.0100 |
| 2026-05-01 | 12.9781 |
| 2026-05-08 | 12.9230 |
| 2026-05-16 | 12.7335 |
| 2026-05-24 | 12.6664 |
| 2026-05-31 | 12.7005 |
| 2026-06-09 | 12.4458 |
| 2026-06-16 | 12.5756 |
| 2026-06-23 | 12.6163 |
| 2026-06-30 | 12.6220 |
| 2026-07-07 | 12.6398 |
| 2026-07-14 | 12.7124 |
| 2026-07-21 | 12.7470 |
| 2026-07-28 | 12.7922 |
| 2026-08-04 | 12.6937 |
| 2026-08-11 | 12.8133 |
| 2026-08-18 | 12.9567 |
| 2026-08-26 | 12.9863 |
| 2026-09-02 | 13.1652 |
| 2026-09-09 | 13.1162 |
| 2026-09-16 | 13.0853 |
| 2026-09-23 | 13.2908 |
High
14.9387
Low
12.4458
Average
13.6159
Get this rate via the API
One GET request returns the LKR/MGA 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=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MGA").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/MGA API questions
How do I get the LKR/MGA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/MGA rate in rates.MGA.
How far back does LKR/MGA historical data go?
Daily LKR/MGA 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/MGA 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.