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