Skip to content

INR to MGA exchange rate API

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

45.8250

▼ +4.29% over 1Y

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 year, INR/MGA traded between 43.7233 and 51.4139, averaged 46.7877 and fell 4.29%. 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 1Y

INR/MGA over 1Y: show the values
PointINR/MGA
2025-09-2447.8810
2025-10-0146.1665
2025-10-0844.0484
2025-10-1550.8474
2025-10-2250.6512
2025-10-2950.6831
2025-11-0550.8662
2025-11-1250.6512
2025-11-1950.7119
2025-11-2650.3121
2025-12-0349.5803
2025-12-1149.2846
2025-12-1849.9195
2025-12-2550.9160
2026-01-0151.0793
2026-01-0851.4139
2026-01-1551.3600
2026-01-2250.2510
2026-01-2948.5547
2026-02-0549.0614
2026-02-1248.9803
2026-02-1947.8823
2026-02-2646.3418
2026-03-0545.4071
2026-03-1245.1289
2026-03-1944.9273
2026-03-2644.4364
2026-04-0244.8574
2026-04-0944.6523
2026-04-1644.3821
2026-04-2344.2233
2026-04-3043.7233
2026-05-0744.3597
2026-05-1543.8417
2026-05-2343.8985
2026-05-3044.1434
2026-06-0644.2021
2026-06-1544.1402
2026-06-2244.4589
2026-06-2944.8142
2026-07-0644.4796
2026-07-1344.9900
2026-07-2044.3081
2026-07-2745.4434
2026-08-0344.7057
2026-08-1045.2264
2026-08-1744.9482
2026-08-2545.1240
2026-09-0145.4962
2026-09-0845.1867
2026-09-1545.1497
2026-09-2245.8261

High

51.4139

Low

43.7233

Average

46.7877

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.