BYN to EGP exchange rate API
Belarussian Ruble to Egyptian Pound · quoted 2026-09-25
17.0059
▼ +4.77% over 6M
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 6 months, BYN/EGP traded between 16.5043 and 19.2958, averaged 17.7852 and fell 4.77%. 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 6M: show the values
| Point | BYN/EGP |
|---|---|
| 2026-03-29 | 17.8569 |
| 2026-04-05 | 18.4323 |
| 2026-04-12 | 18.5893 |
| 2026-04-19 | 18.2763 |
| 2026-04-26 | 18.6019 |
| 2026-05-03 | 18.9878 |
| 2026-05-10 | 18.7087 |
| 2026-05-17 | 19.0229 |
| 2026-05-24 | 19.2958 |
| 2026-05-31 | 19.0941 |
| 2026-06-08 | 18.5506 |
| 2026-06-15 | 18.3245 |
| 2026-06-22 | 17.8786 |
| 2026-06-29 | 16.9636 |
| 2026-07-06 | 16.8634 |
| 2026-07-13 | 17.4917 |
| 2026-07-20 | 17.6476 |
| 2026-07-27 | 17.7662 |
| 2026-08-03 | 17.2907 |
| 2026-08-10 | 16.7844 |
| 2026-08-17 | 16.5043 |
| 2026-08-24 | 16.8966 |
| 2026-08-31 | 16.6355 |
| 2026-09-07 | 16.5351 |
| 2026-09-14 | 16.9633 |
| 2026-09-21 | 17.2314 |
High
19.2958
Low
16.5043
Average
17.7852
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.