Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Nke
@kaggle.rprkh15_sp500_stock_prices.nke

  • 496.23 KB
  • 10491 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Dec 02 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.13108244538307190.13393187092950730.13108244538307190.1310824453830719100710400
Wed Dec 03 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.12965704884150420.12965704884150420.1282323300838470.12823233008384725177600
Thu Dec 04 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.13250714540481560.13393186353456910.13250714540481560.132507145404815622694400
Fri Dec 05 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.12823232681020350.12823232681020350.12538290023803710.12538290023803717590400
Mon Dec 08 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.11968392180350770.11968392180350770.11825847625732420.11825847625732425414400
Tue Dec 09 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.11825856146071590.11825856146071590.11540913581848140.11540913581848145824000
Wed Dec 10 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.11255973275515270.11255973275515270.10828559845685950.10828559845685955875200
Thu Dec 11 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.1054354734493330.1054354734493330.10258604586124420.10258604586124425440000
Fri Dec 12 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.10686014592647550.1082855928494550.10686014592647550.10686014592647558153600
Mon Dec 15 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.11113498359918590.11255969087843390.11113498359918590.11113498359918596643200

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