Skip to content

BYN to EGP exchange rate API

Belarussian Ruble to Egyptian Pound · quoted 2026-09-25

17.0059

▲ +19.57% over 1Y

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 year, BYN/EGP traded between 13.8361 and 19.3713, averaged 16.6874 and rose 19.57%. 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 1Y

BYN/EGP over 1Y: show the values
PointBYN/EGP
2025-09-2514.2225
2025-10-0214.0982
2025-10-0913.9900
2025-10-1613.9757
2025-10-2313.9656
2025-10-3013.8701
2025-11-0613.9010
2025-11-1313.8361
2025-11-2013.8810
2025-11-2713.9552
2025-12-0416.3551
2025-12-1116.2853
2025-12-1816.1994
2025-12-2516.3088
2026-01-0116.2440
2026-01-0816.0422
2026-01-1516.2719
2026-01-2216.5361
2026-01-2916.5066
2026-02-0516.3997
2026-02-1216.3131
2026-02-1916.5257
2026-02-2616.6852
2026-03-0517.1464
2026-03-1217.6844
2026-03-1917.0494
2026-03-2617.6863
2026-04-0218.1694
2026-04-0918.2730
2026-04-1618.1961
2026-04-2318.5666
2026-04-3018.9565
2026-05-0718.6580
2026-05-1418.9256
2026-05-2119.3713
2026-05-2819.0453
2026-06-0418.3695
2026-06-1218.8363
2026-06-1917.9546
2026-06-2617.2484
2026-07-0316.9513
2026-07-1017.3474
2026-07-1717.4358
2026-07-2417.8388
2026-07-3117.5589
2026-08-0716.7235
2026-08-1416.6120
2026-08-2116.8305
2026-08-2816.6750
2026-09-0416.5330
2026-09-1116.9059
2026-09-1817.1896
2026-09-2517.0078

High

19.3713

Low

13.8361

Average

16.6874

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.