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: show the values
| Point | INR/MGA |
|---|---|
| 2026-03-28 | 44.0103 |
| 2026-04-04 | 44.9939 |
| 2026-04-11 | 44.5190 |
| 2026-04-18 | 44.6964 |
| 2026-04-25 | 44.0150 |
| 2026-05-02 | 43.7341 |
| 2026-05-09 | 44.1088 |
| 2026-05-17 | 43.6429 |
| 2026-05-25 | 43.9646 |
| 2026-06-01 | 44.1055 |
| 2026-06-10 | 44.1280 |
| 2026-06-17 | 44.1921 |
| 2026-06-24 | 44.5124 |
| 2026-07-01 | 44.5010 |
| 2026-07-08 | 44.4401 |
| 2026-07-15 | 44.3735 |
| 2026-07-22 | 44.5218 |
| 2026-07-29 | 44.9971 |
| 2026-08-05 | 44.8474 |
| 2026-08-12 | 45.1929 |
| 2026-08-20 | 44.7518 |
| 2026-08-27 | 45.1380 |
| 2026-09-03 | 45.6857 |
| 2026-09-10 | 45.0251 |
| 2026-09-17 | 45.5071 |
| 2026-09-24 | 45.9421 |
High
45.9421
Low
43.6429
Average
44.6434
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.