← All datasets
💱

World Currencies JSON Dataset

Reference · 25 records

Major world currencies with ISO code, full name, symbol, and issuing country. Free to use, no attribution required — copy it, download it, or open it directly in the JSON Formatter. Runs entirely in your browser.

#currency#finance#iso#money

Fields

codestring
namestring
symbolstring
countrystring

Common uses

  • Populating dropdowns and select inputs
  • Mocking API responses during frontend development
  • Data validation and lookup tables
  • Learning, prototyping, and demos
[
  {
    "code": "USD",
    "name": "United States Dollar",
    "symbol": "$",
    "country": "United States"
  },
  {
    "code": "EUR",
    "name": "Euro",
    "symbol": "€",
    "country": "European Union"
  },
  {
    "code": "GBP",
    "name": "British Pound Sterling",
    "symbol": "£",
    "country": "United Kingdom"
  },
  {
    "code": "JPY",
    "name": "Japanese Yen",
    "symbol": "¥",
    "country": "Japan"
  },
  {
    "code": "CAD",
    "name": "Canadian Dollar",
    "symbol": "CA$",
    "country": "Canada"
  },
  {
    "code": "AUD",
    "name": "Australian Dollar",
    "symbol": "A$",
    "country": "Australia"
  },
  {
    "code": "CHF",
    "name": "Swiss Franc",
    "symbol": "CHF",
    "country": "Switzerland"
  },
  {
    "code": "CNY",
    "name": "Chinese Yuan Renminbi",
    "symbol": "¥",
    "country": "China"
  },
  {
    "code": "INR",
    "name": "Indian Rupee",
    "symbol": "₹",
    "country": "India"
  },
  {
    "code": "MXN",
    "name": "Mexican Peso",
    "symbol": "MX$",
    "country": "Mexico"
  },
  {
    "code": "BRL",
    "name": "Brazilian Real",
    "symbol": "R$",
    "country": "Brazil"
  },
  {
    "code": "KRW",
    "name": "South Korean Won",
    "symbol": "₩",
    "country": "South Korea"
  },
  {
    "code": "SEK",
    "name": "Swedish Krona",
    "symbol": "kr",
    "country": "Sweden"
  },
  {
    "code": "NOK",
    "name": "Norwegian Krone",
    "symbol": "kr",
    "country": "Norway"
  },
  {
    "code": "SGD",
    "name": "Singapore Dollar",
    "symbol": "S$",
    "country": "Singapore"
  },
  {
    "code": "HKD",
    "name": "Hong Kong Dollar",
    "symbol": "HK$",
    "country": "Hong Kong"
  },
  {
    "code": "NZD",
    "name": "New Zealand Dollar",
    "symbol": "NZ$",
    "country": "New Zealand"
  },
  {
    "code": "TRY",
    "name": "Turkish Lira",
    "symbol": "₺",
    "country": "Turkey"
  },
  {
    "code": "ZAR",
    "name": "South African Rand",
    "symbol": "R",
    "country": "South Africa"
  },
  {
    "code": "AED",
    "name": "UAE Dirham",
    "symbol": "د.إ",
    "country": "United Arab Emirates"
  },
  {
    "code": "SAR",
    "name": "Saudi Riyal",
    "symbol": "﷼",
    "country": "Saudi Arabia"
  },
  {
    "code": "RUB",
    "name": "Russian Ruble",
    "symbol": "₽",
    "country": "Russia"
  },
  {
    "code": "PLN",
    "name": "Polish Zloty",
    "symbol": "zł",
    "country": "Poland"
  },
  {
    "code": "IDR",
    "name": "Indonesian Rupiah",
    "symbol": "Rp",
    "country": "Indonesia"
  },
  {
    "code": "THB",
    "name": "Thai Baht",
    "symbol": "฿",
    "country": "Thailand"
  }
]

Related datasets

🌐 HTTP Status Codes💻 Programming Languages🎨 CSS Named Colors🪐 Solar System Planets

Related tools

JSON FormatterJSON DiffJSON to TypeScript