Skip to content
ج.م

EGP exchange rates on 2026-08-19

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

1 EGP in 51 currencies as quoted on 2026-08-19. 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.07255Chart
AUDAustralian Dollar0.02792Chart
BDTTaka2.4151Chart
BHDBahraini Dinar0.007466Chart
BRLBrazilian Real0.10280Chart
BYNBelarussian Ruble0.06008Chart
CADCanadian Dollar0.02740Chart
CHFSwiss Franc0.01600Chart
CNYYuan Renminbi0.13311Chart
CZKCzech Koruna0.41131Chart
DKKDanish Krone0.12726Chart
EUREuro0.01702Chart
FJDFiji Dollar0.04387Chart
GBPPound Sterling0.01457Chart
HKDHong Kong Dollar0.15490Chart
HUFForint6.2060Chart
IDRRupiah352.2603Chart
ILSNew Israeli Sheqel0.05901Chart
INRIndian Rupee1.8916Chart
ISKIceland Krona2.4206Chart
JPYYen3.1426Chart
KRWWon27.4876Chart
LKRSri Lanka Rupee6.5596Chart
MADMoroccan Dirham0.18341Chart
MMKKyat41.4835Chart
MXNMexican Peso0.33654Chart
MYRMalaysian Ringgit0.08015Chart
NOKNorwegian Krone0.18572Chart
NZDNew Zealand Dollar0.03360Chart
OMRRial Omani0.007624Chart
PENSol0.06595Chart
PGKKina0.08777Chart
PHPPhilippine Peso1.2212Chart
PKRPakistan Rupee5.5540Chart
PLNZloty0.07361Chart
RONNew Romanian Leu0.08930Chart
SBDSolomon Islands Dollar0.15870Chart
SEKSwedish Krona0.18790Chart
SGDSingapore Dollar0.02521Chart
THBBaht0.65318Chart
TOPPa’anga0.04629Chart
TRYTurkish Lira0.94691Chart
TWDNew Taiwan Dollar0.63121Chart
TZSTanzanian Shilling52.1071Chart
USDUS Dollar0.01975Chart
VNDDong519.0170Chart
VUVVatu2.3418Chart
WSTTala0.05368Chart
XOFCFA Franc BCEAO11.1487Chart
XPFCFP Franc2.0311Chart
ZARRand0.32089Chart

51 rates, quoted 2026-08-19.

For developers

Get these rates via the API

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