Skip to content

EGP to RON exchange rate API

Egyptian Pound to New Romanian Leu · quoted 2026-09-25

0.08965

▼ +0.16% over 1Y

1 EGP = 0.08965 RON · 1 RON = 11.1541 EGP · Get this rate via the API

1 EGP buys 0.08965 RON as of 2026-09-25, so 1 RON buys 11.1541 EGP. Over the last year, EGP/RON traded between 0.08197 and 0.09324, averaged 0.08931 and fell 0.16%. The API holds daily EGP/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/RON over 1Y

EGP/RON over 1Y: show the values
PointEGP/RON
2025-09-250.08979
2025-10-020.09048
2025-10-090.09226
2025-10-160.09176
2025-10-230.09215
2025-10-300.09318
2025-11-060.09310
2025-11-130.09271
2025-11-200.09324
2025-11-270.09219
2025-12-040.09181
2025-12-110.09139
2025-12-180.09130
2025-12-250.09091
2026-01-010.09101
2026-01-080.09220
2026-01-150.09259
2026-01-220.09209
2026-01-290.09093
2026-02-050.09198
2026-02-120.09160
2026-02-190.09170
2026-02-260.09000
2026-03-050.08740
2026-03-120.08449
2026-03-190.08492
2026-03-260.08385
2026-04-020.08197
2026-04-090.08198
2026-04-160.08335
2026-04-230.08310
2026-04-300.08293
2026-05-070.08485
2026-05-140.08409
2026-05-210.08514
2026-05-280.08651
2026-06-040.08709
2026-06-120.08708
2026-06-190.09153
2026-06-260.09285
2026-07-030.09311
2026-07-100.09229
2026-07-170.09073
2026-07-240.08962
2026-07-310.08935
2026-08-070.09152
2026-08-140.09021
2026-08-210.08831
2026-08-280.08987
2026-09-040.08871
2026-09-110.08827
2026-09-180.08813
2026-09-250.08964

High

0.09324

Low

0.08197

Average

0.08931

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/RON API questions

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

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

How far back does EGP/RON historical data go?

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