Skip to content
ج.م

EGP exchange rates on 2026-06-08

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

1 EGP in 51 currencies as quoted on 2026-06-08. 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.07055Chart
AUDAustralian Dollar0.02715Chart
BDTTaka2.3566Chart
BHDBahraini Dinar0.007261Chart
BRLBrazilian Real0.09879Chart
BYNBelarussian Ruble0.05391Chart
CADCanadian Dollar0.02677Chart
CHFSwiss Franc0.01529Chart
CNYYuan Renminbi0.13026Chart
CZKCzech Koruna0.40330Chart
DKKDanish Krone0.12440Chart
EUREuro0.01664Chart
FJDFiji Dollar0.04266Chart
GBPPound Sterling0.01437Chart
HKDHong Kong Dollar0.15050Chart
HUFForint5.9177Chart
IDRRupiah348.6159Chart
ILSNew Israeli Sheqel0.05602Chart
INRIndian Rupee1.8383Chart
ISKIceland Krona2.3901Chart
JPYYen3.0725Chart
KRWWon29.3474Chart
LKRSri Lanka Rupee6.4705Chart
MADMoroccan Dirham0.17781Chart
MMKKyat40.3313Chart
MXNMexican Peso0.33445Chart
MYRMalaysian Ringgit0.07824Chart
NOKNorwegian Krone0.18169Chart
NZDNew Zealand Dollar0.03294Chart
OMRRial Omani0.007414Chart
PENSol0.06663Chart
PGKKina0.08421Chart
PHPPhilippine Peso1.1849Chart
PKRPakistan Rupee5.4013Chart
PLNZloty0.07061Chart
RONNew Romanian Leu0.08727Chart
SBDSolomon Islands Dollar0.15373Chart
SEKSwedish Krona0.18102Chart
SGDSingapore Dollar0.02472Chart
THBBaht0.62932Chart
TOPPa’anga0.04483Chart
TRYTurkish Lira0.88543Chart
TWDNew Taiwan Dollar0.60536Chart
TZSTanzanian Shilling50.2982Chart
USDUS Dollar0.01921Chart
VNDDong507.7578Chart
VUVVatu2.2754Chart
WSTTala0.05215Chart
XOFCFA Franc BCEAO10.9261Chart
XPFCFP Franc1.9854Chart
ZARRand0.31622Chart

51 rates, quoted 2026-06-08.

For developers

Get these rates via the API

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