RUB to EGP exchange rate API
Russian Ruble to Egyptian Pound · quoted 2026-09-26
0.61401
▲ +7.11% over 1Y
1 RUB = 0.61401 EGP · 1 EGP = 1.6286 RUB · Get this rate via the API
1 RUB buys 0.61401 EGP as of 2026-09-26, so 1 EGP buys 1.6286 RUB. Over the last year, RUB/EGP traded between 0.57328 and 0.73432, averaged 0.63118 and rose 7.11%. The API holds daily RUB/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/EGP over 1Y: show the values
| Point | RUB/EGP |
|---|---|
| 2025-09-26 | 0.57328 |
| 2025-10-03 | 0.58182 |
| 2025-10-10 | 0.58582 |
| 2025-10-17 | 0.59227 |
| 2025-10-24 | 0.58558 |
| 2025-10-31 | 0.59105 |
| 2025-11-07 | 0.58254 |
| 2025-11-14 | 0.58485 |
| 2025-11-21 | 0.59251 |
| 2025-11-28 | 0.61118 |
| 2025-12-05 | 0.61689 |
| 2025-12-13 | 0.59374 |
| 2025-12-20 | 0.59116 |
| 2025-12-27 | 0.60411 |
| 2026-01-03 | 0.59398 |
| 2026-01-10 | 0.59789 |
| 2026-01-17 | 0.60539 |
| 2026-01-24 | 0.62179 |
| 2026-01-31 | 0.61749 |
| 2026-02-07 | 0.60854 |
| 2026-02-14 | 0.61115 |
| 2026-02-21 | 0.61992 |
| 2026-02-28 | 0.61613 |
| 2026-03-07 | 0.63463 |
| 2026-03-14 | 0.65301 |
| 2026-03-21 | 0.63070 |
| 2026-03-28 | 0.64655 |
| 2026-04-04 | 0.67643 |
| 2026-04-11 | 0.68879 |
| 2026-04-18 | 0.68061 |
| 2026-04-25 | 0.69923 |
| 2026-05-02 | 0.71546 |
| 2026-05-09 | 0.71046 |
| 2026-05-17 | 0.72613 |
| 2026-05-25 | 0.73432 |
| 2026-06-01 | 0.73215 |
| 2026-06-10 | 0.71935 |
| 2026-06-17 | 0.68958 |
| 2026-06-24 | 0.66619 |
| 2026-07-01 | 0.62428 |
| 2026-07-08 | 0.64448 |
| 2026-07-15 | 0.65331 |
| 2026-07-22 | 0.65395 |
| 2026-07-29 | 0.64278 |
| 2026-08-05 | 0.62001 |
| 2026-08-12 | 0.60904 |
| 2026-08-20 | 0.60454 |
| 2026-08-27 | 0.58891 |
| 2026-09-03 | 0.58347 |
| 2026-09-10 | 0.60340 |
| 2026-09-17 | 0.61905 |
| 2026-09-24 | 0.60865 |
High
0.73432
Low
0.57328
Average
0.63118
Get this rate via the API
One GET request returns the RUB/EGP 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=RUB¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/EGP API questions
How do I get the RUB/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/EGP rate in rates.EGP.
How far back does RUB/EGP historical data go?
Daily RUB/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 RUB/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.