Skip to content

MRO to EGP exchange rate API

Ouguiya to Egyptian Pound · quoted 2026-09-25

0.12933

▲ +7.35% over 1Y

1 MRO = 0.12933 EGP · 1 EGP = 7.7323 MRO · Get this rate via the API

1 MRO buys 0.12933 EGP as of 2026-09-25, so 1 EGP buys 7.7323 MRO. Over the last year, MRO/EGP traded between 0.11678 and 0.13636, averaged 0.12351 and rose 7.35%. The API holds daily MRO/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MRO/EGP over 1Y

MRO/EGP over 1Y: show the values
PointMRO/EGP
2025-09-250.12047
2025-10-020.11977
2025-10-090.11924
2025-10-160.11914
2025-10-230.11893
2025-10-300.11781
2025-11-060.11884
2025-11-130.11858
2025-11-200.11915
2025-11-270.11989
2025-12-040.11924
2025-12-120.11944
2025-12-190.11890
2025-12-260.12004
2026-01-020.11969
2026-01-090.11906
2026-01-160.11853
2026-01-230.11804
2026-01-300.11733
2026-02-060.11809
2026-02-140.11678
2026-02-210.11872
2026-02-280.11885
2026-03-070.12548
2026-03-140.13030
2026-03-210.13020
2026-03-290.13279
2026-04-050.13636
2026-05-170.13209
2026-05-260.13069
2026-06-020.12988
2026-06-110.12958
2026-06-180.12471
2026-06-250.12420
2026-07-030.12267
2026-07-100.12444
2026-07-170.12639
2026-07-240.12780
2026-07-310.12746
2026-08-070.12388
2026-08-140.12519
2026-08-220.12677
2026-08-290.12491
2026-09-050.12660
2026-09-120.12844
2026-09-200.13020

High

0.13636

Low

0.11678

Average

0.12351

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MRO&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

MRO/EGP API questions

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

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

How far back does MRO/EGP historical data go?

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