Skip to content

AZN to MGA exchange rate API

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

2592.88

▲ +5.75% over 6M

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 6 months, AZN/MGA traded between 2431.03 and 2592.88, averaged 2501.42 and rose 5.75%. 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 6M

AZN/MGA over 6M: show the values
PointAZN/MGA
2026-03-302451.82
2026-04-062453.93
2026-04-132431.03
2026-04-202443.73
2026-04-272439.70
2026-05-042437.57
2026-05-112453.32
2026-05-192461.37
2026-05-272473.73
2026-06-032472.14
2026-06-122473.43
2026-06-192470.76
2026-06-262504.43
2026-07-032508.11
2026-07-102512.83
2026-07-172506.07
2026-07-242535.35
2026-07-312532.48
2026-08-072533.72
2026-08-142537.45
2026-08-222541.87
2026-08-292544.72
2026-09-052534.11
2026-09-122547.19
2026-09-192551.61
2026-09-262592.88

High

2592.88

Low

2431.03

Average

2501.42

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.