Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Moh
@kaggle.artemburenok_sp_500_stock_prices.moh

  • 221.34 KB
  • 4898 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Jul 02 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1414.1599998474121113.33333301544189613.33333301544189613.3333330154418968133000
Thu Jul 03 2003 00:00:00 GMT+0000 (Coordinated Universal Time)13.5666666030883813.76666736602783213.4333333969116213.73333263397216813.733332633972168434400
Mon Jul 07 2003 00:00:00 GMT+0000 (Coordinated Universal Time)13.73333263397216814.33333301544189613.73333263397216814.33333301544189614.3333330154418961237950
Tue Jul 08 2003 00:00:00 GMT+0000 (Coordinated Universal Time)14.80000019073486315.0666666030883814.60000038146972814.63333320617675814.633333206176758955350
Wed Jul 09 2003 00:00:00 GMT+0000 (Coordinated Universal Time)14.6333332061767581514.3999996185302721515454200
Thu Jul 10 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1515.33333301544189614.8666667938232421515488400
Fri Jul 11 2003 00:00:00 GMT+0000 (Coordinated Universal Time)14.89999961853027215.16666698455810414.60000038146972814.66666698455810414.666666984558104170100
Mon Jul 14 2003 00:00:00 GMT+0000 (Coordinated Universal Time)14.66666698455810415.13333320617675814.66666698455810415.04666709899902315.046667098999023428400
Tue Jul 15 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1515.4333333969116214.9333333969116215.33333301544189615.333333015441896199950
Wed Jul 16 2003 00:00:00 GMT+0000 (Coordinated Universal Time)15.39999961853027215.39999961853027215.26666736602783215.31333255767822415.313332557678224281250

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