ج.م
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.
| Code | Currency | 1 EGP = | Pair |
|---|---|---|---|
| AED | UAE Dirham | 0.06941 | Chart |
| AUD | Australian Dollar | 0.02607 | Chart |
| BDT | Taka | 2.3196 | Chart |
| BHD | Bahraini Dinar | 0.007146 | Chart |
| BRL | Brazilian Real | 0.09267 | Chart |
| BYN | Belarussian Ruble | 0.05272 | Chart |
| CAD | Canadian Dollar | 0.02587 | Chart |
| CHF | Swiss Franc | 0.01477 | Chart |
| CNY | Yuan Renminbi | 0.12833 | Chart |
| CZK | Czech Koruna | 0.39275 | Chart |
| DKK | Danish Krone | 0.12056 | Chart |
| EUR | Euro | 0.01613 | Chart |
| FJD | Fiji Dollar | 0.04150 | Chart |
| GBP | Pound Sterling | 0.01399 | Chart |
| HKD | Hong Kong Dollar | 0.14798 | Chart |
| HUF | Forint | 5.7863 | Chart |
| IDR | Rupiah | 330.6441 | Chart |
| ILS | New Israeli Sheqel | 0.05495 | Chart |
| INR | Indian Rupee | 1.8080 | Chart |
| ISK | Iceland Krona | 2.3165 | Chart |
| JPY | Yen | 2.9816 | Chart |
| KRW | Won | 28.1310 | Chart |
| LKR | Sri Lanka Rupee | 6.1392 | Chart |
| MAD | Moroccan Dirham | 0.17315 | Chart |
| MMK | Kyat | 39.6873 | Chart |
| MXN | Mexican Peso | 0.32549 | Chart |
| MYR | Malaysian Ringgit | 0.07428 | Chart |
| NOK | Norwegian Krone | 0.17328 | Chart |
| NZD | New Zealand Dollar | 0.03186 | Chart |
| OMR | Rial Omani | 0.007294 | Chart |
| PEN | Sol | 0.06425 | Chart |
| PGK | Kina | 0.08248 | Chart |
| PHP | Philippine Peso | 1.1602 | Chart |
| PKR | Pakistan Rupee | 5.3170 | Chart |
| PLN | Zloty | 0.06858 | Chart |
| RON | New Romanian Leu | 0.08398 | Chart |
| SBD | Solomon Islands Dollar | 0.15143 | Chart |
| SEK | Swedish Krona | 0.17607 | Chart |
| SGD | Singapore Dollar | 0.02404 | Chart |
| THB | Baht | 0.61106 | Chart |
| TOP | Pa’anga | 0.04412 | Chart |
| TRY | Turkish Lira | 0.85830 | Chart |
| TWD | New Taiwan Dollar | 0.59596 | Chart |
| TZS | Tanzanian Shilling | 48.9005 | Chart |
| USD | US Dollar | 0.01890 | Chart |
| VND | Dong | 499.7367 | Chart |
| VUV | Vatu | 2.2246 | Chart |
| WST | Tala | 0.05090 | Chart |
| XOF | CFA Franc BCEAO | 10.5792 | Chart |
| XPF | CFP Franc | 1.9262 | Chart |
| ZAR | Rand | 0.31087 | Chart |
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.