Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Rcl
@kaggle.rprkh15_sp500_stock_prices.rcl

  • 360.91 KB
  • 7355 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Apr 28 1993 00:00:00 GMT+0000 (Coordinated Universal Time)5.8651823997497566.0258723285100235.7848374353696225.8651823997497567821000
Thu Apr 29 1993 00:00:00 GMT+0000 (Coordinated Universal Time)5.8651831454078635.9857006072998055.8651831454078635.9857006072998052118800
Fri Apr 30 1993 00:00:00 GMT+0000 (Coordinated Universal Time)6.0258719385886686.0258719385886685.8651820202263035.905354499816895536800
Mon May 03 1993 00:00:00 GMT+0000 (Coordinated Universal Time)5.8651820202263035.9053544998168955.8250095406357125.905354499816895509600
Tue May 04 1993 00:00:00 GMT+0000 (Coordinated Universal Time)5.9053547859191895.9053547859191895.7446648597717295.825009822845459787400
Wed May 05 1993 00:00:00 GMT+0000 (Coordinated Universal Time)5.7848375347298645.8250100176099325.7044925689697275.704492568969727747200
Thu May 06 1993 00:00:00 GMT+0000 (Coordinated Universal Time)5.7446639892902775.784836464739865.6643190383911135.664319038391113392800
Fri May 07 1993 00:00:00 GMT+0000 (Coordinated Universal Time)5.7044925689697275.7446650518497955.6643200860896585.704492568969727180000
Mon May 10 1993 00:00:00 GMT+0000 (Coordinated Universal Time)5.7446650518497955.8250100176099325.7044925689697275.704492568969727269600
Tue May 11 1993 00:00:00 GMT+0000 (Coordinated Universal Time)5.7446637153625495.7446637153625495.7044912418285455.744663715362549109400

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