Skip to content

EGP to BYN exchange rate API

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

0.05880

▼ +4.10% over YTD

1 EGP = 0.05880 BYN · 1 BYN = 17.0059 EGP · Get this rate via the API

1 EGP buys 0.05880 BYN as of 2026-09-25, so 1 BYN buys 17.0059 EGP. Over the year to date, EGP/BYN traded between 0.05127 and 0.06222, averaged 0.05755 and fell 4.10%. The API holds daily EGP/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/BYN over YTD

EGP/BYN over YTD: show the values
PointEGP/BYN
2025-12-310.06132
2026-01-070.06222
2026-01-140.06162
2026-01-210.06069
2026-01-280.06050
2026-02-040.06103
2026-02-110.06152
2026-02-180.06082
2026-02-250.05980
2026-03-040.05811
2026-03-110.05671
2026-03-180.05789
2026-03-250.05632
2026-04-010.05508
2026-04-080.05427
2026-04-150.05470
2026-04-220.05447
2026-04-290.05329
2026-05-060.05315
2026-05-130.05272
2026-05-200.05127
2026-05-270.05261
2026-06-030.05372
2026-06-110.05311
2026-06-180.05547
2026-06-250.05705
2026-07-020.05924
2026-07-090.05776
2026-07-160.05713
2026-07-230.05620
2026-07-300.05713
2026-08-060.05951
2026-08-130.05971
2026-08-200.05972
2026-08-270.06005
2026-09-030.06062
2026-09-100.05949
2026-09-170.05841
2026-09-240.05888

High

0.06222

Low

0.05127

Average

0.05755

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=BYN").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/BYN API questions

How do I get the EGP/BYN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=BYN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/BYN rate in rates.BYN.

How far back does EGP/BYN historical data go?

Daily EGP/BYN 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 EGP/BYN 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.