Skip to content

EGP to EUR exchange rate API

Egyptian Pound to Euro · quoted 2026-09-25

0.01693

▼ +4.25% over 1Y

1 EGP = 0.01693 EUR · 1 EUR = 59.0493 EGP · Get this rate via the API

1 EGP buys 0.01693 EUR as of 2026-09-25, so 1 EUR buys 59.0493 EGP. Over the last year, EGP/EUR traded between 0.01600 and 0.01832, averaged 0.01733 and fell 4.25%. 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

EGP/EUR over 1Y: show the values
PointEGP/EUR
2025-09-250.01769
2025-10-020.01780
2025-10-090.01811
2025-10-160.01803
2025-10-230.01813
2025-10-300.01832
2025-11-060.01831
2025-11-130.01824
2025-11-200.01832
2025-11-270.01811
2025-12-040.01803
2025-12-110.01795
2025-12-180.01793
2025-12-250.01786
2026-01-010.01786
2026-01-080.01812
2026-01-150.01819
2026-01-220.01808
2026-01-290.01784
2026-02-050.01806
2026-02-120.01799
2026-02-190.01799
2026-02-260.01766
2026-03-050.01716
2026-03-120.01659
2026-03-190.01666
2026-03-260.01645
2026-04-020.01608
2026-04-090.01610
2026-04-160.01636
2026-04-230.01632
2026-04-300.01600
2026-05-070.01612
2026-05-140.01615
2026-05-210.01624
2026-05-280.01648
2026-06-040.01656
2026-06-110.01669
2026-06-180.01748
2026-06-250.01779
2026-07-020.01787
2026-07-090.01762
2026-07-160.01727
2026-07-230.01711
2026-07-300.01710
2026-08-060.01741
2026-08-130.01726
2026-08-200.01686
2026-08-270.01709
2026-09-030.01690
2026-09-100.01679
2026-09-170.01670
2026-09-240.01704

High

0.01832

Low

0.01600

Average

0.01733

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=EUR");
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=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&currencies=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.