AZN to MGA exchange rate API
Azerbaijanian Manat to Malagasy Ariary · quoted 2026-09-26
2592.88
▼ +3.64% over 5Y
1 AZN = 2592.88 MGA · 1 MGA = 0.000386 AZN · Get this rate via the API
1 AZN buys 2592.88 MGA as of 2026-09-26, so 1 MGA buys 0.000386 AZN. Over the last 5 years, AZN/MGA traded between 2434.57 and 2756.58, averaged 2615.78 and fell 3.64%. The API holds daily AZN/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/MGA over 5Y: show the values
| Point | AZN/MGA |
|---|---|
| 2024-08-24 | 2690.91 |
| 2024-10-01 | 2643.77 |
| 2024-10-31 | 2660.73 |
| 2024-11-30 | 2756.58 |
| 2024-12-30 | 2705.64 |
| 2025-01-29 | 2706.76 |
| 2025-02-28 | 2709.85 |
| 2025-03-30 | 2747.63 |
| 2025-04-29 | 2641.39 |
| 2025-05-29 | 2693.31 |
| 2025-06-28 | 2603.28 |
| 2025-07-28 | 2591.48 |
| 2025-08-27 | 2612.25 |
| 2025-09-26 | 2524.34 |
| 2025-10-26 | 2656.38 |
| 2025-11-25 | 2646.34 |
| 2025-12-26 | 2689.20 |
| 2026-01-25 | 2663.01 |
| 2026-02-24 | 2529.03 |
| 2026-03-26 | 2460.19 |
| 2026-04-25 | 2434.57 |
| 2026-05-27 | 2473.73 |
| 2026-06-28 | 2493.23 |
| 2026-07-28 | 2534.99 |
| 2026-08-28 | 2548.69 |
High
2756.58
Low
2434.57
Average
2615.78
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MGA").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/MGA API questions
How do I get the AZN/MGA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/MGA rate in rates.MGA.
How far back does AZN/MGA historical data go?
Daily AZN/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 AZN/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.