INR to MGA exchange rate API
Indian Rupee to Malagasy Ariary · quoted 2026-09-25
45.8250
▲ +4.14% 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-25, so 1 MGA buys 0.02182 INR. Over the last 6 months, INR/MGA traded between 43.2864 and 45.8250, averaged 44.5725 and rose 4.14%. 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-29 | 44.0037 |
| 2026-04-05 | 44.8259 |
| 2026-04-12 | 44.5024 |
| 2026-04-19 | 44.7291 |
| 2026-04-26 | 43.9669 |
| 2026-05-03 | 43.6703 |
| 2026-05-10 | 44.0277 |
| 2026-05-18 | 43.2864 |
| 2026-05-26 | 43.8699 |
| 2026-06-02 | 44.0293 |
| 2026-06-11 | 43.8207 |
| 2026-06-18 | 44.3768 |
| 2026-06-25 | 44.6079 |
| 2026-07-02 | 44.9436 |
| 2026-07-09 | 44.4269 |
| 2026-07-16 | 43.9091 |
| 2026-07-23 | 44.1578 |
| 2026-07-30 | 45.1120 |
| 2026-08-06 | 45.0541 |
| 2026-08-13 | 45.1242 |
| 2026-08-21 | 44.6970 |
| 2026-08-28 | 45.4240 |
| 2026-09-04 | 45.5708 |
| 2026-09-11 | 45.1366 |
| 2026-09-18 | 45.7876 |
High
45.8250
Low
43.2864
Average
44.5725
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.