EGP to MRO exchange rate API
Egyptian Pound to Ouguiya · quoted 2026-09-25
7.7318
▼ +2.97% over 30D
1 EGP = 7.7318 MRO · 1 MRO = 0.12934 EGP · Get this rate via the API
1 EGP buys 7.7318 MRO as of 2026-09-25, so 1 MRO buys 0.12934 EGP. Over the last 30 days, EGP/MRO traded between 7.6743 and 8.0242, averaged 7.8288 and fell 2.97%. The API holds daily EGP/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/MRO over 30D: show the values
| Point | EGP/MRO |
|---|---|
| 2026-08-26 | 7.9684 |
| 2026-08-27 | 8.0036 |
| 2026-08-28 | 7.9837 |
| 2026-08-29 | 8.0058 |
| 2026-08-30 | 8.0242 |
| 2026-08-31 | 7.9111 |
| 2026-09-01 | 7.8535 |
| 2026-09-02 | 7.8574 |
| 2026-09-03 | 7.8470 |
| 2026-09-04 | 7.8461 |
| 2026-09-05 | 7.8986 |
| 2026-09-06 | 7.9031 |
| 2026-09-07 | 7.9023 |
| 2026-09-08 | 7.8782 |
| 2026-09-09 | 7.8696 |
| 2026-09-10 | 7.8020 |
| 2026-09-11 | 7.8008 |
| 2026-09-12 | 7.7857 |
| 2026-09-13 | 7.8377 |
| 2026-09-14 | 7.7564 |
| 2026-09-15 | 7.7203 |
| 2026-09-16 | 7.6857 |
| 2026-09-17 | 7.7050 |
| 2026-09-19 | 7.6743 |
| 2026-09-20 | 7.6804 |
| 2026-09-21 | 7.7034 |
| 2026-09-22 | 7.7565 |
| 2026-09-23 | 7.7883 |
| 2026-09-24 | 7.7800 |
| 2026-09-25 | 7.7319 |
High
8.0242
Low
7.6743
Average
7.8288
Get this rate via the API
One GET request returns the EGP/MRO 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=MRO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MRO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MRO").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/MRO API questions
How do I get the EGP/MRO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MRO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/MRO rate in rates.MRO.
How far back does EGP/MRO historical data go?
Daily EGP/MRO 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/MRO 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.