Skip to content

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

LKR/MGA over 1Y: show the values
PointLKR/MGA
2025-09-2514.3238
2025-10-0213.6096
2025-10-0914.7296
2025-10-1614.6942
2025-10-2314.7368
2025-10-3014.7913
2025-11-0614.7745
2025-11-1314.6915
2025-11-2014.5852
2025-11-2714.5130
2025-12-0414.4359
2025-12-1214.3333
2025-12-1914.5367
2025-12-2614.7549
2026-01-0214.8105
2026-01-0914.9305
2026-01-1614.9387
2026-01-2314.6226
2026-01-3014.4643
2026-02-0614.2751
2026-02-1314.2626
2026-02-2014.0345
2026-02-2713.6814
2026-03-0613.2775
2026-03-1313.3337
2026-03-2013.3118
2026-03-2713.2243
2026-04-0313.2146
2026-04-1013.1250
2026-04-1713.1108
2026-04-2413.0100
2026-05-0112.9781
2026-05-0812.9230
2026-05-1612.7335
2026-05-2412.6664
2026-05-3112.7005
2026-06-0912.4458
2026-06-1612.5756
2026-06-2312.6163
2026-06-3012.6220
2026-07-0712.6398
2026-07-1412.7124
2026-07-2112.7470
2026-07-2812.7922
2026-08-0412.6937
2026-08-1112.8133
2026-08-1812.9567
2026-08-2612.9863
2026-09-0213.1652
2026-09-0913.1162
2026-09-1613.0853
2026-09-2313.2908

High

14.9387

Low

12.4458

Average

13.6159

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.