Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ldos
@kaggle.rprkh15_sp500_stock_prices.ldos

  • 196.99 KB
  • 3960 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Oct 17 2006 00:00:00 GMT+0000 (Coordinated Universal Time)23.50812381023588323.52113390726724522.9747359606788223.3780288696289031741338
Wed Oct 18 2006 00:00:00 GMT+0000 (Coordinated Universal Time)23.729286581532923.729286581532922.88367043079912522.987747192382811484487
Thu Oct 19 2006 00:00:00 GMT+0000 (Coordinated Universal Time)22.9877430519291923.14385615628398422.38930680536654822.4673633575439451481774
Fri Oct 20 2006 00:00:00 GMT+0000 (Coordinated Universal Time)22.636484381715423.2869589371821222.44134302002626723.221910476684571440342
Mon Oct 23 2006 00:00:00 GMT+0000 (Coordinated Universal Time)23.5471469623393623.5471469623393622.96172086207778723.143854141235351152306
Tue Oct 24 2006 00:00:00 GMT+0000 (Coordinated Universal Time)23.15687137149282323.52113603215858423.052794605644123.28696632385254880349
Wed Oct 25 2006 00:00:00 GMT+0000 (Coordinated Universal Time)23.39103665845671623.53414168197359822.90968522471993723.508121490478521214960
Thu Oct 26 2006 00:00:00 GMT+0000 (Coordinated Universal Time)23.71627557550040425.9278875803746323.5081240702077725.1212997436523444729712
Fri Oct 27 2006 00:00:00 GMT+0000 (Coordinated Universal Time)25.4985676956951226.1490422330426825.2123597032228826.1100139617919923889418
Mon Oct 30 2006 00:00:00 GMT+0000 (Coordinated Universal Time)26.37020841096183727.44999621402762826.1750670055413726.4482669830322271939059

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