BYN to EGP exchange rate API
Belarussian Ruble to Egyptian Pound · quoted 2026-09-25
17.0059
▲ +1.98% over 30D
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 30 days, BYN/EGP traded between 16.4752 and 17.2885, averaged 16.8265 and rose 1.98%. 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 30D: show the values
| Point | BYN/EGP |
|---|---|
| 2026-08-26 | 16.6753 |
| 2026-08-27 | 16.6541 |
| 2026-08-28 | 16.6750 |
| 2026-08-29 | 16.6017 |
| 2026-08-30 | 16.4975 |
| 2026-08-31 | 16.6355 |
| 2026-09-01 | 16.5183 |
| 2026-09-02 | 16.4752 |
| 2026-09-03 | 16.4951 |
| 2026-09-04 | 16.5330 |
| 2026-09-05 | 16.5239 |
| 2026-09-06 | 16.5404 |
| 2026-09-07 | 16.5351 |
| 2026-09-08 | 16.5690 |
| 2026-09-09 | 16.6646 |
| 2026-09-10 | 16.8107 |
| 2026-09-11 | 16.9059 |
| 2026-09-12 | 16.9153 |
| 2026-09-13 | 16.9152 |
| 2026-09-14 | 16.9633 |
| 2026-09-15 | 17.0529 |
| 2026-09-16 | 17.1493 |
| 2026-09-17 | 17.1200 |
| 2026-09-18 | 17.1896 |
| 2026-09-19 | 17.2537 |
| 2026-09-20 | 17.2885 |
| 2026-09-21 | 17.2314 |
| 2026-09-22 | 17.1016 |
| 2026-09-23 | 16.9601 |
| 2026-09-24 | 16.9844 |
| 2026-09-25 | 17.0078 |
High
17.2885
Low
16.4752
Average
16.8265
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.