Skip to content

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

AZN/MGA over 30D: show the values
PointAZN/MGA
2026-08-272536.83
2026-08-282548.69
2026-08-292544.72
2026-08-302544.76
2026-08-312534.98
2026-09-012541.13
2026-09-022547.84
2026-09-032539.28
2026-09-042532.94
2026-09-052534.11
2026-09-062545.73
2026-09-072523.73
2026-09-082520.53
2026-09-092539.31
2026-09-102527.79
2026-09-112537.08
2026-09-122547.19
2026-09-132554.40
2026-09-142545.91
2026-09-152548.57
2026-09-162551.77
2026-09-172568.18
2026-09-182610.40
2026-09-192551.61
2026-09-202568.24
2026-09-212552.67
2026-09-222576.91
2026-09-232579.36
2026-09-242593.25
2026-09-252578.59
2026-09-262592.88

High

2610.40

Low

2520.53

Average

2553.51

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.