Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Mo
@kaggle.rprkh15_sp500_stock_prices.mo

  • 729.56 KB
  • 15236 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00325680859783420.00321260141208760.0032126014120876345600
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00316102489421680.00313892143661940.00315365707501761209600
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00318312867152650.00313155343010670.00317576085217292592000
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00331576888293680.0031241867876220.00321260141208762937600
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00321260276055360.00316839555625140.00319049903191621382400
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00321260126052870.00313155446201560.0031315544620156460800
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00316839386555390.00307261117689360.00311681861057874089600
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00310945138335220.00307997983958910.0031094513833522691200
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00312418643186880.00311681861057870.0031168186105787460800
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.00312418613593370.00309471460059280.0030947146005928633600

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