EGP to EUR exchange rate API
Egyptian Pound to Euro · quoted 2026-09-25
0.01695
▼ +4.17% over 1Y
1 EGP = 0.01695 EUR · 1 EUR = 58.9971 EGP · Get this rate via the API
1 EGP buys 0.01695 EUR as of 2026-09-25, so 1 EUR buys 58.9971 EGP. Over the last year, EGP/EUR traded between 0.01600 and 0.01832, averaged 0.01733 and fell 4.17%. The API holds daily EGP/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/EUR over 1Y: show the values
| Point | EGP/EUR |
|---|---|
| 2025-09-25 | 0.01769 |
| 2025-10-02 | 0.01780 |
| 2025-10-09 | 0.01811 |
| 2025-10-16 | 0.01803 |
| 2025-10-23 | 0.01813 |
| 2025-10-30 | 0.01832 |
| 2025-11-06 | 0.01831 |
| 2025-11-13 | 0.01824 |
| 2025-11-20 | 0.01832 |
| 2025-11-27 | 0.01811 |
| 2025-12-04 | 0.01803 |
| 2025-12-11 | 0.01795 |
| 2025-12-18 | 0.01793 |
| 2025-12-25 | 0.01786 |
| 2026-01-01 | 0.01786 |
| 2026-01-08 | 0.01812 |
| 2026-01-15 | 0.01819 |
| 2026-01-22 | 0.01808 |
| 2026-01-29 | 0.01784 |
| 2026-02-05 | 0.01806 |
| 2026-02-12 | 0.01799 |
| 2026-02-19 | 0.01799 |
| 2026-02-26 | 0.01766 |
| 2026-03-05 | 0.01716 |
| 2026-03-12 | 0.01659 |
| 2026-03-19 | 0.01666 |
| 2026-03-26 | 0.01645 |
| 2026-04-02 | 0.01608 |
| 2026-04-09 | 0.01610 |
| 2026-04-16 | 0.01636 |
| 2026-04-23 | 0.01632 |
| 2026-04-30 | 0.01600 |
| 2026-05-07 | 0.01612 |
| 2026-05-14 | 0.01615 |
| 2026-05-21 | 0.01624 |
| 2026-05-28 | 0.01648 |
| 2026-06-04 | 0.01656 |
| 2026-06-11 | 0.01669 |
| 2026-06-18 | 0.01748 |
| 2026-06-25 | 0.01779 |
| 2026-07-02 | 0.01787 |
| 2026-07-09 | 0.01762 |
| 2026-07-16 | 0.01727 |
| 2026-07-23 | 0.01711 |
| 2026-07-30 | 0.01710 |
| 2026-08-06 | 0.01741 |
| 2026-08-13 | 0.01726 |
| 2026-08-20 | 0.01686 |
| 2026-08-27 | 0.01709 |
| 2026-09-03 | 0.01690 |
| 2026-09-10 | 0.01679 |
| 2026-09-17 | 0.01670 |
| 2026-09-24 | 0.01704 |
High
0.01832
Low
0.01600
Average
0.01733
Get this rate via the API
One GET request returns the EGP/EUR 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=EUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=EUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=EUR").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/EUR API questions
How do I get the EGP/EUR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/EUR rate in rates.EUR.
How far back does EGP/EUR historical data go?
Daily EGP/EUR 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/EUR 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.