S&P 500 Companies
A full list of Standard & Poor's index constituents current as of Mar 16, 2023.
@kaggle.alexanderxela_sp_500_companies
A full list of Standard & Poor's index constituents current as of Mar 16, 2023.
@kaggle.alexanderxela_sp_500_companies
This dataset features a full list of S&P 500 companies, including their tickers, names, industry and sub-industry categories, headquarters location and date the company was added to the index. The index constituents are updated regularly using rules published by S&P Dow Jones Indices. Although called the S&P 500, the index contains 503 stocks because it includes two share classes of stock from 3 of its component companies.
Updated 3/16/2023:
CREATE TABLE sp500_constituents (
"ticker" VARCHAR,
"name" VARCHAR,
"industry" VARCHAR,
"sub_industry" VARCHAR,
"headquarters_location" VARCHAR,
"date_added" VARCHAR
);Anyone who has the link will be able to view this.