Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Xom
@kaggle.rprkh15_sp500_stock_prices.xom

  • 709.62 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.10157040993344660.10082171857357020.1008217185735702902400
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.10231919586658470.10082181176280530.10231919586658471200000
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.10306767583523710.10206944153918780.10256858915090561088000
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.1030676423001620.10007294038639910.10032254457473751222400
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.1010712895417440.0988252757786340.10007305443286891388800
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.10082177735865110.09957399831627410.09982354193925851065600
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09982345475047740.09907476360799850.0993243679404258828800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.10032254457473750.09957385386445520.1003225445747375617600
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.10181986540555950.10057208816919580.10181986540555951398400
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.10181986540555950.10082163143099520.1018198654055595966400

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