Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

C
@kaggle.rprkh15_sp500_stock_prices.c

  • 530.85 KB
  • 11480 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Mon Jan 03 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.5700342412268997.6187162399291997.5700342412268997.61871623992919947952
Tue Jan 04 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.6187153667569817.6430559158325197.5943739227096067.64305591583251934217
Wed Jan 05 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.6430585740803457.6430585740803457.570036006484727.59437656402587915422
Thu Jan 06 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.5700348463047217.5700348463047217.47267084111775057.54569339752197339036
Fri Jan 07 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.5456954327743447.5700368881225587.4726728566742077.57003688812255920482
Mon Jan 10 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.5700333736340687.6673973598798957.5700333736340687.64305591583251942892
Tue Jan 11 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.6430579558886037.6917399620055337.6430579558886037.667399406433105522169
Wed Jan 12 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.6673994064331067.6673994064331067.5700353941992457.667399406433105534940
Thu Jan 13 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.6674005011672617.7647636323303337.6674005011672617.71608161926269534458
Fri Jan 14 1977 00:00:00 GMT+0000 (Coordinated Universal Time)7.71607604403665457.7647580219292857.6917355025761187.7404174804687520723

CREATE TABLE c (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "dividends" DOUBLE,
  "stock_splits" DOUBLE
);

Share link

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