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: show the values
| Point | EGP/MUR |
|---|---|
| 2025-12-31 | 0.96548 |
| 2026-01-07 | 0.97939 |
| 2026-01-14 | 0.98884 |
| 2026-01-21 | 0.97373 |
| 2026-01-28 | 0.96972 |
| 2026-02-04 | 0.97705 |
| 2026-02-11 | 0.97660 |
| 2026-02-18 | 0.97788 |
| 2026-02-25 | 0.96952 |
| 2026-03-04 | 0.93702 |
| 2026-03-11 | 0.88467 |
| 2026-03-18 | 0.89142 |
| 2026-03-25 | 0.88432 |
| 2026-04-01 | 0.87277 |
| 2026-04-08 | 0.87068 |
| 2026-04-15 | 0.88750 |
| 2026-04-22 | 0.89335 |
| 2026-04-29 | 0.88383 |
| 2026-05-06 | 0.88352 |
| 2026-05-14 | 0.88472 |
| 2026-05-21 | 0.89245 |
| 2026-05-29 | 0.90806 |
| 2026-06-05 | 0.91796 |
| 2026-06-14 | 0.91427 |
| 2026-06-21 | 0.95817 |
| 2026-06-28 | 0.95342 |
| 2026-07-05 | 0.95513 |
| 2026-07-12 | 0.94663 |
| 2026-07-19 | 0.93289 |
| 2026-07-26 | 0.92391 |
| 2026-08-02 | 0.92081 |
| 2026-08-09 | 0.94823 |
| 2026-08-16 | 0.93851 |
| 2026-08-24 | 0.92030 |
| 2026-08-31 | 0.92649 |
| 2026-09-07 | 0.92034 |
| 2026-09-14 | 0.90929 |
| 2026-09-21 | 0.91512 |
High
0.98884
Low
0.87068
Average
0.92766
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.