£
Egyptian Pound
Egypt
Africa
Currency Code
ISO 4217 Code
EGP
Symbol
£
Common Usage
JavaScript/TypeScript
const currency = "EGP"; const symbol = "£"; const name = "Egyptian Pound";
JSON/API Response
{
"currency": "EGP",
"symbol": "£",
"amount": 100.00
}HTML/Display
<span class="price">£100.00 EGP</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "EGP" represents Egyptian Pound, used in Egypt. The symbol £ is commonly used to denote this currency in financial transactions and displays.