LKR to MGA exchange rate API
Sri Lanka Rupee to Malagasy Ariary · quoted 2026-09-25
13.2448
▼ +10.35% over YTD
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 year to date, LKR/MGA traded between 12.2728 and 14.9304, averaged 13.2924 and fell 10.35%. 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 YTD: show the values
| Point | LKR/MGA |
|---|---|
| 2025-12-31 | 14.7742 |
| 2026-01-07 | 14.8472 |
| 2026-01-14 | 14.9304 |
| 2026-01-21 | 14.6517 |
| 2026-01-28 | 14.3702 |
| 2026-02-04 | 14.3236 |
| 2026-02-11 | 14.2783 |
| 2026-02-18 | 14.0975 |
| 2026-02-25 | 13.7873 |
| 2026-03-04 | 13.4804 |
| 2026-03-11 | 13.3319 |
| 2026-03-18 | 13.3149 |
| 2026-03-25 | 13.2442 |
| 2026-04-01 | 13.2294 |
| 2026-04-08 | 13.1834 |
| 2026-04-15 | 13.0806 |
| 2026-04-22 | 13.0594 |
| 2026-04-29 | 12.9632 |
| 2026-05-06 | 12.9629 |
| 2026-05-14 | 12.7892 |
| 2026-05-21 | 12.2728 |
| 2026-05-29 | 12.7003 |
| 2026-06-05 | 12.4944 |
| 2026-06-14 | 12.5237 |
| 2026-06-21 | 12.6327 |
| 2026-06-28 | 12.6012 |
| 2026-07-05 | 12.6922 |
| 2026-07-12 | 12.7822 |
| 2026-07-19 | 12.7732 |
| 2026-07-26 | 12.8127 |
| 2026-08-02 | 12.8233 |
| 2026-08-09 | 12.8354 |
| 2026-08-16 | 12.9684 |
| 2026-08-24 | 13.0820 |
| 2026-08-31 | 13.1872 |
| 2026-09-07 | 13.0444 |
| 2026-09-14 | 13.1414 |
| 2026-09-21 | 13.0924 |
High
14.9304
Low
12.2728
Average
13.2924
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.