Skip to content

EGP to RWF exchange rate API

Egyptian Pound to Rwanda Franc · quoted 2026-09-24

28.5882

▼ +6.22% over YTD

1 EGP = 28.5882 RWF · 1 RWF = 0.03498 EGP · Get this rate via the API

1 EGP buys 28.5882 RWF as of 2026-09-24, so 1 RWF buys 0.03498 EGP. Over the year to date, EGP/RWF traded between 27.0230 and 31.1206, averaged 29.0200 and fell 6.22%. The API holds daily EGP/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/RWF over YTD

EGP/RWF over YTD: show the values
PointEGP/RWF
2025-12-3130.4859
2026-01-0730.8246
2026-01-1430.8802
2026-01-2130.7297
2026-01-2830.9517
2026-02-0431.1206
2026-02-1131.0997
2026-02-1831.0597
2026-02-2530.4842
2026-03-0429.1878
2026-03-1128.1343
2026-03-1827.9155
2026-03-2527.7758
2026-04-0127.0687
2026-04-0827.0230
2026-04-1528.0923
2026-04-2228.1884
2026-04-2927.5878
2026-05-0627.4578
2026-05-1427.6335
2026-05-2127.5492
2026-05-2928.0355
2026-06-0528.2614
2026-06-1428.3491
2026-06-2129.3191
2026-06-2829.5858
2026-07-0529.7920
2026-07-1229.5119
2026-07-1929.0859
2026-07-2628.6317
2026-08-0228.8006
2026-08-0929.6282
2026-08-1629.2859
2026-08-2428.9907
2026-08-3128.9883
2026-09-0728.9135
2026-09-1428.5387
2026-09-2128.2227

High

31.1206

Low

27.0230

Average

29.0200

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/RWF API questions

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

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

How far back does EGP/RWF historical data go?

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