Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ir
@kaggle.rprkh15_sp500_stock_prices.ir

  • 68.75 KB
  • 1300 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri May 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time)21.22346457759867621.2734013793239220.2446887860355821.0736522674560510933700
Mon May 15 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.9837668964580622.27215519676246620.9837668964580621.992506027221683487300
Tue May 16 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.16229263390371422.38201724158620822.02246615177213622.0724048614501951289300
Wed May 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.1223416661612722.4818927559753421.64294148305383222.0724048614501951583700
Thu May 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.1622942591462823.6004949139371321.95255547305148622.4719066619873054075200
Fri May 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.53182935024670323.4606683869466922.29212926093170622.691629409790041248600
Mon May 22 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.771528096723823.0611668781704422.4918789614973722.86141586303711383100
Tue May 23 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.9612925503042823.5805192050586122.62171695011109723.42071914672852704000
Wed May 24 2017 00:00:00 GMT+0000 (Coordinated Universal Time)23.5106060192984923.5635393341680522.98126715570222723.32084274291992408800
Thu May 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)23.39075514814876323.79025528076682522.28214061328759522.481891632080081080700

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