ج.م
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.
| Code | Currency | 1 EGP = | Pair |
|---|---|---|---|
| AED | UAE Dirham | 0.07255 | Chart |
| AUD | Australian Dollar | 0.02792 | Chart |
| BDT | Taka | 2.4151 | Chart |
| BHD | Bahraini Dinar | 0.007466 | Chart |
| BRL | Brazilian Real | 0.10280 | Chart |
| BYN | Belarussian Ruble | 0.06008 | Chart |
| CAD | Canadian Dollar | 0.02740 | Chart |
| CHF | Swiss Franc | 0.01600 | Chart |
| CNY | Yuan Renminbi | 0.13311 | Chart |
| CZK | Czech Koruna | 0.41131 | Chart |
| DKK | Danish Krone | 0.12726 | Chart |
| EUR | Euro | 0.01702 | Chart |
| FJD | Fiji Dollar | 0.04387 | Chart |
| GBP | Pound Sterling | 0.01457 | Chart |
| HKD | Hong Kong Dollar | 0.15490 | Chart |
| HUF | Forint | 6.2060 | Chart |
| IDR | Rupiah | 352.2603 | Chart |
| ILS | New Israeli Sheqel | 0.05901 | Chart |
| INR | Indian Rupee | 1.8916 | Chart |
| ISK | Iceland Krona | 2.4206 | Chart |
| JPY | Yen | 3.1426 | Chart |
| KRW | Won | 27.4876 | Chart |
| LKR | Sri Lanka Rupee | 6.5596 | Chart |
| MAD | Moroccan Dirham | 0.18341 | Chart |
| MMK | Kyat | 41.4835 | Chart |
| MXN | Mexican Peso | 0.33654 | Chart |
| MYR | Malaysian Ringgit | 0.08015 | Chart |
| NOK | Norwegian Krone | 0.18572 | Chart |
| NZD | New Zealand Dollar | 0.03360 | Chart |
| OMR | Rial Omani | 0.007624 | Chart |
| PEN | Sol | 0.06595 | Chart |
| PGK | Kina | 0.08777 | Chart |
| PHP | Philippine Peso | 1.2212 | Chart |
| PKR | Pakistan Rupee | 5.5540 | Chart |
| PLN | Zloty | 0.07361 | Chart |
| RON | New Romanian Leu | 0.08930 | Chart |
| SBD | Solomon Islands Dollar | 0.15870 | Chart |
| SEK | Swedish Krona | 0.18790 | Chart |
| SGD | Singapore Dollar | 0.02521 | Chart |
| THB | Baht | 0.65318 | Chart |
| TOP | Pa’anga | 0.04629 | Chart |
| TRY | Turkish Lira | 0.94691 | Chart |
| TWD | New Taiwan Dollar | 0.63121 | Chart |
| TZS | Tanzanian Shilling | 52.1071 | Chart |
| USD | US Dollar | 0.01975 | Chart |
| VND | Dong | 519.0170 | Chart |
| VUV | Vatu | 2.3418 | Chart |
| WST | Tala | 0.05368 | Chart |
| XOF | CFA Franc BCEAO | 11.1487 | Chart |
| XPF | CFP Franc | 2.0311 | Chart |
| ZAR | Rand | 0.32089 | Chart |
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.