Skip to content

BYN to EGP exchange rate API

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

17.0059

▲ +14.29% over 5Y

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 5 years, BYN/EGP traded between 13.8460 and 19.0041, averaged 15.9042 and rose 14.29%. 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 5Y

BYN/EGP over 5Y: show the values
PointBYN/EGP
2024-08-2414.8793
2024-10-0714.7758
2024-11-0615.0253
2024-12-0615.2798
2025-01-0515.5094
2025-02-0415.3951
2025-03-0615.4886
2025-04-0615.4410
2025-05-0615.2614
2025-06-0615.1631
2025-07-0615.0771
2025-08-0514.7482
2025-09-0414.3836
2025-10-0414.0612
2025-11-0313.8460
2025-12-0315.0271
2026-01-0216.2413
2026-02-0116.5391
2026-03-0317.0899
2026-04-0218.1694
2026-05-0219.0041
2026-06-0118.9570
2026-07-0216.8805
2026-08-0117.6258
2026-08-3116.6355

High

19.0041

Low

13.8460

Average

15.9042

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.