Skip to content

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

BYN/EGP over 6M: show the values
PointBYN/EGP
2026-03-2917.8569
2026-04-0518.4323
2026-04-1218.5893
2026-04-1918.2763
2026-04-2618.6019
2026-05-0318.9878
2026-05-1018.7087
2026-05-1719.0229
2026-05-2419.2958
2026-05-3119.0941
2026-06-0818.5506
2026-06-1518.3245
2026-06-2217.8786
2026-06-2916.9636
2026-07-0616.8634
2026-07-1317.4917
2026-07-2017.6476
2026-07-2717.7662
2026-08-0317.2907
2026-08-1016.7844
2026-08-1716.5043
2026-08-2416.8966
2026-08-3116.6355
2026-09-0716.5351
2026-09-1416.9633
2026-09-2117.2314

High

19.2958

Low

16.5043

Average

17.7852

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.