BYN to EGP exchange rate API
Belarussian Ruble to Egyptian Pound · quoted 2026-09-25
17.0059
▲ +4.28% over YTD
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 year to date, BYN/EGP traded between 16.0727 and 19.5028, averaged 17.4231 and rose 4.28%. 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 YTD: show the values
| Point | BYN/EGP |
|---|---|
| 2025-12-31 | 16.3080 |
| 2026-01-07 | 16.0727 |
| 2026-01-14 | 16.2273 |
| 2026-01-21 | 16.4763 |
| 2026-01-28 | 16.5281 |
| 2026-02-04 | 16.3864 |
| 2026-02-11 | 16.2552 |
| 2026-02-18 | 16.4418 |
| 2026-02-25 | 16.7225 |
| 2026-03-04 | 17.2096 |
| 2026-03-11 | 17.6344 |
| 2026-03-18 | 17.2733 |
| 2026-03-25 | 17.7554 |
| 2026-04-01 | 18.1559 |
| 2026-04-08 | 18.4254 |
| 2026-04-15 | 18.2806 |
| 2026-04-22 | 18.3572 |
| 2026-04-29 | 18.7651 |
| 2026-05-06 | 18.8137 |
| 2026-05-13 | 18.9681 |
| 2026-05-20 | 19.5028 |
| 2026-05-27 | 19.0087 |
| 2026-06-03 | 18.6134 |
| 2026-06-11 | 18.8287 |
| 2026-06-18 | 18.0274 |
| 2026-06-25 | 17.5270 |
| 2026-07-02 | 16.8805 |
| 2026-07-09 | 17.3125 |
| 2026-07-16 | 17.5035 |
| 2026-07-23 | 17.7940 |
| 2026-07-30 | 17.5045 |
| 2026-08-06 | 16.8033 |
| 2026-08-13 | 16.7480 |
| 2026-08-20 | 16.7434 |
| 2026-08-27 | 16.6541 |
| 2026-09-03 | 16.4951 |
| 2026-09-10 | 16.8107 |
| 2026-09-17 | 17.1200 |
| 2026-09-24 | 16.9844 |
High
19.5028
Low
16.0727
Average
17.4231
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.