Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ctra
@kaggle.rprkh15_sp500_stock_prices.ctra

  • 384.44 KB
  • 8168 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Feb 08 1990 00:00:00 GMT+0000 (Coordinated Universal Time)1.05756913560878241.05756913560878241.03474390747744651.04996049404144299012000
Fri Feb 09 1990 00:00:00 GMT+0000 (Coordinated Universal Time)1.06517706982694251.06517706982694251.04235184192657471.04235184192657473483600
Mon Feb 12 1990 00:00:00 GMT+0000 (Coordinated Universal Time)1.04235172996060621.0499603706336591.01952650451204831.03474378585815431982400
Tue Feb 13 1990 00:00:00 GMT+0000 (Coordinated Universal Time)1.03474437479332361.03474437479332361.0271357297897341.0271357297897342212800
Wed Feb 14 1990 00:00:00 GMT+0000 (Coordinated Universal Time)1.03474412559872861.03474412559872861.01952683925628661.0195268392562866657600
Thu Feb 15 1990 00:00:00 GMT+0000 (Coordinated Universal Time)1.0271349212109041.0271349212109040.98148448026819720.99670106172561651494000
Fri Feb 16 1990 00:00:00 GMT+0000 (Coordinated Universal Time)1.00430970073955051.00430970073955050.98909311928213120.9967010617256165638400
Tue Feb 20 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.99670085761999260.99670085761999260.97387564182281480.97387564182281481190400
Wed Feb 21 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.98148427927864280.98148427927864280.97387564182281480.9738756418228148272400
Thu Feb 22 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.97387543593934420.98909270763397220.97387543593934420.989092707633972238400

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