Skip to content

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

LKR/MGA over YTD: show the values
PointLKR/MGA
2025-12-3114.7742
2026-01-0714.8472
2026-01-1414.9304
2026-01-2114.6517
2026-01-2814.3702
2026-02-0414.3236
2026-02-1114.2783
2026-02-1814.0975
2026-02-2513.7873
2026-03-0413.4804
2026-03-1113.3319
2026-03-1813.3149
2026-03-2513.2442
2026-04-0113.2294
2026-04-0813.1834
2026-04-1513.0806
2026-04-2213.0594
2026-04-2912.9632
2026-05-0612.9629
2026-05-1412.7892
2026-05-2112.2728
2026-05-2912.7003
2026-06-0512.4944
2026-06-1412.5237
2026-06-2112.6327
2026-06-2812.6012
2026-07-0512.6922
2026-07-1212.7822
2026-07-1912.7732
2026-07-2612.8127
2026-08-0212.8233
2026-08-0912.8354
2026-08-1612.9684
2026-08-2413.0820
2026-08-3113.1872
2026-09-0713.0444
2026-09-1413.1414
2026-09-2113.0924

High

14.9304

Low

12.2728

Average

13.2924

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=MGA");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=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&currencies=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.