ج.م
EGP exchange rates on 2026-06-08
Egyptian Pound (EGP) · ISO 4217 818 · rates as they stood on 2026-06-08
1 EGP in 51 currencies as quoted on 2026-06-08. 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.07055 | Chart |
| AUD | Australian Dollar | 0.02715 | Chart |
| BDT | Taka | 2.3566 | Chart |
| BHD | Bahraini Dinar | 0.007261 | Chart |
| BRL | Brazilian Real | 0.09879 | Chart |
| BYN | Belarussian Ruble | 0.05391 | Chart |
| CAD | Canadian Dollar | 0.02677 | Chart |
| CHF | Swiss Franc | 0.01529 | Chart |
| CNY | Yuan Renminbi | 0.13026 | Chart |
| CZK | Czech Koruna | 0.40330 | Chart |
| DKK | Danish Krone | 0.12440 | Chart |
| EUR | Euro | 0.01664 | Chart |
| FJD | Fiji Dollar | 0.04266 | Chart |
| GBP | Pound Sterling | 0.01437 | Chart |
| HKD | Hong Kong Dollar | 0.15050 | Chart |
| HUF | Forint | 5.9177 | Chart |
| IDR | Rupiah | 348.6159 | Chart |
| ILS | New Israeli Sheqel | 0.05602 | Chart |
| INR | Indian Rupee | 1.8383 | Chart |
| ISK | Iceland Krona | 2.3901 | Chart |
| JPY | Yen | 3.0725 | Chart |
| KRW | Won | 29.3474 | Chart |
| LKR | Sri Lanka Rupee | 6.4705 | Chart |
| MAD | Moroccan Dirham | 0.17781 | Chart |
| MMK | Kyat | 40.3313 | Chart |
| MXN | Mexican Peso | 0.33445 | Chart |
| MYR | Malaysian Ringgit | 0.07824 | Chart |
| NOK | Norwegian Krone | 0.18169 | Chart |
| NZD | New Zealand Dollar | 0.03294 | Chart |
| OMR | Rial Omani | 0.007414 | Chart |
| PEN | Sol | 0.06663 | Chart |
| PGK | Kina | 0.08421 | Chart |
| PHP | Philippine Peso | 1.1849 | Chart |
| PKR | Pakistan Rupee | 5.4013 | Chart |
| PLN | Zloty | 0.07061 | Chart |
| RON | New Romanian Leu | 0.08727 | Chart |
| SBD | Solomon Islands Dollar | 0.15373 | Chart |
| SEK | Swedish Krona | 0.18102 | Chart |
| SGD | Singapore Dollar | 0.02472 | Chart |
| THB | Baht | 0.62932 | Chart |
| TOP | Pa’anga | 0.04483 | Chart |
| TRY | Turkish Lira | 0.88543 | Chart |
| TWD | New Taiwan Dollar | 0.60536 | Chart |
| TZS | Tanzanian Shilling | 50.2982 | Chart |
| USD | US Dollar | 0.01921 | Chart |
| VND | Dong | 507.7578 | Chart |
| VUV | Vatu | 2.2754 | Chart |
| WST | Tala | 0.05215 | Chart |
| XOF | CFA Franc BCEAO | 10.9261 | Chart |
| XPF | CFP Franc | 1.9854 | Chart |
| ZAR | Rand | 0.31622 | Chart |
51 rates, quoted 2026-06-08.
For developers
Get these rates via the API
One GET request returns every EGP rate on 2026-06-08 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-08"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=EGP&date=2026-06-08");
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-08").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.