BYN to EGP exchange rate API
Belarussian Ruble to Egyptian Pound · quoted 2026-09-25
17.0059
▲ +19.57% over 1Y
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 year, BYN/EGP traded between 13.8361 and 19.3713, averaged 16.6874 and rose 19.57%. 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 1Y: show the values
| Point | BYN/EGP |
|---|---|
| 2025-09-25 | 14.2225 |
| 2025-10-02 | 14.0982 |
| 2025-10-09 | 13.9900 |
| 2025-10-16 | 13.9757 |
| 2025-10-23 | 13.9656 |
| 2025-10-30 | 13.8701 |
| 2025-11-06 | 13.9010 |
| 2025-11-13 | 13.8361 |
| 2025-11-20 | 13.8810 |
| 2025-11-27 | 13.9552 |
| 2025-12-04 | 16.3551 |
| 2025-12-11 | 16.2853 |
| 2025-12-18 | 16.1994 |
| 2025-12-25 | 16.3088 |
| 2026-01-01 | 16.2440 |
| 2026-01-08 | 16.0422 |
| 2026-01-15 | 16.2719 |
| 2026-01-22 | 16.5361 |
| 2026-01-29 | 16.5066 |
| 2026-02-05 | 16.3997 |
| 2026-02-12 | 16.3131 |
| 2026-02-19 | 16.5257 |
| 2026-02-26 | 16.6852 |
| 2026-03-05 | 17.1464 |
| 2026-03-12 | 17.6844 |
| 2026-03-19 | 17.0494 |
| 2026-03-26 | 17.6863 |
| 2026-04-02 | 18.1694 |
| 2026-04-09 | 18.2730 |
| 2026-04-16 | 18.1961 |
| 2026-04-23 | 18.5666 |
| 2026-04-30 | 18.9565 |
| 2026-05-07 | 18.6580 |
| 2026-05-14 | 18.9256 |
| 2026-05-21 | 19.3713 |
| 2026-05-28 | 19.0453 |
| 2026-06-04 | 18.3695 |
| 2026-06-12 | 18.8363 |
| 2026-06-19 | 17.9546 |
| 2026-06-26 | 17.2484 |
| 2026-07-03 | 16.9513 |
| 2026-07-10 | 17.3474 |
| 2026-07-17 | 17.4358 |
| 2026-07-24 | 17.8388 |
| 2026-07-31 | 17.5589 |
| 2026-08-07 | 16.7235 |
| 2026-08-14 | 16.6120 |
| 2026-08-21 | 16.8305 |
| 2026-08-28 | 16.6750 |
| 2026-09-04 | 16.5330 |
| 2026-09-11 | 16.9059 |
| 2026-09-18 | 17.1896 |
| 2026-09-25 | 17.0078 |
High
19.3713
Low
13.8361
Average
16.6874
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.