Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Bdx
@kaggle.artemburenok_sp_500_stock_prices.bdx

  • 445.36 KB
  • 12565 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Feb 21 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.3170731067657472.25609803199768072.26372003555297851.1873339414596558756040
Thu Feb 22 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.33993911743164062.271341085433962.2865850925445561.1993271112442017180400
Fri Feb 23 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.33231711387634282.2942070960998532.3094511032104491.2113194465637207186960
Mon Feb 26 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.347560882568362.3094511032104492.33993911743164061.2273105382919312280440
Tue Feb 27 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.3551828861236572.2484760284423832.2484760284423831.179337501525879490360
Wed Feb 28 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.3094511032104492.2332320213317872.2942070960998531.21485435962677303400
Thu Mar 01 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.3094511032104492.26372003555297852.26372003555297851.1987111568450928164000
Fri Mar 02 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.3246951103210452.21036601066589362.3246951103210451.230998992919922359160
Mon Mar 05 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.33993911743164062.3170731067657472.3246951103210451.23099899291992262320
Tue Mar 06 1973 00:00:00 GMT+0000 (Coordinated Universal Time)2.3628048896789552.33231711387634282.347560882568361.243106722831726190240

CREATE TABLE bdx (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

Anyone who has the link will be able to view this.