EGP to MGA exchange rate API
Egyptian Pound to Malagasy Ariary · quoted 2026-09-24
85.1720
▼ +4.44% over 1Y
1 EGP = 85.1720 MGA · 1 MGA = 0.01174 EGP · Get this rate via the API
1 EGP buys 85.1720 MGA as of 2026-09-24, so 1 MGA buys 0.01174 EGP. Over the last year, EGP/MGA traded between 77.3907 and 98.0860, averaged 87.2436 and fell 4.44%. 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: show the values
| Point | EGP/MGA |
|---|---|
| 2025-09-24 | 89.1256 |
| 2025-10-01 | 85.5938 |
| 2025-10-08 | 82.2029 |
| 2025-10-15 | 93.9738 |
| 2025-10-22 | 94.1712 |
| 2025-10-29 | 94.4852 |
| 2025-11-05 | 95.1635 |
| 2025-11-12 | 95.0610 |
| 2025-11-19 | 94.9056 |
| 2025-11-26 | 93.9886 |
| 2025-12-03 | 94.0352 |
| 2025-12-11 | 93.6235 |
| 2025-12-18 | 94.7050 |
| 2025-12-25 | 96.1961 |
| 2026-01-01 | 96.2916 |
| 2026-01-08 | 97.8143 |
| 2026-01-15 | 98.0860 |
| 2026-01-22 | 97.4340 |
| 2026-01-29 | 95.2956 |
| 2026-02-05 | 94.3944 |
| 2026-02-12 | 94.7577 |
| 2026-02-19 | 92.3365 |
| 2026-02-26 | 87.9364 |
| 2026-03-05 | 82.9606 |
| 2026-03-12 | 79.7076 |
| 2026-03-19 | 80.1852 |
| 2026-03-26 | 79.3892 |
| 2026-04-02 | 77.3907 |
| 2026-04-09 | 77.8232 |
| 2026-04-16 | 79.7897 |
| 2026-04-23 | 79.4352 |
| 2026-04-30 | 77.7150 |
| 2026-05-07 | 79.3131 |
| 2026-05-15 | 79.5491 |
| 2026-05-23 | 79.1268 |
| 2026-05-30 | 80.2115 |
| 2026-06-06 | 80.6427 |
| 2026-06-15 | 82.4612 |
| 2026-06-22 | 84.4499 |
| 2026-06-29 | 85.9061 |
| 2026-07-06 | 86.6312 |
| 2026-07-13 | 85.9196 |
| 2026-07-20 | 83.8182 |
| 2026-07-27 | 85.5864 |
| 2026-08-03 | 84.5745 |
| 2026-08-10 | 86.4181 |
| 2026-08-17 | 85.6975 |
| 2026-08-25 | 85.1289 |
| 2026-09-01 | 84.9285 |
| 2026-09-08 | 84.0480 |
| 2026-09-15 | 83.6344 |
| 2026-09-22 | 84.7201 |
High
98.0860
Low
77.3907
Average
87.2436
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.