Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Mro
@kaggle.rprkh15_sp500_stock_prices.mro

  • 685.86 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)0.36174287487582750.35734479930046380.35954388976097184139
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.3595438367257870.35734474658966060.357344746589660640186
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.36064365560107620.3540464591932120.356245577335357652744
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.35844450828273390.35404640436172480.354046404361724855255
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.35734501789250090.35184747273321030.356245577335357662790
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.35844456379535930.3540464591932120.356245577335357633907
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.3573449625501630.35404640436172480.354046404361724835163
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.35844450828273390.35404640436172480.354046404361724875348
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.36064365560107620.35514603143249920.356245577335357641442
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.35734501789250090.3540464591932120.356245577335357631395

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