Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Vlo
@kaggle.rprkh15_sp500_stock_prices.vlo

  • 470.94 KB
  • 10217 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.71800872352320691.73590451702838491.6911648092114021.726956844329834321198
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.6911654409383361.72695748942672031.64642541767020961.7001134157180786442414
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.61958086728118421.67326853593430161.5569452289576591.6016849279403689565817
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.5748400654356831.60168411010948231.53904850376812721.5658921003341677508929
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.5748404264450071.59273636075042171.55694479087816751.574840426445007340453
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.52115383214305381.5927374698421971.44957019444391061.4764139652252195521182
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.48536145098179161.51220536231994631.45851768901297921.5122053623199463473483
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.4764139494806411.52115381592136621.43167423240930571.4495701789855957313322
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.47641371997814441.52115357946424061.4316740098614151.494309663772583260810
Fri Jan 15 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.52115294366651971.53904902935028081.50325700735206241.5390490293502808185980

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