Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Dxc
@kaggle.rprkh15_sp500_stock_prices.dxc

  • 458.65 KB
  • 10218 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)0.65982546693035930.6693884730339050.65026304823054060.669388473033905428732
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.6693884730339050.67576341883378410.6630135272340260.669388473033905123185
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.66938820205617880.67576314527539150.65663772821426390.6566377282142639251201
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.6693884730339050.67576341883378410.6630135272340260.669388473033905318832
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.68851375579833980.70126364340813150.67576320735956190.6885137557983398371970
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.71401415459166350.73951458930969240.68851371987363460.73951458930969241734252
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.72676429282476650.74588979068342510.70763945579528810.7076394557952881496363
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.69488883018493650.70126377518779550.68851388518207760.6948888301849365263278
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.70126377518779550.70763938101976490.69488883018493650.6948888301849365149754
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.73313964250272530.75226513557694960.70763927877221060.7458896040916443253616

CREATE TABLE dxc (
  "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.