Skip to content

EGP to MGA exchange rate API

Egyptian Pound to Malagasy Ariary · quoted 2026-09-24

85.1371

▼ +4.48% over 1Y

1 EGP = 85.1371 MGA · 1 MGA = 0.01175 EGP · Get this rate via the API

1 EGP buys 85.1371 MGA as of 2026-09-24, so 1 MGA buys 0.01175 EGP. Over the last year, EGP/MGA traded between 77.3907 and 98.0860, averaged 87.2430 and fell 4.48%. The API holds daily EGP/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/MGA over 1Y

EGP/MGA over 1Y: show the values
PointEGP/MGA
2025-09-2489.1256
2025-10-0185.5938
2025-10-0882.2029
2025-10-1593.9738
2025-10-2294.1712
2025-10-2994.4852
2025-11-0595.1635
2025-11-1295.0610
2025-11-1994.9056
2025-11-2693.9886
2025-12-0394.0352
2025-12-1193.6235
2025-12-1894.7050
2025-12-2596.1961
2026-01-0196.2916
2026-01-0897.8143
2026-01-1598.0860
2026-01-2297.4340
2026-01-2995.2956
2026-02-0594.3944
2026-02-1294.7577
2026-02-1992.3365
2026-02-2687.9364
2026-03-0582.9606
2026-03-1279.7076
2026-03-1980.1852
2026-03-2679.3892
2026-04-0277.3907
2026-04-0977.8232
2026-04-1679.7897
2026-04-2379.4352
2026-04-3077.7150
2026-05-0779.3131
2026-05-1579.5491
2026-05-2379.1268
2026-05-3080.2115
2026-06-0680.6427
2026-06-1582.4612
2026-06-2284.4499
2026-06-2985.9061
2026-07-0686.6312
2026-07-1385.9196
2026-07-2083.8182
2026-07-2785.5864
2026-08-0384.5745
2026-08-1086.4181
2026-08-1785.6975
2026-08-2585.1289
2026-09-0184.9285
2026-09-0884.0480
2026-09-1583.6344
2026-09-2284.7201

High

98.0860

Low

77.3907

Average

87.2430

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/MGA API questions

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

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

How far back does EGP/MGA historical data go?

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