Skip to content

AZN to MGA exchange rate API

Azerbaijanian Manat to Malagasy Ariary · quoted 2026-09-26

2592.88

▲ +2.72% over 1Y

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 year, AZN/MGA traded between 2370.54 and 2721.38, averaged 2543.21 and rose 2.72%. 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 1Y

AZN/MGA over 1Y: show the values
PointAZN/MGA
2025-09-262524.34
2025-10-032370.54
2025-10-102457.21
2025-10-172618.69
2025-10-242633.87
2025-10-312643.15
2025-11-072648.26
2025-11-142632.32
2025-11-212649.87
2025-11-282638.08
2025-12-052625.77
2025-12-132657.04
2025-12-202670.03
2025-12-272687.64
2026-01-032696.66
2026-01-102702.70
2026-01-172721.38
2026-01-242665.48
2026-01-312616.94
2026-02-072605.81
2026-02-142586.52
2026-02-212544.52
2026-02-282475.91
2026-03-072449.19
2026-03-142444.83
2026-03-212454.44
2026-03-282450.16
2026-04-042454.52
2026-04-112432.56
2026-04-182429.03
2026-04-252434.57
2026-05-022435.49
2026-05-092444.29
2026-05-172465.15
2026-05-252463.03
2026-06-012464.53
2026-06-102472.88
2026-06-172457.45
2026-06-242478.92
2026-07-012493.32
2026-07-082498.06
2026-07-152512.58
2026-07-222529.10
2026-07-292531.70
2026-08-052509.41
2026-08-122534.50
2026-08-202519.58
2026-08-272536.83
2026-09-032539.28
2026-09-102527.79
2026-09-172568.18
2026-09-242593.25

High

2721.38

Low

2370.54

Average

2543.21

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.