Skip to content
ج.م

EGP exchange rates on 2026-06-07

Egyptian Pound (EGP) · ISO 4217 818 · rates as they stood on 2026-06-07

1 EGP in 43 currencies as quoted on 2026-06-07. The same day is one request to the historical endpoint, returned as JSON.

All rates

One unit of EGP in every currency we quote.

CodeCurrency1 EGP =Pair
AEDUAE Dirham0.07044Chart
AUDAustralian Dollar0.02728Chart
BHDBahraini Dinar0.007247Chart
CADCanadian Dollar0.02674Chart
CHFSwiss Franc0.01528Chart
CNYYuan Renminbi0.13038Chart
CZKCzech Koruna0.40281Chart
DKKDanish Krone0.12447Chart
EUREuro0.01665Chart
FJDFiji Dollar0.04303Chart
GBPPound Sterling0.01439Chart
HKDHong Kong Dollar0.15021Chart
HUFForint5.9238Chart
IDRRupiah346.7784Chart
ILSNew Israeli Sheqel0.05656Chart
INRIndian Rupee1.8295Chart
JPYYen3.0726Chart
KRWWon30.0566Chart
LKRSri Lanka Rupee6.4559Chart
MADMoroccan Dirham0.17754Chart
MXNMexican Peso0.33548Chart
MYRMalaysian Ringgit0.07753Chart
NOKNorwegian Krone0.18060Chart
NZDNew Zealand Dollar0.03315Chart
OMRRial Omani0.007401Chart
PENSol0.06617Chart
PGKKina0.08378Chart
PHPPhilippine Peso1.1832Chart
PKRPakistan Rupee5.3947Chart
PLNZloty0.07067Chart
SBDSolomon Islands Dollar0.15424Chart
SEKSwedish Krona0.18167Chart
SGDSingapore Dollar0.02474Chart
THBBaht0.62941Chart
TOPPa’anga0.04504Chart
TRYTurkish Lira0.88363Chart
TZSTanzanian Shilling50.0548Chart
USDUS Dollar0.01917Chart
VUVVatu2.2680Chart
WSTTala0.05133Chart
XOFCFA Franc BCEAO10.9244Chart
XPFCFP Franc1.9766Chart
ZARRand0.31809Chart

43 rates, quoted 2026-06-07.

For developers

Get these rates via the API

One GET request returns every EGP rate on 2026-06-07 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/historical?api_key=YOUR_API_KEY&base=EGP&date=2026-06-07"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=EGP&date=2026-06-07");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=EGP&date=2026-06-07").json()

Replace YOUR_API_KEY with the key from your dashboard.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.