Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Re
@kaggle.rprkh15_sp500_stock_prices.re

  • 329.15 KB
  • 6740 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Oct 03 1995 00:00:00 GMT+0000 (Coordinated Universal Time)12.58931281460318613.34467158347937712.42145531040847813.17681407928466810364800
Wed Oct 04 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.0928890228271513.17681779861450212.58931636810302712.5893163681030271810800
Thu Oct 05 1995 00:00:00 GMT+0000 (Coordinated Universal Time)12.84109940067414413.0928856634324612.7571706464213713.0089569091796881216500
Fri Oct 06 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.17681939946780513.34467697143554913.0089618275000613.3446769714355491538100
Mon Oct 09 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.34467192619077613.34467192619077613.00895690917968813.008956909179688869200
Tue Oct 10 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.00896331861421613.0928921142181812.75717693180232712.925034523010254840800
Wed Oct 11 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.00895690917968813.0928856634324612.92502815492691713.008956909179688630400
Thu Oct 12 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.00895690917968813.0928856634324612.84109940067414413.008956909179688519700
Fri Oct 13 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.09288623332977213.42860126495361213.09288623332977213.428601264953612557300
Mon Oct 16 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.51253426225879713.51253426225879713.17681912530826313.260747909545898188700

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

Share link

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