Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Elv
@kaggle.artemburenok_sp_500_stock_prices.elv

  • 257.16 KB
  • 5318 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 30 2001 00:00:00 GMT+0000 (Coordinated Universal Time)20.2520.45000076293945320.17499923706054720.45000076293945317.0979824066162145441800
Wed Oct 31 2001 00:00:00 GMT+0000 (Coordinated Universal Time)20.54999923706054721.2520.504999160766620.94000053405761717.5076637268066411104400
Thu Nov 01 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.12521.29999923706054720.89999961853027721.08499908447265617.6289043426513673901800
Fri Nov 02 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.02499961853027721.54999923706054721.0100002288818421.45000076293945317.93407630920414075000
Mon Nov 05 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.7521.7521.37521.4449996948242217.9298954010009772763800
Tue Nov 06 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.47500038146972722.14999961853027721.07500076293945322.02499961853027718.414823532104493248200
Wed Nov 07 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.87521.87521.245000839233421.62518.0803947448730472675200
Thu Nov 08 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.521.5499992370605472121.35000038146972717.85046386718753404000
Fri Nov 09 2001 00:00:00 GMT+0000 (Coordinated Universal Time)21.2521.2520.52117.5578422546386723291600
Mon Nov 12 2001 00:00:00 GMT+0000 (Coordinated Universal Time)2121.42499923706054720.85000038146972721.42499923706054717.91317367553711973600

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