Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Noc
@kaggle.rprkh15_sp500_stock_prices.noc

  • 496.85 KB
  • 10218 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)2.6229739189147952.62923391773553442.6167137615086872.62297391891479533868
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.61671232911967882.62297248309897672.6104521751403812.61045217514038165080
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.61671232911967882.62297248309897672.6104521751403812.610452175140381318096
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.5478529182947382.59793354507586432.4915122924586582.522812604904175369231
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.46021167212515432.4789919853210452.43517151883957442.478991985321045151411
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.52907236100573972.5791533001466272.4789918976209282.5666329860687256305479
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.42891096571321842.5541125046624892.2974491119384772.297449111938477687327
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.27866855356871152.30370869656002372.2473680973052982.247368097305298238406
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.1847680428333892.2285883467439042.14094758033752442.1409475803375244478141
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.1659877301384032.17850788492815052.15346741676330572.1534674167633057130160

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