Skip to content

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

AZN/MGA over 5Y: show the values
PointAZN/MGA
2024-08-242690.91
2024-10-012643.77
2024-10-312660.73
2024-11-302756.58
2024-12-302705.64
2025-01-292706.76
2025-02-282709.85
2025-03-302747.63
2025-04-292641.39
2025-05-292693.31
2025-06-282603.28
2025-07-282591.48
2025-08-272612.25
2025-09-262524.34
2025-10-262656.38
2025-11-252646.34
2025-12-262689.20
2026-01-252663.01
2026-02-242529.03
2026-03-262460.19
2026-04-252434.57
2026-05-272473.73
2026-06-282493.23
2026-07-282534.99
2026-08-282548.69

High

2756.58

Low

2434.57

Average

2615.78

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=MGA");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=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&currencies=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.