Baselight

New York Stock Exchange

S&P 500 companies historical prices with fundamental data

@kaggle.dgawlik_nyse

Prices
@kaggle.dgawlik_nyse.prices

  • 12.39 MB
  • 851264 rows
  • 7 columns
date

Date

symbol

Symbol

open

Open

close

Close

low

Low

high

High

volume

Volume

2016-01-05 00:00:00WLTW123.43125.839996122.309998126.252163600
2016-01-06 00:00:00WLTW125.239998119.980003119.940002125.5400012386400
2016-01-07 00:00:00WLTW116.379997114.949997114.93119.7399982489500
2016-01-08 00:00:00WLTW115.480003116.620003113.5117.4400022006300
2016-01-11 00:00:00WLTW117.010002114.970001114.089996117.3300021408600
2016-01-12 00:00:00WLTW115.510002115.550003114.5116.0599981098000
2016-01-13 00:00:00WLTW116.459999112.849998112.589996117.07949600
2016-01-14 00:00:00WLTW113.510002114.379997110.050003115.029999785300
2016-01-15 00:00:00WLTW113.330002112.529999111.919998114.8799971093700
2016-01-19 00:00:00WLTW113.660004110.379997109.870003115.8700031523500

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

Share link

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