Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Pkg
@kaggle.rprkh15_sp500_stock_prices.pkg

  • 281.4 KB
  • 5649 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Jan 28 2000 00:00:00 GMT+0000 (Coordinated Universal Time)6.435682296752936.5362398326396946.435682296752936.4356822967529311192000
Mon Jan 31 2000 00:00:00 GMT+0000 (Coordinated Universal Time)6.435680962597156.4692001342773446.435680962597156.4692001342773441880900
Tue Feb 01 2000 00:00:00 GMT+0000 (Coordinated Universal Time)6.435682296752936.4692014753818516.435682296752936.43568229675293367100
Wed Feb 02 2000 00:00:00 GMT+0000 (Coordinated Universal Time)6.435680962597156.4692001342773446.435680962597156.469200134277344697400
Thu Feb 03 2000 00:00:00 GMT+0000 (Coordinated Universal Time)6.435682296752936.4692014753818516.435682296752936.43568229675293579800
Fri Feb 04 2000 00:00:00 GMT+0000 (Coordinated Universal Time)6.4356843717805636.469203561216926.03345409854427756.1004924774169921681900
Mon Feb 07 2000 00:00:00 GMT+0000 (Coordinated Universal Time)5.9664140105936575.9664140105936575.63122221224569855.798818111419678927200
Tue Feb 08 2000 00:00:00 GMT+0000 (Coordinated Universal Time)5.76530060587055.832338985008535.2289935727662685.296031951904297795400
Wed Feb 09 2000 00:00:00 GMT+0000 (Coordinated Universal Time)5.2960317929585775.4971469243367515.228993415832525.4301085472106931710100
Thu Feb 10 2000 00:00:00 GMT+0000 (Coordinated Universal Time)5.6312247781192566.0334551194134885.5977055830114035.698263168334961571500

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

Share link

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