INR to MGA exchange rate API
Indian Rupee to Malagasy Ariary · quoted 2026-09-24
45.8250
▲ +1.55% over 30D
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 30 days, INR/MGA traded between 44.7939 and 45.9421, averaged 45.4244 and rose 1.55%. 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 30D: show the values
| Point | INR/MGA |
|---|---|
| 2026-08-25 | 45.1240 |
| 2026-08-26 | 44.7939 |
| 2026-08-27 | 45.1380 |
| 2026-08-28 | 45.4240 |
| 2026-08-29 | 45.3409 |
| 2026-08-30 | 45.2996 |
| 2026-08-31 | 45.5547 |
| 2026-09-01 | 45.4962 |
| 2026-09-02 | 45.6050 |
| 2026-09-03 | 45.6857 |
| 2026-09-04 | 45.5708 |
| 2026-09-05 | 45.6198 |
| 2026-09-06 | 45.7834 |
| 2026-09-07 | 45.4033 |
| 2026-09-08 | 45.1867 |
| 2026-09-09 | 45.4167 |
| 2026-09-10 | 45.0251 |
| 2026-09-11 | 45.1366 |
| 2026-09-12 | 45.2942 |
| 2026-09-13 | 45.3864 |
| 2026-09-14 | 45.2938 |
| 2026-09-15 | 45.1497 |
| 2026-09-16 | 45.2031 |
| 2026-09-17 | 45.5071 |
| 2026-09-18 | 45.7876 |
| 2026-09-19 | 45.1846 |
| 2026-09-20 | 45.4892 |
| 2026-09-21 | 45.2883 |
| 2026-09-22 | 45.8261 |
| 2026-09-23 | 45.7996 |
| 2026-09-24 | 45.9421 |
High
45.9421
Low
44.7939
Average
45.4244
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.