Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Bax
@kaggle.rprkh15_sp500_stock_prices.bax

  • 498.53 KB
  • 10263 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Oct 27 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.52228121012587621.49207741434118771.5101997852325443155664
Wed Oct 28 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.52228121012587621.504158839234521.5101997852325441704318
Thu Oct 29 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.5102008033406831.49811899662017821.49811899662017821115672
Fri Oct 30 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.51926088333129881.4920773744316311.5192608833312988903240
Mon Nov 02 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.58268964389007261.5645671742135041.57664906978607182832963
Tue Nov 03 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.59175171417913461.5706087619940591.58571076393127442124317
Wed Nov 04 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.5917503570890681.56456647783248771.56758713722229762159
Thu Nov 05 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.57060800245659361.54644477367401121.54644477367401121289184
Fri Nov 06 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.53436344970849261.5102002192946541.51624107360839845863762
Mon Nov 09 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.55248588457703351.51624122224437861.540404081344604513824272

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