Baselight

S&P 500 Companies

A full list of Standard & Poor's index constituents current as of Mar 16, 2023.

@kaggle.alexanderxela_sp_500_companies

Sp500 Constituents
@kaggle.alexanderxela_sp_500_companies.sp500_constituents

  • 23.76 KB
  • 503 rows
  • 6 columns
ticker

Ticker

name

Name

industry

Industry

sub_industry

Sub-Industry

headquarters_location

Headquarters Location

date_added

Date Added

AAgilent TechnologiesHealth CareHealth Care EquipmentSanta Clara, California6/5/2000
AALAmerican Airlines GroupIndustrialsAirlinesFort Worth, Texas3/23/2015
AAPAdvance Auto PartsConsumer DiscretionaryAutomotive RetailRaleigh, North Carolina7/9/2015
AAPLApple Inc.Information TechnologyTechnology Hardware, Storage & PeripheralsCupertino, California11/30/1982
ABBVAbbVieHealth CarePharmaceuticalsNorth Chicago, Illinois12/31/2012
ABCAmerisourceBergenHealth CareHealth Care DistributorsConshohocken, Pennsylvania8/30/2001
ABTAbbottHealth CareHealth Care EquipmentNorth Chicago, Illinois3/31/1964
ACGLArch Capital GroupFinancialsReinsuranceHamilton, Bermuda11/1/2022
ACNAccentureInformation TechnologyIT Consulting & Other ServicesDublin, Ireland7/6/2011
ADBEAdobe Inc.Information TechnologyApplication SoftwareSan Jose, California5/5/1997

CREATE TABLE sp500_constituents (
  "ticker" VARCHAR,
  "name" VARCHAR,
  "industry" VARCHAR,
  "sub_industry" VARCHAR,
  "headquarters_location" VARCHAR,
  "date_added" VARCHAR
);

Share link

Anyone who has the link will be able to view this.