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