Skip to content

EGP to BGN exchange rate API

Egyptian Pound to Bulgarian Lev · quoted 2026-09-25

0.03323

▼ +3.94% over 1Y

1 EGP = 0.03323 BGN · 1 BGN = 30.0942 EGP · Get this rate via the API

1 EGP buys 0.03323 BGN as of 2026-09-25, so 1 BGN buys 30.0942 EGP. Over the last year, EGP/BGN traded between 0.03116 and 0.03586, averaged 0.03395 and fell 3.94%. The API holds daily EGP/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/BGN over 1Y

EGP/BGN over 1Y: show the values
PointEGP/BGN
2025-09-250.03459
2025-10-020.03482
2025-10-090.03542
2025-10-160.03527
2025-10-230.03546
2025-10-300.03583
2025-11-060.03581
2025-11-130.03567
2025-11-200.03583
2025-11-270.03542
2025-12-040.03526
2025-12-110.03512
2025-12-180.03508
2025-12-250.03493
2026-01-010.03492
2026-01-080.03544
2026-01-150.03554
2026-01-220.03542
2026-01-290.03489
2026-02-050.03532
2026-02-120.03586
2026-02-190.03506
2026-02-260.03453
2026-03-050.03354
2026-03-120.03248
2026-03-190.03258
2026-03-260.03211
2026-04-020.03138
2026-04-130.03147
2026-04-200.03212
2026-04-270.03172
2026-05-040.03116
2026-05-110.03162
2026-05-190.03159
2026-05-270.03218
2026-06-030.03240
2026-06-120.03251
2026-06-190.03428
2026-06-260.03474
2026-07-030.03480
2026-07-100.03442
2026-07-170.03385
2026-07-240.03348
2026-07-310.03324
2026-08-070.03411
2026-08-140.03374
2026-08-220.03293
2026-08-290.03371
2026-09-050.03307
2026-09-120.03282
2026-09-190.03261

High

0.03586

Low

0.03116

Average

0.03395

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/BGN API questions

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

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

How far back does EGP/BGN historical data go?

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