Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Hon
@kaggle.rprkh15_sp500_stock_prices.hon

  • 696.81 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)1.11722685723335841.10969503188921.114716291427612340740
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.12726938724517821.1172268680709371.127269387245178283483
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.144844149039371.12978049271544961.134801626205444374801
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.1448439272964621.12978027389019561.132290840148925842744
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.14484400980700941.11973770577554621.137312054634094290830
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.14233358229437231.12978049271544961.134801626205444362780
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.13480243650259641.1096962394178591.112206935882568438736
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.11471750442021841.0996537094131411.112206935882568446751
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.11973765414996061.0996527397777591.102163434028625730054
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.1021637432310751.07454673835856231.082078695297241236733

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