Baselight

S&P 500 Stock Prices

(Source: The Investor's Exchange) (License: Public Domain)

@kaggle.gauravmehta13_sp_500_stock_prices

Loading...
Loading...

About this Dataset

S&P 500 Stock Prices

Historical stock market data for current S&P 500 companies, from 2014-2017. Each record represents a single day of trading, and includes the ticker name, volume, high, low, open and close prices.

Tables

Sp 500 Stock Prices 2014–2017

@kaggle.gauravmehta13_sp_500_stock_prices.sp_500_stock_prices_2014_2017
  • 7.96 MB
  • 497472 rows
  • 7 columns
Loading...

CREATE TABLE sp_500_stock_prices_2014_2017 (
  "symbol" VARCHAR,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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