Skip to content

INR to MGA exchange rate API

Indian Rupee to Malagasy Ariary · quoted 2026-09-24

45.8250

▲ +4.12% over 6M

1 INR = 45.8250 MGA · 1 MGA = 0.02182 INR · Get this rate via the API

1 INR buys 45.8250 MGA as of 2026-09-24, so 1 MGA buys 0.02182 INR. Over the last 6 months, INR/MGA traded between 43.6429 and 45.9421, averaged 44.6434 and rose 4.12%. The API holds daily INR/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/MGA over 6M

INR/MGA over 6M: show the values
PointINR/MGA
2026-03-2844.0103
2026-04-0444.9939
2026-04-1144.5190
2026-04-1844.6964
2026-04-2544.0150
2026-05-0243.7341
2026-05-0944.1088
2026-05-1743.6429
2026-05-2543.9646
2026-06-0144.1055
2026-06-1044.1280
2026-06-1744.1921
2026-06-2444.5124
2026-07-0144.5010
2026-07-0844.4401
2026-07-1544.3735
2026-07-2244.5218
2026-07-2944.9971
2026-08-0544.8474
2026-08-1245.1929
2026-08-2044.7518
2026-08-2745.1380
2026-09-0345.6857
2026-09-1045.0251
2026-09-1745.5071
2026-09-2445.9421

High

45.9421

Low

43.6429

Average

44.6434

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/MGA API questions

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

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

How far back does INR/MGA historical data go?

Daily INR/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 INR/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.