Baselight

SP500 Csv

S&P 500 5 year monthly prices and returns 20211204

@kaggle.wmcginn_sp500_csv

Tickerlist
@kaggle.wmcginn_sp500_csv.tickerlist

  • 17.3 KB
  • 505 rows
  • 4 columns
unnamed_0

Unnamed: 0

name

Name

ticker

Ticker

sector

Sector

1Apple Inc.AAPLInformation Technology
2Microsoft CorporationMSFTInformation Technology
3Amazon.com Inc.AMZNConsumer Discretionary
4Facebook Inc. Class AFBCommunication Services
5Alphabet Inc. Class AGOOGLCommunication Services
6Alphabet Inc. Class CGOOGCommunication Services
7Tesla IncTSLAConsumer Discretionary
8NVIDIA CorporationNVDAInformation Technology
9Berkshire Hathaway Inc. Class BBRK-BFinancials
10JPMorgan Chase & Co.JPMFinancials

CREATE TABLE tickerlist (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "ticker" VARCHAR,
  "sector" VARCHAR
);

Share link

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