ج.م
EGP exchange rates on 2026-06-07
Egyptian Pound (EGP) · ISO 4217 818 · rates as they stood on 2026-06-07
1 EGP in 43 currencies as quoted on 2026-06-07. 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.07044 | Chart |
| AUD | Australian Dollar | 0.02728 | Chart |
| BHD | Bahraini Dinar | 0.007247 | Chart |
| CAD | Canadian Dollar | 0.02674 | Chart |
| CHF | Swiss Franc | 0.01528 | Chart |
| CNY | Yuan Renminbi | 0.13038 | Chart |
| CZK | Czech Koruna | 0.40281 | Chart |
| DKK | Danish Krone | 0.12447 | Chart |
| EUR | Euro | 0.01665 | Chart |
| FJD | Fiji Dollar | 0.04303 | Chart |
| GBP | Pound Sterling | 0.01439 | Chart |
| HKD | Hong Kong Dollar | 0.15021 | Chart |
| HUF | Forint | 5.9238 | Chart |
| IDR | Rupiah | 346.7784 | Chart |
| ILS | New Israeli Sheqel | 0.05656 | Chart |
| INR | Indian Rupee | 1.8295 | Chart |
| JPY | Yen | 3.0726 | Chart |
| KRW | Won | 30.0566 | Chart |
| LKR | Sri Lanka Rupee | 6.4559 | Chart |
| MAD | Moroccan Dirham | 0.17754 | Chart |
| MXN | Mexican Peso | 0.33548 | Chart |
| MYR | Malaysian Ringgit | 0.07753 | Chart |
| NOK | Norwegian Krone | 0.18060 | Chart |
| NZD | New Zealand Dollar | 0.03315 | Chart |
| OMR | Rial Omani | 0.007401 | Chart |
| PEN | Sol | 0.06617 | Chart |
| PGK | Kina | 0.08378 | Chart |
| PHP | Philippine Peso | 1.1832 | Chart |
| PKR | Pakistan Rupee | 5.3947 | Chart |
| PLN | Zloty | 0.07067 | Chart |
| SBD | Solomon Islands Dollar | 0.15424 | Chart |
| SEK | Swedish Krona | 0.18167 | Chart |
| SGD | Singapore Dollar | 0.02474 | Chart |
| THB | Baht | 0.62941 | Chart |
| TOP | Pa’anga | 0.04504 | Chart |
| TRY | Turkish Lira | 0.88363 | Chart |
| TZS | Tanzanian Shilling | 50.0548 | Chart |
| USD | US Dollar | 0.01917 | Chart |
| VUV | Vatu | 2.2680 | Chart |
| WST | Tala | 0.05133 | Chart |
| XOF | CFA Franc BCEAO | 10.9244 | Chart |
| XPF | CFP Franc | 1.9766 | Chart |
| ZAR | Rand | 0.31809 | Chart |
43 rates, quoted 2026-06-07.
For developers
Get these rates via the API
One GET request returns every EGP rate on 2026-06-07 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-07"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=EGP&date=2026-06-07");
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-07").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.