Skip to content

INR to MGA exchange rate API

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

45.8250

▼ +16.13% over 5Y

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 5 years, INR/MGA traded between 43.9433 and 55.3967, averaged 49.5723 and fell 16.13%. 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 5Y

INR/MGA over 5Y: show the values
PointINR/MGA
2024-08-2454.6351
2024-10-0152.0126
2024-10-3152.5169
2024-11-3055.3967
2024-12-3052.5310
2025-01-2951.8892
2025-02-2851.4650
2025-03-3053.7113
2025-04-2951.6124
2025-05-2952.4206
2025-06-2851.7570
2025-07-2849.7246
2025-08-2749.5161
2025-09-2647.3334
2025-10-2651.3112
2025-11-2550.4351
2025-12-2650.7056
2026-01-2549.2113
2026-02-2447.2826
2026-03-2644.4364
2026-04-2544.0150
2026-05-2743.9433
2026-06-2844.8101
2026-07-2844.9573
2026-08-2845.4240

High

55.3967

Low

43.9433

Average

49.5723

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.