ج.م
EGP exchange rates on 2026-05-22
Egyptian Pound (EGP) · ISO 4217 818 · rates as they stood on 2026-05-22
1 EGP in 51 currencies as quoted on 2026-05-22. 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.02654 | Chart |
| BDT | Taka | 2.3222 | Chart |
| BHD | Bahraini Dinar | 0.007144 | Chart |
| BRL | Brazilian Real | 0.09479 | Chart |
| BYN | Belarussian Ruble | 0.05204 | Chart |
| CAD | Canadian Dollar | 0.02608 | Chart |
| CHF | Swiss Franc | 0.01486 | Chart |
| CNY | Yuan Renminbi | 0.12841 | Chart |
| CZK | Czech Koruna | 0.39584 | Chart |
| DKK | Danish Krone | 0.12179 | Chart |
| EUR | Euro | 0.01630 | Chart |
| FJD | Fiji Dollar | 0.04161 | Chart |
| GBP | Pound Sterling | 0.01408 | Chart |
| HKD | Hong Kong Dollar | 0.14808 | Chart |
| HUF | Forint | 5.8520 | Chart |
| IDR | Rupiah | 334.3631 | Chart |
| ILS | New Israeli Sheqel | 0.05471 | Chart |
| INR | Indian Rupee | 1.8083 | Chart |
| ISK | Iceland Krona | 2.3403 | Chart |
| JPY | Yen | 3.0073 | Chart |
| KRW | Won | 28.6766 | Chart |
| LKR | Sri Lanka Rupee | 6.3041 | Chart |
| MAD | Moroccan Dirham | 0.17449 | Chart |
| MMK | Kyat | 39.6873 | Chart |
| MXN | Mexican Peso | 0.32765 | Chart |
| MYR | Malaysian Ringgit | 0.07498 | Chart |
| NOK | Norwegian Krone | 0.17486 | Chart |
| NZD | New Zealand Dollar | 0.03230 | Chart |
| OMR | Rial Omani | 0.007294 | Chart |
| PEN | Sol | 0.06425 | Chart |
| PGK | Kina | 0.08213 | Chart |
| PHP | Philippine Peso | 1.1644 | Chart |
| PKR | Pakistan Rupee | 5.3155 | Chart |
| PLN | Zloty | 0.06913 | Chart |
| RON | New Romanian Leu | 0.08554 | Chart |
| SBD | Solomon Islands Dollar | 0.15109 | Chart |
| SEK | Swedish Krona | 0.17714 | Chart |
| SGD | Singapore Dollar | 0.02419 | Chart |
| THB | Baht | 0.61726 | Chart |
| TOP | Pa’anga | 0.04413 | Chart |
| TRY | Turkish Lira | 0.86386 | Chart |
| TWD | New Taiwan Dollar | 0.59479 | Chart |
| TZS | Tanzanian Shilling | 49.3436 | Chart |
| USD | US Dollar | 0.01890 | Chart |
| VND | Dong | 499.8802 | Chart |
| VUV | Vatu | 2.2376 | Chart |
| WST | Tala | 0.05099 | Chart |
| XOF | CFA Franc BCEAO | 10.6789 | Chart |
| XPF | CFP Franc | 1.9397 | Chart |
| ZAR | Rand | 0.31135 | Chart |
51 rates, quoted 2026-05-22.
For developers
Get these rates via the API
One GET request returns every EGP rate on 2026-05-22 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-22"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=EGP&date=2026-05-22");
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-22").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.