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