Skip to content

EGP to MUR exchange rate API

Egyptian Pound to Mauritius Rupee · quoted 2026-09-24

0.92475

▼ +4.22% over YTD

1 EGP = 0.92475 MUR · 1 MUR = 1.0814 EGP · Get this rate via the API

1 EGP buys 0.92475 MUR as of 2026-09-24, so 1 MUR buys 1.0814 EGP. Over the year to date, EGP/MUR traded between 0.87068 and 0.98884, averaged 0.92766 and fell 4.22%. The API holds daily EGP/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/MUR over YTD

EGP/MUR over YTD: show the values
PointEGP/MUR
2025-12-310.96548
2026-01-070.97939
2026-01-140.98884
2026-01-210.97373
2026-01-280.96972
2026-02-040.97705
2026-02-110.97660
2026-02-180.97788
2026-02-250.96952
2026-03-040.93702
2026-03-110.88467
2026-03-180.89142
2026-03-250.88432
2026-04-010.87277
2026-04-080.87068
2026-04-150.88750
2026-04-220.89335
2026-04-290.88383
2026-05-060.88352
2026-05-140.88472
2026-05-210.89245
2026-05-290.90806
2026-06-050.91796
2026-06-140.91427
2026-06-210.95817
2026-06-280.95342
2026-07-050.95513
2026-07-120.94663
2026-07-190.93289
2026-07-260.92391
2026-08-020.92081
2026-08-090.94823
2026-08-160.93851
2026-08-240.92030
2026-08-310.92649
2026-09-070.92034
2026-09-140.90929
2026-09-210.91512

High

0.98884

Low

0.87068

Average

0.92766

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/MUR API questions

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

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

How far back does EGP/MUR historical data go?

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