Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Frc
@kaggle.rprkh15_sp500_stock_prices.frc

  • 149.79 KB
  • 2916 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Dec 09 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.11724438539618725.9099359634435324.8775934023105325.73480606079101610609700
Fri Dec 10 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.2554995553502425.5504540174984724.9421099998009325.264717102050781206800
Mon Dec 13 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.34767067829425425.55045141081645424.88680393868890325.25549697875977473200
Tue Dec 14 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.532029522280825.78089633709305824.90525019416840625.17255210876465358200
Wed Dec 15 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.0711622180607625.5320291576716725.06194466830039525.30159568786621242200
Thu Dec 16 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.43985113555450525.48593711853027725.08037378768679225.485937118530277260000
Fri Dec 17 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.3937633236196925.86384773254394525.3476773407725825.86384773254394569800
Mon Dec 20 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.9007212060515426.19567575299628725.66107019714198525.93758964538574665900
Tue Dec 21 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.96523710078076526.7671461532263725.81775985680162626.64731979370117210200
Wed Dec 22 2010 00:00:00 GMT+0000 (Coordinated Universal Time)26.73027681748328.1313124381286526.6934066262761527.145057678222656103000

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