Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

So
@kaggle.rprkh15_sp500_stock_prices.so

  • 469.59 KB
  • 10218 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)0.31662906501080060.31989334815808120.31336486339569090.3133648633956909220985
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.31662878188630310.31989306211471560.31336458318998880.3198930621147156365035
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.32642159486306650.33621425677325210.31336473269918660.3166289329528808666558
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.31662893295288080.31989321473871220.31336473269918660.3166289329528808500900
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.31662906501080060.31662906501080060.31336486339569090.3133648633956909171550
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.31662878188630310.31989306211471560.31336458318998880.3198930621147156261581
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.31989306211471560.31989306211471560.31662878188630310.3198930621147156386315
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.31662906501080060.31662906501080060.31336486339569090.3133648633956909311344
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.31662874340282370.31989302323449120.31010034680366510.3101003468036651436733
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.31336454510324440.31336454510324440.31010034680366510.3101003468036651189556

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