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: show the values
| Point | EGP/BGN |
|---|---|
| 2025-09-25 | 0.03459 |
| 2025-10-02 | 0.03482 |
| 2025-10-09 | 0.03542 |
| 2025-10-16 | 0.03527 |
| 2025-10-23 | 0.03546 |
| 2025-10-30 | 0.03583 |
| 2025-11-06 | 0.03581 |
| 2025-11-13 | 0.03567 |
| 2025-11-20 | 0.03583 |
| 2025-11-27 | 0.03542 |
| 2025-12-04 | 0.03526 |
| 2025-12-11 | 0.03512 |
| 2025-12-18 | 0.03508 |
| 2025-12-25 | 0.03493 |
| 2026-01-01 | 0.03492 |
| 2026-01-08 | 0.03544 |
| 2026-01-15 | 0.03554 |
| 2026-01-22 | 0.03542 |
| 2026-01-29 | 0.03489 |
| 2026-02-05 | 0.03532 |
| 2026-02-12 | 0.03586 |
| 2026-02-19 | 0.03506 |
| 2026-02-26 | 0.03453 |
| 2026-03-05 | 0.03354 |
| 2026-03-12 | 0.03248 |
| 2026-03-19 | 0.03258 |
| 2026-03-26 | 0.03211 |
| 2026-04-02 | 0.03138 |
| 2026-04-13 | 0.03147 |
| 2026-04-20 | 0.03212 |
| 2026-04-27 | 0.03172 |
| 2026-05-04 | 0.03116 |
| 2026-05-11 | 0.03162 |
| 2026-05-19 | 0.03159 |
| 2026-05-27 | 0.03218 |
| 2026-06-03 | 0.03240 |
| 2026-06-12 | 0.03251 |
| 2026-06-19 | 0.03428 |
| 2026-06-26 | 0.03474 |
| 2026-07-03 | 0.03480 |
| 2026-07-10 | 0.03442 |
| 2026-07-17 | 0.03385 |
| 2026-07-24 | 0.03348 |
| 2026-07-31 | 0.03324 |
| 2026-08-07 | 0.03411 |
| 2026-08-14 | 0.03374 |
| 2026-08-22 | 0.03293 |
| 2026-08-29 | 0.03371 |
| 2026-09-05 | 0.03307 |
| 2026-09-12 | 0.03282 |
| 2026-09-19 | 0.03261 |
High
0.03586
Low
0.03116
Average
0.03395
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=BGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=BGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.