Skip to content

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

BYN/EGP over 30D: show the values
PointBYN/EGP
2026-08-2616.6753
2026-08-2716.6541
2026-08-2816.6750
2026-08-2916.6017
2026-08-3016.4975
2026-08-3116.6355
2026-09-0116.5183
2026-09-0216.4752
2026-09-0316.4951
2026-09-0416.5330
2026-09-0516.5239
2026-09-0616.5404
2026-09-0716.5351
2026-09-0816.5690
2026-09-0916.6646
2026-09-1016.8107
2026-09-1116.9059
2026-09-1216.9153
2026-09-1316.9152
2026-09-1416.9633
2026-09-1517.0529
2026-09-1617.1493
2026-09-1717.1200
2026-09-1817.1896
2026-09-1917.2537
2026-09-2017.2885
2026-09-2117.2314
2026-09-2217.1016
2026-09-2316.9601
2026-09-2416.9844
2026-09-2517.0078

High

17.2885

Low

16.4752

Average

16.8265

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.