Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ulta
@kaggle.rprkh15_sp500_stock_prices.ulta

  • 174.28 KB
  • 3703 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Oct 25 2007 00:00:00 GMT+0000 (Coordinated Universal Time)32.63483426278736534.612703005986628.57031339191529229.490022659301767486900
Fri Oct 26 2007 00:00:00 GMT+0000 (Coordinated Universal Time)29.36146279578520432.6150559833636228.9263311326503831.645900726318361625600
Mon Oct 29 2007 00:00:00 GMT+0000 (Coordinated Universal Time)33.6237699388010534.6127043487657832.2887099943428134.31602478027344667900
Tue Oct 30 2007 00:00:00 GMT+0000 (Coordinated Universal Time)34.8302694828035435.2060618246701532.6348339890707835.03794479370117455600
Wed Oct 31 2007 00:00:00 GMT+0000 (Coordinated Universal Time)34.5434777262089835.2357325373074332.585388133091833.821556091308594393200
Thu Nov 01 2007 00:00:00 GMT+0000 (Coordinated Universal Time)33.1293006399903633.1293006399903631.7843493238438832.367820739746094453900
Fri Nov 02 2007 00:00:00 GMT+0000 (Coordinated Universal Time)32.377715084098832.6051695516072331.1712138653722832.06125259399414276000
Mon Nov 05 2007 00:00:00 GMT+0000 (Coordinated Universal Time)31.26021733350353331.89313475290934430.7657501280320731.15143394470215342300
Tue Nov 06 2007 00:00:00 GMT+0000 (Coordinated Universal Time)31.16132331032853731.5470071244634131.00309395651717331.08220863342285223100
Wed Nov 07 2007 00:00:00 GMT+0000 (Coordinated Universal Time)30.95364561189336430.95364561189336428.9263308695501629.025224685668945525600

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