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: show the values
| Point | INR/MGA |
|---|---|
| 2025-09-24 | 47.8810 |
| 2025-10-01 | 46.1665 |
| 2025-10-08 | 44.0484 |
| 2025-10-15 | 50.8474 |
| 2025-10-22 | 50.6512 |
| 2025-10-29 | 50.6831 |
| 2025-11-05 | 50.8662 |
| 2025-11-12 | 50.6512 |
| 2025-11-19 | 50.7119 |
| 2025-11-26 | 50.3121 |
| 2025-12-03 | 49.5803 |
| 2025-12-11 | 49.2846 |
| 2025-12-18 | 49.9195 |
| 2025-12-25 | 50.9160 |
| 2026-01-01 | 51.0793 |
| 2026-01-08 | 51.4139 |
| 2026-01-15 | 51.3600 |
| 2026-01-22 | 50.2510 |
| 2026-01-29 | 48.5547 |
| 2026-02-05 | 49.0614 |
| 2026-02-12 | 48.9803 |
| 2026-02-19 | 47.8823 |
| 2026-02-26 | 46.3418 |
| 2026-03-05 | 45.4071 |
| 2026-03-12 | 45.1289 |
| 2026-03-19 | 44.9273 |
| 2026-03-26 | 44.4364 |
| 2026-04-02 | 44.8574 |
| 2026-04-09 | 44.6523 |
| 2026-04-16 | 44.3821 |
| 2026-04-23 | 44.2233 |
| 2026-04-30 | 43.7233 |
| 2026-05-07 | 44.3597 |
| 2026-05-15 | 43.8417 |
| 2026-05-23 | 43.8985 |
| 2026-05-30 | 44.1434 |
| 2026-06-06 | 44.2021 |
| 2026-06-15 | 44.1402 |
| 2026-06-22 | 44.4589 |
| 2026-06-29 | 44.8142 |
| 2026-07-06 | 44.4796 |
| 2026-07-13 | 44.9900 |
| 2026-07-20 | 44.3081 |
| 2026-07-27 | 45.4434 |
| 2026-08-03 | 44.7057 |
| 2026-08-10 | 45.2264 |
| 2026-08-17 | 44.9482 |
| 2026-08-25 | 45.1240 |
| 2026-09-01 | 45.4962 |
| 2026-09-08 | 45.1867 |
| 2026-09-15 | 45.1497 |
| 2026-09-22 | 45.8261 |
High
51.4139
Low
43.7233
Average
46.7877
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.