Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Lh
@kaggle.rprkh15_sp500_stock_prices.lh

  • 359.24 KB
  • 8134 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Mar 29 1990 00:00:00 GMT+0000 (Coordinated Universal Time)26.9957733154296926.9957733154296926.9957733154296926.995773315429688840
Fri Mar 30 1990 00:00:00 GMT+0000 (Coordinated Universal Time)28.16950001436121629.9300937652587928.16950001436121629.9300937652587915440
Mon Apr 02 1990 00:00:00 GMT+0000 (Coordinated Universal Time)26.40891075134277326.40891075134277326.40891075134277326.40891075134277340
Tue Apr 03 1990 00:00:00 GMT+0000 (Coordinated Universal Time)26.40891075134277326.40891075134277326.40891075134277326.408910751342773
Wed Apr 04 1990 00:00:00 GMT+0000 (Coordinated Universal Time)29.9300937652587929.9300937652587929.9300937652587929.9300937652587940
Thu Apr 05 1990 00:00:00 GMT+0000 (Coordinated Universal Time)29.9300939386541229.9300939386541228.46293247107303529.049797058105471480
Fri Apr 06 1990 00:00:00 GMT+0000 (Coordinated Universal Time)29.0497970581054729.0497970581054729.0497970581054729.04979705810547
Mon Apr 09 1990 00:00:00 GMT+0000 (Coordinated Universal Time)29.3432312011718829.3432312011718829.3432312011718829.343231201171875200
Tue Apr 10 1990 00:00:00 GMT+0000 (Coordinated Universal Time)29.34323177542737729.93009641093592426.4089085978846427.289205551147468760
Wed Apr 11 1990 00:00:00 GMT+0000 (Coordinated Universal Time)26.4089070666920126.4089070666920125.2351778637279225.822042465209964080

CREATE TABLE lh (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "dividends" DOUBLE,
  "stock_splits" DOUBLE
);

Share link

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