Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Pfg
@kaggle.artemburenok_sp_500_stock_prices.pfg

  • 226.12 KB
  • 5323 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 23 2001 00:00:00 GMT+0000 (Coordinated Universal Time)20.521.3899993896484420.3999996185302772112.242797851562532584000
Wed Oct 24 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.10000038146972722.2000007629394532122.14999961853027712.9132375717163095847500
Thu Oct 25 2001 00:00:00 GMT+0000 (Coordinated Universal Time)2222.14999961853027721.64999961853027721.95000076293945312.796641349792482038800
Fri Oct 26 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.9500007629394532221.39999961853027721.512.5342931747436523339100
Mon Oct 29 2001 00:00:00 GMT+0000 (Coordinated Universal Time)22222121.20000076293945312.3593931198120121758700
Tue Oct 30 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.39999961853027722.252122.04000091552734412.8491086959838882225300
Wed Oct 31 2001 00:00:00 GMT+0000 (Coordinated Universal Time)22.39999961853027723.98999977111816421.95000076293945322.513.1172838211059555101800
Thu Nov 01 2001 00:00:00 GMT+0000 (Coordinated Universal Time)22.629999160766622.629999160766621.70000076293945321.95000076293945312.796641349792482747400
Fri Nov 02 2001 00:00:00 GMT+0000 (Coordinated Universal Time)22.10000038146972722.2521.95000076293945322.1800003051757812.930725097656251183800
Mon Nov 05 2001 00:00:00 GMT+0000 (Coordinated Universal Time)22.10000038146972722.20000076293945321.752212.8257875442504881144000

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