[
  {
    "code": "US",
    "name": "United States",
    "region": "North America",
    "currency": "USD"
  },
  {
    "code": "CA",
    "name": "Canada",
    "region": "North America",
    "currency": "CAD"
  },
  {
    "code": "MX",
    "name": "Mexico",
    "region": "North America",
    "currency": "MXN"
  },
  {
    "code": "BR",
    "name": "Brazil",
    "region": "South America",
    "currency": "BRL"
  },
  {
    "code": "AR",
    "name": "Argentina",
    "region": "South America",
    "currency": "ARS"
  },
  {
    "code": "CL",
    "name": "Chile",
    "region": "South America",
    "currency": "CLP"
  },
  {
    "code": "CO",
    "name": "Colombia",
    "region": "South America",
    "currency": "COP"
  },
  {
    "code": "GB",
    "name": "United Kingdom",
    "region": "Europe",
    "currency": "GBP"
  },
  {
    "code": "IE",
    "name": "Ireland",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "FR",
    "name": "France",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "DE",
    "name": "Germany",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "NL",
    "name": "Netherlands",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "BE",
    "name": "Belgium",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "PT",
    "name": "Portugal",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "ES",
    "name": "Spain",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "IT",
    "name": "Italy",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "CH",
    "name": "Switzerland",
    "region": "Europe",
    "currency": "CHF"
  },
  {
    "code": "AT",
    "name": "Austria",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "SE",
    "name": "Sweden",
    "region": "Europe",
    "currency": "SEK"
  },
  {
    "code": "NO",
    "name": "Norway",
    "region": "Europe",
    "currency": "NOK"
  },
  {
    "code": "DK",
    "name": "Denmark",
    "region": "Europe",
    "currency": "DKK"
  },
  {
    "code": "FI",
    "name": "Finland",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "PL",
    "name": "Poland",
    "region": "Europe",
    "currency": "PLN"
  },
  {
    "code": "CZ",
    "name": "Czechia",
    "region": "Europe",
    "currency": "CZK"
  },
  {
    "code": "HU",
    "name": "Hungary",
    "region": "Europe",
    "currency": "HUF"
  },
  {
    "code": "GR",
    "name": "Greece",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "TR",
    "name": "Türkiye",
    "region": "Europe",
    "currency": "TRY"
  },
  {
    "code": "RU",
    "name": "Russia",
    "region": "Europe",
    "currency": "RUB"
  },
  {
    "code": "IL",
    "name": "Israel",
    "region": "Middle East",
    "currency": "ILS"
  },
  {
    "code": "SA",
    "name": "Saudi Arabia",
    "region": "Middle East",
    "currency": "SAR"
  },
  {
    "code": "AE",
    "name": "United Arab Emirates",
    "region": "Middle East",
    "currency": "AED"
  },
  {
    "code": "QA",
    "name": "Qatar",
    "region": "Middle East",
    "currency": "QAR"
  },
  {
    "code": "EG",
    "name": "Egypt",
    "region": "Africa",
    "currency": "EGP"
  },
  {
    "code": "ZA",
    "name": "South Africa",
    "region": "Africa",
    "currency": "ZAR"
  },
  {
    "code": "NG",
    "name": "Nigeria",
    "region": "Africa",
    "currency": "NGN"
  },
  {
    "code": "KE",
    "name": "Kenya",
    "region": "Africa",
    "currency": "KES"
  },
  {
    "code": "JP",
    "name": "Japan",
    "region": "Asia-Pacific",
    "currency": "JPY"
  },
  {
    "code": "CN",
    "name": "China",
    "region": "Asia-Pacific",
    "currency": "CNY"
  },
  {
    "code": "HK",
    "name": "Hong Kong",
    "region": "Asia-Pacific",
    "currency": "HKD"
  },
  {
    "code": "TW",
    "name": "Taiwan",
    "region": "Asia-Pacific",
    "currency": "TWD"
  },
  {
    "code": "KR",
    "name": "South Korea",
    "region": "Asia-Pacific",
    "currency": "KRW"
  },
  {
    "code": "SG",
    "name": "Singapore",
    "region": "Asia-Pacific",
    "currency": "SGD"
  },
  {
    "code": "MY",
    "name": "Malaysia",
    "region": "Asia-Pacific",
    "currency": "MYR"
  },
  {
    "code": "TH",
    "name": "Thailand",
    "region": "Asia-Pacific",
    "currency": "THB"
  },
  {
    "code": "ID",
    "name": "Indonesia",
    "region": "Asia-Pacific",
    "currency": "IDR"
  },
  {
    "code": "PH",
    "name": "Philippines",
    "region": "Asia-Pacific",
    "currency": "PHP"
  },
  {
    "code": "VN",
    "name": "Vietnam",
    "region": "Asia-Pacific",
    "currency": "VND"
  },
  {
    "code": "IN",
    "name": "India",
    "region": "Asia-Pacific",
    "currency": "INR"
  },
  {
    "code": "AU",
    "name": "Australia",
    "region": "Asia-Pacific",
    "currency": "AUD"
  },
  {
    "code": "NZ",
    "name": "New Zealand",
    "region": "Asia-Pacific",
    "currency": "NZD"
  },
  {
    "code": "EU",
    "name": "Euro area",
    "region": "Europe",
    "currency": "EUR"
  },
  {
    "code": "XX",
    "name": "Global / cross-border",
    "region": "Global",
    "currency": null
  },
  {
    "code": "SC",
    "name": "Seychelles",
    "region": "Africa",
    "currency": "SCR"
  }
]