Skip to content

INR to MGA exchange rate API

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

45.8250

▼ +10.11% over YTD

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 year to date, INR/MGA traded between 43.4948 and 51.3431, averaged 45.7965 and fell 10.11%. 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 YTD

INR/MGA over YTD: show the values
PointINR/MGA
2025-12-3150.9771
2026-01-0751.3431
2026-01-1451.2422
2026-01-2149.6276
2026-01-2848.4998
2026-02-0449.1208
2026-02-1148.6745
2026-02-1848.1988
2026-02-2547.0140
2026-03-0445.5040
2026-03-1145.1123
2026-03-1844.7165
2026-03-2544.3677
2026-04-0144.7472
2026-04-0845.1485
2026-04-1544.2770
2026-04-2244.1905
2026-04-2943.7427
2026-05-0643.9675
2026-05-1443.4948
2026-05-2143.6319
2026-05-2944.1025
2026-06-0544.2736
2026-06-1444.0498
2026-06-2144.6030
2026-06-2844.8101
2026-07-0544.6314
2026-07-1244.9330
2026-07-1944.5319
2026-07-2644.5962
2026-08-0245.1032
2026-08-0945.1921
2026-08-1645.2058
2026-08-2445.0667
2026-08-3145.5547
2026-09-0745.4033
2026-09-1445.2938
2026-09-2145.2883

High

51.3431

Low

43.4948

Average

45.7965

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.