Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Iff
@kaggle.rprkh15_sp500_stock_prices.iff

  • 538.16 KB
  • 11996 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Dec 17 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.01834316500302041.8130879278840691.98413395881652833108000.0251.02
Wed Dec 18 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.1209710475870612.05255262669715542.06395578384399495400
Thu Dec 19 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.21219394317322542.02974512499103542.166581869125366143100
Fri Dec 20 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.177984085842582.1095657348632812.10956573486328175300
Mon Dec 23 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.18938851356506352.07535777481842.1893885135650635112800
Tue Dec 24 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.2806129352174962.2007916534369022.235000848770141665700
Thu Dec 26 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.31482213055073552.21219454455101652.235000848770141640800
Fri Dec 27 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.2121943700426292.1209699433486882.13237309455871682500
Mon Dec 30 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.212192535400392.10956504260869432.2121925354003937800
Tue Dec 31 1974 00:00:00 GMT+0000 (Coordinated Universal Time)2.3148217691919912.2464033892060662.257806539535522574100

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