JSON

World Stock Exchanges - JSON

World stock exchanges serve as marketplaces for trading securities such as stocks and bonds. US markets, led by the New York Stock Exchange and NASDAQ, hold a dominant position with approximately 40% of global market capitalization, followed by the Tokyo Stock Exchange, Shanghai Stock Exchange, and London Stock Exchange. These exchanges play a crucial role in corporate financing and investor asset formation as the center of each country's economy.

stock exchange stock market financial market investment NYSE NASDAQ Tokyo Stock Exchange
[
  {
    "code": "1",
    "slug": "nyse",
    "name": "New York Stock Exchange",
    "description": "The world's largest stock exchange.",
    "location": "New York, United States",
    "marketCap": {
      "value": 28,
      "unit": "trillion USD"
    },
    "founded": "1792",
    "website": "https://www.nyse.com"
  },
  {
    "code": "2",
    "slug": "nasdaq",
    "name": "NASDAQ",
    "description": "The world's second-largest electronic stock exchange.",
    "location": "New York, United States",
    "marketCap": {
      "value": 26,
      "unit": "trillion USD"
    },
    "founded": "1971",
    "website": "https://www.nasdaq.com"
  },
  {
    "code": "3",
    "slug": "shanghai-stock-exchange",
    "name": "Shanghai Stock Exchange",
    "description": "China's largest stock exchange.",
    "location": "Shanghai, China",
    "marketCap": {
      "value": 7,
      "unit": "trillion USD"
    },
    "founded": "1990",
    "website": "http://www.sse.com.cn"
  },
  {
    "code": "4",
    "slug": "tokyo-stock-exchange",
    "name": "Tokyo Stock Exchange",
    "description": "One of Asia's largest stock exchanges.",
    "location": "Tokyo, Japan",
    "marketCap": {
      "value": 6.5,
      "unit": "trillion USD"
    },
    "founded": "1878",
    "website": "https://www.jpx.co.jp"
  },
  {
    "code": "5",
    "slug": "euronext",
    "name": "Euronext",
    "description": "A leading European stock exchange group.",
    "location": "Amsterdam, Netherlands (Headquarters)",
    "marketCap": {
      "value": 7,
      "unit": "trillion USD"
    },
    "founded": "2000",
    "website": "https://www.euronext.com"
  },
  {
    "code": "6",
    "slug": "hong-kong-stock-exchange",
    "name": "Hong Kong Stock Exchange",
    "description": "Asia's international financial center.",
    "location": "Hong Kong, China",
    "marketCap": {
      "value": 4.5,
      "unit": "trillion USD"
    },
    "founded": "1891",
    "website": "https://www.hkex.com.hk"
  },
  {
    "code": "7",
    "slug": "london-stock-exchange",
    "name": "London Stock Exchange",
    "description": "One of the world's oldest stock exchanges.",
    "location": "London, United Kingdom",
    "marketCap": {
      "value": 4,
      "unit": "trillion USD"
    },
    "founded": "1801",
    "website": "https://www.londonstockexchange.com"
  },
  {
    "code": "8",
    "slug": "shenzhen-stock-exchange",
    "name": "Shenzhen Stock Exchange",
    "description": "A stock exchange for China's growth companies.",
    "location": "Shenzhen, China",
    "marketCap": {
      "value": 5,
      "unit": "trillion USD"
    },
    "founded": "1990",
    "website": "http://www.szse.cn"
  },
  {
    "code": "9",
    "slug": "india-national-stock-exchange",
    "name": "National Stock Exchange of India",
    "description": "India's largest stock exchange.",
    "location": "Mumbai, India",
    "marketCap": {
      "value": 5,
      "unit": "trillion USD"
    },
    "founded": "1992",
    "website": "https://www.nseindia.com"
  },
  {
    "code": "10",
    "slug": "toronto-stock-exchange",
    "name": "Toronto Stock Exchange",
    "description": "Canada's largest stock exchange.",
    "location": "Toronto, Canada",
    "marketCap": {
      "value": 3,
      "unit": "trillion USD"
    },
    "founded": "1861",
    "website": "https://www.tsx.com"
  }
]