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: show the values
| Point | EGP/RWF |
|---|---|
| 2025-12-31 | 30.4859 |
| 2026-01-07 | 30.8246 |
| 2026-01-14 | 30.8802 |
| 2026-01-21 | 30.7297 |
| 2026-01-28 | 30.9517 |
| 2026-02-04 | 31.1206 |
| 2026-02-11 | 31.0997 |
| 2026-02-18 | 31.0597 |
| 2026-02-25 | 30.4842 |
| 2026-03-04 | 29.1878 |
| 2026-03-11 | 28.1343 |
| 2026-03-18 | 27.9155 |
| 2026-03-25 | 27.7758 |
| 2026-04-01 | 27.0687 |
| 2026-04-08 | 27.0230 |
| 2026-04-15 | 28.0923 |
| 2026-04-22 | 28.1884 |
| 2026-04-29 | 27.5878 |
| 2026-05-06 | 27.4578 |
| 2026-05-14 | 27.6335 |
| 2026-05-21 | 27.5492 |
| 2026-05-29 | 28.0355 |
| 2026-06-05 | 28.2614 |
| 2026-06-14 | 28.3491 |
| 2026-06-21 | 29.3191 |
| 2026-06-28 | 29.5858 |
| 2026-07-05 | 29.7920 |
| 2026-07-12 | 29.5119 |
| 2026-07-19 | 29.0859 |
| 2026-07-26 | 28.6317 |
| 2026-08-02 | 28.8006 |
| 2026-08-09 | 29.6282 |
| 2026-08-16 | 29.2859 |
| 2026-08-24 | 28.9907 |
| 2026-08-31 | 28.9883 |
| 2026-09-07 | 28.9135 |
| 2026-09-14 | 28.5387 |
| 2026-09-21 | 28.2227 |
High
31.1206
Low
27.0230
Average
29.0200
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.