Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Invh
@kaggle.artemburenok_sp_500_stock_prices.invh

  • 67.18 KB
  • 1478 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Feb 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.10000038146972720.42000007629394519.7999992370605472017.85171318054199230833000
Thu Feb 02 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.04000091552734420.4099998474121120.04000091552734420.22999954223632818.0570030212402344901200
Fri Feb 03 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.35000038146972720.79999923706054720.29999923706054720.629999160766618.4140377044677732631500
Mon Feb 06 2017 00:00:00 GMT+0000 (Coordinated Universal Time)21.1399993896484421.1399993896484420.54999923706054720.72999954223632818.5032978057861331836800
Tue Feb 07 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.7520.8600006103515620.620000839233420.79999923706054718.565774917602543521100
Wed Feb 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.79999923706054720.92000007629394520.72999954223632820.8400001525878918.60148048400879973600
Thu Feb 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.8899993896484420.9699993133544920.8299999237060520.879999160766618.6371841430664061798600
Fri Feb 10 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.92000007629394521.870000839233420.78000068664550821.02000045776367218.7621479034423831560800
Mon Feb 13 2017 00:00:00 GMT+0000 (Coordinated Universal Time)21.1399993896484421.19000053405761720.954999923706052118.744295120239254896000
Tue Feb 14 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.8899993896484421.04999923706054720.7521.03000068664550818.7710723876953121143100

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