BYN to EGP exchange rate API
Belarussian Ruble to Egyptian Pound · quoted 2026-09-25
17.0059
▲ +14.29% over 5Y
1 BYN = 17.0059 EGP · 1 EGP = 0.05880 BYN · Get this rate via the API
1 BYN buys 17.0059 EGP as of 2026-09-25, so 1 EGP buys 0.05880 BYN. Over the last 5 years, BYN/EGP traded between 13.8460 and 19.0041, averaged 15.9042 and rose 14.29%. The API holds daily BYN/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BYN/EGP over 5Y: show the values
| Point | BYN/EGP |
|---|---|
| 2024-08-24 | 14.8793 |
| 2024-10-07 | 14.7758 |
| 2024-11-06 | 15.0253 |
| 2024-12-06 | 15.2798 |
| 2025-01-05 | 15.5094 |
| 2025-02-04 | 15.3951 |
| 2025-03-06 | 15.4886 |
| 2025-04-06 | 15.4410 |
| 2025-05-06 | 15.2614 |
| 2025-06-06 | 15.1631 |
| 2025-07-06 | 15.0771 |
| 2025-08-05 | 14.7482 |
| 2025-09-04 | 14.3836 |
| 2025-10-04 | 14.0612 |
| 2025-11-03 | 13.8460 |
| 2025-12-03 | 15.0271 |
| 2026-01-02 | 16.2413 |
| 2026-02-01 | 16.5391 |
| 2026-03-03 | 17.0899 |
| 2026-04-02 | 18.1694 |
| 2026-05-02 | 19.0041 |
| 2026-06-01 | 18.9570 |
| 2026-07-02 | 16.8805 |
| 2026-08-01 | 17.6258 |
| 2026-08-31 | 16.6355 |
High
19.0041
Low
13.8460
Average
15.9042
Get this rate via the API
One GET request returns the BYN/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=BYN¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
BYN/EGP API questions
How do I get the BYN/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/EGP rate in rates.EGP.
How far back does BYN/EGP historical data go?
Daily BYN/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 BYN/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.