Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ilmn
@kaggle.rprkh15_sp500_stock_prices.ilmn

  • 224.42 KB
  • 5523 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Jul 28 2000 00:00:00 GMT+0000 (Coordinated Universal Time)14.937521.12514.7519.585937518615200
Mon Jul 31 2000 00:00:00 GMT+0000 (Coordinated Universal Time)19.12519.3437515.7517.52481800
Tue Aug 01 2000 00:00:00 GMT+0000 (Coordinated Universal Time)17.4062520.062516.517.751216200
Wed Aug 02 2000 00:00:00 GMT+0000 (Coordinated Universal Time)16.812519.516.7812519.0625856400
Thu Aug 03 2000 00:00:00 GMT+0000 (Coordinated Universal Time)19.062523.87518.522.1251368000
Fri Aug 04 2000 00:00:00 GMT+0000 (Coordinated Universal Time)22.742187522.7519.87520.468751284200
Mon Aug 07 2000 00:00:00 GMT+0000 (Coordinated Universal Time)21.4687524.12519.521.125565600
Tue Aug 08 2000 00:00:00 GMT+0000 (Coordinated Universal Time)21.0937522.2520.2812520.4921875329600
Wed Aug 09 2000 00:00:00 GMT+0000 (Coordinated Universal Time)20.8437521.406252021.40625326800
Thu Aug 10 2000 00:00:00 GMT+0000 (Coordinated Universal Time)21.312523.62520.7522.5657800

CREATE TABLE ilmn (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "dividends" BIGINT,
  "stock_splits" DOUBLE
);

Share link

Anyone who has the link will be able to view this.