Skip to content
ج.م

EGP exchange rates on 2026-05-13

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

1 EGP in 51 currencies as quoted on 2026-05-13. 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.02607Chart
BDTTaka2.3196Chart
BHDBahraini Dinar0.007146Chart
BRLBrazilian Real0.09267Chart
BYNBelarussian Ruble0.05272Chart
CADCanadian Dollar0.02587Chart
CHFSwiss Franc0.01477Chart
CNYYuan Renminbi0.12833Chart
CZKCzech Koruna0.39275Chart
DKKDanish Krone0.12056Chart
EUREuro0.01613Chart
FJDFiji Dollar0.04150Chart
GBPPound Sterling0.01399Chart
HKDHong Kong Dollar0.14798Chart
HUFForint5.7863Chart
IDRRupiah330.6441Chart
ILSNew Israeli Sheqel0.05495Chart
INRIndian Rupee1.8080Chart
ISKIceland Krona2.3165Chart
JPYYen2.9816Chart
KRWWon28.1310Chart
LKRSri Lanka Rupee6.1392Chart
MADMoroccan Dirham0.17315Chart
MMKKyat39.6873Chart
MXNMexican Peso0.32549Chart
MYRMalaysian Ringgit0.07428Chart
NOKNorwegian Krone0.17328Chart
NZDNew Zealand Dollar0.03186Chart
OMRRial Omani0.007294Chart
PENSol0.06425Chart
PGKKina0.08248Chart
PHPPhilippine Peso1.1602Chart
PKRPakistan Rupee5.3170Chart
PLNZloty0.06858Chart
RONNew Romanian Leu0.08398Chart
SBDSolomon Islands Dollar0.15143Chart
SEKSwedish Krona0.17607Chart
SGDSingapore Dollar0.02404Chart
THBBaht0.61106Chart
TOPPa’anga0.04412Chart
TRYTurkish Lira0.85830Chart
TWDNew Taiwan Dollar0.59596Chart
TZSTanzanian Shilling48.9005Chart
USDUS Dollar0.01890Chart
VNDDong499.7367Chart
VUVVatu2.2246Chart
WSTTala0.05090Chart
XOFCFA Franc BCEAO10.5792Chart
XPFCFP Franc1.9262Chart
ZARRand0.31087Chart

51 rates, quoted 2026-05-13.

For developers

Get these rates via the API

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