Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Atvi
@kaggle.rprkh15_sp500_stock_prices.atvi

  • 335.9 KB
  • 7230 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Mon Oct 25 1993 00:00:00 GMT+0000 (Coordinated Universal Time)1.10821676254272461.10821676254272460.83116257190704350.831162571907043518000
Tue Oct 26 1993 00:00:00 GMT+0000 (Coordinated Universal Time)1.08974678717946061.08974678717946060.75728175165036840.7665163278579712189600
Wed Oct 27 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.76651632785797120.76651632785797120.76651632785797120.7665163278579712
Thu Oct 28 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.6279891932512180.73881086532509520.51716752117734080.729576289653778130000
Fri Oct 29 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.77575167505805010.77575167505805010.73881083726882930.7388108372688293172800
Mon Nov 01 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.73881092725417010.7757517695426940.73881092725417010.775751769542694176800
Tue Nov 02 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.73881092725417010.7757517695426940.73881092725417010.775751769542694112000
Wed Nov 03 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.75728167576638170.86810334317110960.75728167576638170.849632501602172948000
Thu Nov 04 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.88657333923782320.88657333923782320.84963250160217290.849632501602172925200
Fri Nov 05 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.757281756603220.88657343387603760.757281756603220.88657343387603764800

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