All Stocks Symbols
Comprehensive Guide to Publicly Traded Companies: Stock Symbols, Company Names,
@kaggle.adityamishraml_allstocks_symbols
Comprehensive Guide to Publicly Traded Companies: Stock Symbols, Company Names,
@kaggle.adityamishraml_allstocks_symbols
This dataset contains information on publicly traded companies listed on stock exchanges. The data includes the symbols used to identify the stocks, the names of the companies, the industries in which they operate, and the market capitalization of the companies. This information can be used for investment research, market analysis, and trend tracking.
CREATE TABLE stocks_dataset (
"symbol" VARCHAR,
"company_name" VARCHAR,
"industry" VARCHAR,
"market_cap" VARCHAR
);
Anyone who has the link will be able to view this.