AZN to MGA exchange rate API
Azerbaijanian Manat to Malagasy Ariary · quoted 2026-09-26
2592.88
▲ +2.21% over 30D
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 30 days, AZN/MGA traded between 2520.53 and 2610.40, averaged 2553.51 and rose 2.21%. 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 30D: show the values
| Point | AZN/MGA |
|---|---|
| 2026-08-27 | 2536.83 |
| 2026-08-28 | 2548.69 |
| 2026-08-29 | 2544.72 |
| 2026-08-30 | 2544.76 |
| 2026-08-31 | 2534.98 |
| 2026-09-01 | 2541.13 |
| 2026-09-02 | 2547.84 |
| 2026-09-03 | 2539.28 |
| 2026-09-04 | 2532.94 |
| 2026-09-05 | 2534.11 |
| 2026-09-06 | 2545.73 |
| 2026-09-07 | 2523.73 |
| 2026-09-08 | 2520.53 |
| 2026-09-09 | 2539.31 |
| 2026-09-10 | 2527.79 |
| 2026-09-11 | 2537.08 |
| 2026-09-12 | 2547.19 |
| 2026-09-13 | 2554.40 |
| 2026-09-14 | 2545.91 |
| 2026-09-15 | 2548.57 |
| 2026-09-16 | 2551.77 |
| 2026-09-17 | 2568.18 |
| 2026-09-18 | 2610.40 |
| 2026-09-19 | 2551.61 |
| 2026-09-20 | 2568.24 |
| 2026-09-21 | 2552.67 |
| 2026-09-22 | 2576.91 |
| 2026-09-23 | 2579.36 |
| 2026-09-24 | 2593.25 |
| 2026-09-25 | 2578.59 |
| 2026-09-26 | 2592.88 |
High
2610.40
Low
2520.53
Average
2553.51
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.