Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ip
@kaggle.rprkh15_sp500_stock_prices.ip

  • 702.84 KB
  • 15236 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.00728124229439180.98377799987792960.983777999877929651552
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.99049284009720040.97034722566604640.97034722566604653736
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.98377792417886380.9669898152351380.96698981523513848494
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.9871355075485120.96363226785530220.977062642574310476891
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.9737045058515560.93341340300749080.956916630268096893929
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.96699067456741560.9401300121270780.943487524986267290871
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.9502025517100910.92669929572706120.936772167682647656794
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.94012979166784320.9233417276985350.936772167682647651552
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.95020149489522280.9266982650525040.933413505554199251552
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.93677098339734680.90655251764673680.916625320911407681260

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