Skip to content

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

BYN/EGP over YTD: show the values
PointBYN/EGP
2025-12-3116.3080
2026-01-0716.0727
2026-01-1416.2273
2026-01-2116.4763
2026-01-2816.5281
2026-02-0416.3864
2026-02-1116.2552
2026-02-1816.4418
2026-02-2516.7225
2026-03-0417.2096
2026-03-1117.6344
2026-03-1817.2733
2026-03-2517.7554
2026-04-0118.1559
2026-04-0818.4254
2026-04-1518.2806
2026-04-2218.3572
2026-04-2918.7651
2026-05-0618.8137
2026-05-1318.9681
2026-05-2019.5028
2026-05-2719.0087
2026-06-0318.6134
2026-06-1118.8287
2026-06-1818.0274
2026-06-2517.5270
2026-07-0216.8805
2026-07-0917.3125
2026-07-1617.5035
2026-07-2317.7940
2026-07-3017.5045
2026-08-0616.8033
2026-08-1316.7480
2026-08-2016.7434
2026-08-2716.6541
2026-09-0316.4951
2026-09-1016.8107
2026-09-1717.1200
2026-09-2416.9844

High

19.5028

Low

16.0727

Average

17.4231

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=EGP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=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&currencies=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.