Skip to content

MGA to LKR exchange rate API

Malagasy Ariary to Sri Lanka Rupee · quoted 2026-09-25

0.07551

▲ +8.15% over 1Y

1 MGA = 0.07551 LKR · 1 LKR = 13.2440 MGA · Get this rate via the API

1 MGA buys 0.07551 LKR as of 2026-09-25, so 1 LKR buys 13.2440 MGA. Over the last year, MGA/LKR traded between 0.06694 and 0.08035, averaged 0.07371 and rose 8.15%. The API holds daily MGA/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MGA/LKR over 1Y

MGA/LKR over 1Y: show the values
PointMGA/LKR
2025-09-250.06981
2025-10-020.07348
2025-10-090.06789
2025-10-160.06805
2025-10-230.06786
2025-10-300.06761
2025-11-060.06768
2025-11-130.06807
2025-11-200.06856
2025-11-270.06890
2025-12-040.06927
2025-12-120.06977
2025-12-190.06879
2025-12-260.06777
2026-01-020.06752
2026-01-090.06698
2026-01-160.06694
2026-01-230.06839
2026-01-300.06914
2026-02-060.07005
2026-02-130.07011
2026-02-200.07125
2026-02-270.07309
2026-03-060.07531
2026-03-130.07500
2026-03-200.07512
2026-03-270.07562
2026-04-030.07567
2026-04-100.07619
2026-04-170.07627
2026-04-240.07686
2026-05-010.07705
2026-05-080.07738
2026-05-160.07853
2026-05-240.07895
2026-05-310.07874
2026-06-090.08035
2026-06-160.07952
2026-06-230.07926
2026-06-300.07923
2026-07-070.07912
2026-07-140.07866
2026-07-210.07845
2026-07-280.07817
2026-08-040.07878
2026-08-110.07804
2026-08-180.07718
2026-08-260.07700
2026-09-020.07596
2026-09-090.07624
2026-09-160.07642
2026-09-230.07524

High

0.08035

Low

0.06694

Average

0.07371

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MGA&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MGA/LKR API questions

How do I get the MGA/LKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MGA&currencies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MGA/LKR rate in rates.LKR.

How far back does MGA/LKR historical data go?

Daily MGA/LKR 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 MGA/LKR 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.