Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Googl
@kaggle.rprkh15_sp500_stock_prices.googl

  • 202.67 KB
  • 4505 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Aug 19 2004 00:00:00 GMT+0000 (Coordinated Universal Time)50.05004882812552.0820808410644548.0280265808105550.2202186584472744659096
Fri Aug 20 2004 00:00:00 GMT+0000 (Coordinated Universal Time)50.5555572509765654.5945968627929750.3003005981445354.2092094421386722834343
Mon Aug 23 2004 00:00:00 GMT+0000 (Coordinated Universal Time)55.430431365966856.7967987060546954.579578399658254.7547531127929718256126
Tue Aug 24 2004 00:00:00 GMT+0000 (Coordinated Universal Time)55.6756744384765655.8558578491210951.8368377685546952.4874877929687515247337
Wed Aug 25 2004 00:00:00 GMT+0000 (Coordinated Universal Time)52.5325317382812554.0540542602539151.9919929504394553.053054809570319188602
Thu Aug 26 2004 00:00:00 GMT+0000 (Coordinated Universal Time)52.5275268554687554.02902984619140652.3823814392089854.0090103149414067094898
Fri Aug 27 2004 00:00:00 GMT+0000 (Coordinated Universal Time)54.10410308837890654.3643646240234452.8978996276855553.128128051757816211782
Mon Aug 30 2004 00:00:00 GMT+0000 (Coordinated Universal Time)52.6926918029785252.7977981567382851.0560569763183651.056056976318365196798
Tue Aug 31 2004 00:00:00 GMT+0000 (Coordinated Universal Time)51.20120239257812551.9069061279296951.1311302185058651.2362365722656254917877
Wed Sep 01 2004 00:00:00 GMT+0000 (Coordinated Universal Time)51.4014015197753951.5365371704101649.88488388061523450.1751747131347669138253

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

Share link

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