Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Rtx
@kaggle.rprkh15_sp500_stock_prices.rtx

  • 704.58 KB
  • 15173 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Mon Apr 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09855275103035840.09754187841029140.098300039768219228816
Tue Apr 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09804728798240250.09552024969260290.0960256904363632205934
Wed Apr 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09678387915564110.09349868769177640.0937514081597328320342
Thu Apr 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09425685061031540.09097181501191560.094004139304161488141
Fri Apr 06 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09349860394756880.09097172319889060.0909717231988906175426
Mon Apr 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09349860394756880.09097172319889060.0909717231988906175426
Tue Apr 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09198243873638050.09021356247408580.0909717231988906228816
Wed Apr 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09274070009806040.09046638088460210.0917298272252082442378
Thu Apr 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.09172972768527420.08970812199088260.0909717231988906266952
Fri Apr 13 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.0940041393041610.09097181501191560.094004139304161327970

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