Skip to content

EGP to MXN exchange rate API

Egyptian Pound to Mexican Peso · quoted 2026-09-26

0.34160

▼ +12.90% over 5Y

1 EGP = 0.34160 MXN · 1 MXN = 2.9274 EGP · Get this rate via the API

1 EGP buys 0.34160 MXN as of 2026-09-26, so 1 MXN buys 2.9274 EGP. Over the last 5 years, EGP/MXN traded between 0.32579 and 0.42045, averaged 0.37762 and fell 12.90%. The API holds daily EGP/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/MXN over 5Y

EGP/MXN over 5Y: show the values
PointEGP/MXN
2024-08-240.39220
2024-10-060.39896
2024-11-050.41738
2024-12-050.40734
2025-01-040.40653
2025-02-030.42045
2025-03-050.41208
2025-04-050.40424
2025-05-050.38658
2025-06-050.38705
2025-07-050.37839
2025-08-040.38743
2025-09-030.38547
2025-10-030.38550
2025-11-020.39310
2025-12-020.38535
2026-01-010.37766
2026-01-310.37068
2026-03-020.35534
2026-04-010.33087
2026-05-010.32579
2026-05-310.33160
2026-06-300.35514
2026-07-300.34138
2026-08-290.34003

High

0.42045

Low

0.32579

Average

0.37762

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/MXN API questions

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

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

How far back does EGP/MXN historical data go?

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