LKR to MGA exchange rate API
Sri Lanka Rupee to Malagasy Ariary · quoted 2026-09-25
13.2448
▲ +1.99% over 30D
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 30 days, LKR/MGA traded between 12.9863 and 13.3370, averaged 13.1513 and rose 1.99%. 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 30D: show the values
| Point | LKR/MGA |
|---|---|
| 2026-08-26 | 12.9863 |
| 2026-08-27 | 13.0978 |
| 2026-08-28 | 13.1766 |
| 2026-08-29 | 13.2008 |
| 2026-08-30 | 13.1869 |
| 2026-08-31 | 13.1872 |
| 2026-09-01 | 13.1385 |
| 2026-09-02 | 13.1652 |
| 2026-09-03 | 13.1235 |
| 2026-09-04 | 13.0922 |
| 2026-09-05 | 13.1252 |
| 2026-09-06 | 13.1851 |
| 2026-09-07 | 13.0444 |
| 2026-09-08 | 13.0228 |
| 2026-09-09 | 13.1162 |
| 2026-09-10 | 13.0492 |
| 2026-09-11 | 13.0946 |
| 2026-09-12 | 13.1774 |
| 2026-09-13 | 13.2107 |
| 2026-09-14 | 13.1414 |
| 2026-09-15 | 13.1199 |
| 2026-09-16 | 13.0853 |
| 2026-09-17 | 13.1243 |
| 2026-09-18 | 13.2326 |
| 2026-09-19 | 13.1002 |
| 2026-09-20 | 13.1952 |
| 2026-09-21 | 13.0924 |
| 2026-09-22 | 13.2509 |
| 2026-09-23 | 13.2908 |
| 2026-09-24 | 13.3370 |
| 2026-09-25 | 13.2476 |
High
13.3370
Low
12.9863
Average
13.1513
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.