Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Cnp
@kaggle.rprkh15_sp500_stock_prices.cnp

  • 655.94 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)0.35032142383983760.3476789295673370.34767892956733713879
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.34767931888344860.34428182244300840.344281822443008425623
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.34579179011245980.34428182244300840.344281822443008416014
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.34428143549226590.33597639203071590.335976392030715926690
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.332201749086380.33069175064007610.3322017490863821352
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.33522177672751020.332201749086380.3322017490863816014
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.33522177672751020.332201749086380.3322017490863818149
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.3344663892710620.32918140035770680.33069139719009417082
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.33371165394783020.33220162531560610.33371165394783024270
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.33975167623119320.33371165394783020.333711653947830210676

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