Skip to content

AED to MGA exchange rate API

UAE Dirham to Malagasy Ariary · quoted 2026-09-24

1193.72

▼ +4.30% over YTD

1 AED = 1193.72 MGA · 1 MGA = 0.000838 AED · Get this rate via the API

1 AED buys 1193.72 MGA as of 2026-09-24, so 1 MGA buys 0.000838 AED. Over the year to date, AED/MGA traded between 1126.34 and 1259.83, averaged 1169.12 and fell 4.30%. The API holds daily AED/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/MGA over YTD

AED/MGA over YTD: show the values
PointAED/MGA
2025-12-311247.32
2026-01-071256.02
2026-01-141259.83
2026-01-211238.22
2026-01-281214.08
2026-02-041209.15
2026-02-111205.69
2026-02-181190.09
2026-02-251164.06
2026-03-041140.79
2026-03-111130.84
2026-03-181130.91
2026-03-251134.75
2026-04-011138.20
2026-04-081133.53
2026-04-151126.34
2026-04-221128.55
2026-04-291129.58
2026-05-061132.57
2026-05-141134.07
2026-05-211142.82
2026-05-291140.68
2026-06-051144.48
2026-06-141143.79
2026-06-211148.52
2026-06-281155.34
2026-07-051159.81
2026-07-121169.51
2026-07-191170.07
2026-07-261174.10
2026-08-021173.95
2026-08-091174.04
2026-08-161177.18
2026-08-241174.88
2026-08-311180.37
2026-09-071168.09
2026-09-141178.34
2026-09-211181.48

High

1259.83

Low

1126.34

Average

1169.12

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=MGA").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/MGA API questions

How do I get the AED/MGA exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/MGA rate in rates.MGA.

How far back does AED/MGA historical data go?

Daily AED/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 AED/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.