Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Tpr
@kaggle.rprkh15_sp500_stock_prices.tpr

  • 280.72 KB
  • 5474 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Oct 06 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.81779406085992481.8400982824655681.67281662042324351.73972928524017317776800
Mon Oct 09 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.73415325630638351.73415325630638351.61705577373504641.61705577373504642759200
Tue Oct 10 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.60590374226472821.69512061683499081.60590374226472821.63936007022857692257600
Wed Oct 11 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.63378415510807921.63378415510807921.57244722104408361.5835993289947513709600
Thu Oct 12 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.5612955623202851.5612955623202851.4274702284071181.50553500652313234552000
Fri Oct 13 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.48323089143504271.53899145126342751.47207877946936551.53899145126342751595200
Mon Oct 16 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.53899142717901531.56129565076131981.5278393153878631.54456782341003421236800
Tue Oct 17 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.5389910863370311.66166428887114241.5389910863370311.6393600702285769620000
Wed Oct 18 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.6282081101348531.6393602204782421.5501433377311271.55571973323822021392000
Thu Oct 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1.56687184924191961.5724475640983581.51668701217997651.52226340770721441219200

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