Skip to content
ج.م

EGP exchange rates on 2026-05-22

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

1 EGP in 51 currencies as quoted on 2026-05-22. 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.06941Chart
AUDAustralian Dollar0.02654Chart
BDTTaka2.3222Chart
BHDBahraini Dinar0.007144Chart
BRLBrazilian Real0.09479Chart
BYNBelarussian Ruble0.05204Chart
CADCanadian Dollar0.02608Chart
CHFSwiss Franc0.01486Chart
CNYYuan Renminbi0.12841Chart
CZKCzech Koruna0.39584Chart
DKKDanish Krone0.12179Chart
EUREuro0.01630Chart
FJDFiji Dollar0.04161Chart
GBPPound Sterling0.01408Chart
HKDHong Kong Dollar0.14808Chart
HUFForint5.8520Chart
IDRRupiah334.3631Chart
ILSNew Israeli Sheqel0.05471Chart
INRIndian Rupee1.8083Chart
ISKIceland Krona2.3403Chart
JPYYen3.0073Chart
KRWWon28.6766Chart
LKRSri Lanka Rupee6.3041Chart
MADMoroccan Dirham0.17449Chart
MMKKyat39.6873Chart
MXNMexican Peso0.32765Chart
MYRMalaysian Ringgit0.07498Chart
NOKNorwegian Krone0.17486Chart
NZDNew Zealand Dollar0.03230Chart
OMRRial Omani0.007294Chart
PENSol0.06425Chart
PGKKina0.08213Chart
PHPPhilippine Peso1.1644Chart
PKRPakistan Rupee5.3155Chart
PLNZloty0.06913Chart
RONNew Romanian Leu0.08554Chart
SBDSolomon Islands Dollar0.15109Chart
SEKSwedish Krona0.17714Chart
SGDSingapore Dollar0.02419Chart
THBBaht0.61726Chart
TOPPa’anga0.04413Chart
TRYTurkish Lira0.86386Chart
TWDNew Taiwan Dollar0.59479Chart
TZSTanzanian Shilling49.3436Chart
USDUS Dollar0.01890Chart
VNDDong499.8802Chart
VUVVatu2.2376Chart
WSTTala0.05099Chart
XOFCFA Franc BCEAO10.6789Chart
XPFCFP Franc1.9397Chart
ZARRand0.31135Chart

51 rates, quoted 2026-05-22.

For developers

Get these rates via the API

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